Posted on May 17, 2011 at 13:38Hi, I am executing the VCP example with STM3210E eval board. After execution of example (STM32_USB-FS-Device_Lib_V3.1.0) I can see that PC is not able to recognize the device and placing the device 'CD Class example' i...
Posted on May 17, 2011 at 13:37Hi, Thanks for the reply. I checked the exact location for the hardfault. In my program I need to reconfigure the DMA count and DMA transfer location for Tx & for Rx. By using following code I am using to change the DM...
Posted on May 17, 2011 at 13:34Hello, In STM32 library for DMA related interrupts I can only see following interrupt sources. - DMA_IT_TC: Transfer complete interrupt mask - DMA_IT_HT: Half transfer interrupt mask - DMA_IT_TE: Transfer error inte...