User Activity

Hello EveryoneI am trying to build libcsp source code for STM32F429 Cortex-M4 MCU. I am using Keil MDK-ARM V5.22 IDE for my software development. Please tell me how to configure/change wscript (waf script file) to build libcsp for STM32F429? When I r...
Hi EveryoneI am trying to view variables in Keil MDK5 Logic Analyzer Window therefore I have enabled trace and do the required settings of my STM32F429I discovery board. But When I open Debug window and run my code I get trace: No Synchronization mes...
Hi EveryoneI am working on a FreeRTOS based application in which I have to enable USART DMA channel to transmit 16 bytes of buffer from memory to USART Data Register in a task. It happens every time my task is invoked. Everything seems to work fine u...