aDST_Buffer is only used within DMA_FLASHToRAM.
 
Symbols
loading...
Files
loading...

aDST_Buffer variable

Syntax

static uint32_t aDST_Buffer[BUFFER_SIZE];

References

LocationReferrerText
main.c:49
static uint32_t aDST_Buffer[BUFFER_SIZE];
main.c:150DMA_Config()
if(HAL_DMA_Start_IT(&DmaHandle, (uint32_t)&aSRC_Const_Buffer, (uint32_t)&aDST_Buffer, BUFFER_SIZE) != HAL_OK)

Type Use

Type of aDST_Buffer
aDST_Buffer
uint32_t
all items filtered out