User Activity

Hello,I'm trying to setup the system based on SMT32F407 with ThreadX, and enable the print float option for logging feature. Everything works fine!But when we started stability test, thousands of logs are composed with vsnprintf, but it finally fails...
Hi,​I'm working on STM32F407 board, and trying to enable ethernet with ThreadX + Netxduo. I referred several successful cases for the porting, and did everything I can do, but it's not pingable at all. I did some debug, and found the ETH_IRQHandler i...
Hello,I'm some confused how external interrupt is working with GPIO. If PA3 and PB3 are both configured as external interrupt, and assume the two interrupts are not coming simultaneously, how to determine which PIN generates the interrupt when EXTI3 ...
Hi,​I'm a newbie of ST chipset, and just got the STM3241G-EVAL board recently. When I'm trying the example code related to UART, "UART_Hypertermial_it", which can be downloaded with STM32CubeIDE, unfortunately the output from UART can't be shown corr...