trigger external TIM use for ADC conversion
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-06-01 2:44 AM
Posted on June 01, 2011 at 11:44The original post was too long to process during our migration. Please click on the attachment to read the original post.
This discussion is locked. Please start a new topic to ask your question.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-06-01 9:37 AM
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üfterOptions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-11-28 7:28 AM
Posted on November 28, 2011 at 16:28
Was this ever resolved?
