User Activity

 Hi Community,I'm using the STM32U5A9-DK development board and trying to get the UART messages to show up on the screen.Using osMessageQueue to pass messages between the main and the Model.But I'm experiencing the problem described in this post , and...
Hi Community,I am using UART + CMSIS v2 + osMessageQueue to pass messages in the main and Model, but when I set a break point in callback function, the debugger does not jump to execution. As described in this post, this prevents me from viewing the ...
Hello.I'm using the STM32U5A9J-DK development board to work on a project to display UART data on the screen textArea, and I've made sure that there are no problems with the communication between the PC and the STM32 UART, and with the process of Mode...
I am using the STM32U5A9J-DK for a UART communication test, and I expect to display the content sent from the computer's Serial port on the screen (textArea).I'm using UART1, 115200 Baud rate, 8 data bits, 1 stop bits, and I've turned on the UART int...
I am testing the development board STM32U5A9J-DK with THIS and trying to run the GPIO Toggle example program. But during the build process I get the error fatal error: stm32u5xx.h: No such file or directory.I am using CubeIDE version 1.14.1.How to fi...
Kudos from