User Activity

I'm using an area of Flash in an STM32U5 to store some information that I need to retrieve connecting the board to the SWD port. Data is sent out using the ITM port. All is working as expected connecting the board using the STM32 Cube Programmer, all...
I'm currently testing Tracealyzer but I'm having problems in using it in streaming mode. I followed the indications in video "Visual trace diagnostics with STLINK-V3, Percepio Tracealyzer and DevAlert" (https://www.youtube.com/watch?v=rZlSuq7TySA) to...
I have problems in getting this working. I moved from FreeRTOS to Azure RTOS, and I found out that in general there's lot less information on this RTOS. So I've been looking into the few resources, but I'm afraid I'm missing some important points. Ar...
Hi!I'm having problem connecting the board to a Windows 10 PC. Connecting the board to the USB it works in standalone mode, but the USB driver (PowerShield Virtual ComPort in FS Mode) is not installed, so I can't use the board with the STM32CubeMonit...
Hi!I'm configuring the STM32U599VJT with CubeMX enabling DCACHE1 and 2, as well as ICACHE. Code is generated without error, but functions like SCB_CleanDCache_by_Addr() are not enabled as the definitions in stm32u599xx.h do not include __ICACHE_PRESE...