2011-06-01 02:44 AM
2011-06-01 09:37 AM
Hi strm32
I would use an array of 16000
bytes instead of using 0x20000000. u32 myarray[16000];DMA_InitStructure.DMA_MemoryBaseAddr = (u32)
myarray;
I am not sure but perhaps there is a risk to use the top of RAM. MCU Lüfter2011-11-28 07:28 AM
Was this ever resolved?