User Activity

Hello,I'm trying to setup interrupts using the user push button (B1) on the Nucleo-F429ZI board. The push button is connected to the microcontroller through the I/O line PC13.What I did is that I mapped the PC13 to the GPIO_EXTI15 in STM32CubeMX and ...
Hi all,I'm doing some research about STLs. What is different between STM's X-CUBE-STL offering and ARM STL Libraries ? Why would you use one over another ?Thank you, best regards
Hello,I created a new project in STM32CubeIDE for my STM32MP157A by using STM32CubeMX. In it I enabled UART and FreeRTOS on CMSIS-RTOSv2 and that's all. I use the auto generated code.Then I wanted to use TraceAlyzer on top of FreeRTOS however, upon i...
Hi,   I have a STM32MP157A-EV1 board. I'm running it in the engineering boot mode and programming the Cortex-M4 directly through the STM32CubeIDE. At the moment, I do not use the Cortex-A7.   I would like to enable USART2 and use it through the ST-LI...