User Activity

Posted on December 04, 2017 at 20:38We are currently running an application on an STM32F207 MCU. We are using the first two sectors of flash for a bootloader and the rest for our actual application. We are  are write protecting the bootloader sector...
Posted on June 29, 2016 at 15:58I am seeing an issue on the STM32F207 where if an I2C transfer fails the TxE bit is never cleared, causing the I2C2_EV_IRQHandler( ) to continuously get invoked and the overall system to hang. I know this isn't a lot ...
Posted on June 28, 2016 at 19:32I have FreeRTOS V7.6 with CMSIS running on STM32F207IG. I trying to invoke a simple software timer (used as a timeout for an operation), but the timer handler never seems to get invoked. I am following the FreeRTOS ex...