cancel
Showing results for 
Search instead for 
Did you mean: 

trigger external TIM use for ADC conversion

ntv171
Associate
Posted on June 01, 2011 at 11:44

The original post was too long to process during our migration. Please click on the attachment to read the original post.
2 REPLIES 2
lowpowermcu
Associate II
Posted on June 01, 2011 at 18:37

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üfter

markgilson9
Associate II
Posted on November 28, 2011 at 16:28

Was this ever resolved?