User Activity

Posted on June 25, 2014 at 10:20Hi everybody, I recently tried to port my STM32F4Disco poject to the new CubeMX firmware 1.2. The first issue I encountered was that the program did not pass the SystemClock_Config function. While debugging and compar...
Posted on April 11, 2014 at 10:07Hey everybody, in order to initialize a working Virtual Com Port with CubeMX on the STM32F4 Discovery, I had to change   pdev->pClassData = USBD_malloc(sizeof (USBD_CDC_HandleTypeDef)); to   pdev->pClassData = (void ...
Posted on March 05, 2014 at 11:32Hey everybody, Is it somehow possible to start/enable/trigger a DMA transfer with the help of another DMA transfer? I'm thinking of the following scenario: - DMA transfer 1 is timer triggered (every 1us) and transfer...
Kudos from