Posted on May 17, 2011 at 13:38Could you try to perform memory to memory transfer to verify FSMC is OK (transfer from a buffer in internal SRAM to the same buffer that you use in external memory)? Could you also send the piece of code where you conf...
Posted on May 17, 2011 at 13:38Dear dirk1, The DMA does absolutely work with FSMC interface. All you have to do is to consider it as Memory (just like the internal SRAM). I personnaly think that your problem is related to data format issue: you use ...
Posted on May 17, 2011 at 13:38Hi prasad, Have you defined the ''STM3210E-EVAL'' in your project pre-compiler configuration (because if you have ''STM3210C-EVAL'' or ''STM3210B-EVAL'' in the project ocnfiguration it won't work even if the platform_c...
Posted on May 17, 2011 at 13:38Hi jeff, Actually, if you want to build your own USB bootloader on STM32F103 it is theorically possible: - You take the DFU demo provided by ST (http://www.st.com/stonline/products/support/micro/files/um0424.zip) - Y...
Posted on May 17, 2011 at 13:38Hi gds, That's right: You just need to enable both DMA channels (for TIM2_CH1 and TIM2_CH2 that means: DMA1_Channel5 and DMA1_Channel7), to choose the CCRx register as CPARx register base address, to choose the relativ...