Posted on May 17, 2011 at 09:43The DFU project provided in the UM0290 doesn’t work on the STR910 EVAL board. I'm trying to debug the application for IAR using this project and haven’t had any success. When I try to debug this application, the de...
Posted on May 17, 2011 at 09:34Hi Stevejamal, I realized the transfer size is being reset after the interrupt is triggered. So, I re-enabled it in the ISR and it works now (DMA_Channelx->CC |= 0x80000010 for 16 bytes). Thanks for your support. Regar...
Posted on May 17, 2011 at 09:34Hello Mirou, I took your reference project and created this project with DMA interrupt. I followed the terminal count interrupt description in the manual. The interrupt is being generated for the first packet received(...
Posted on May 17, 2011 at 09:34Thanks Mirou, I will update you with my observations. Regards, [ This message was edited by: iamanil on 11-12-2006 17:52 ]
Posted on May 17, 2011 at 09:34Hi mirou Thank you for your comments on my DMA issue. If we can’t use the DMA for the UART receive, I would like to know if there is anyway to use the FIFO in the UART in the Rx mode. I'm trying to avoid interrupts e...