User Activity

Hello @STTwo-32 ! Thank you so much for clarifying everything! I am really thrilled with the STM32WBA Nucleo board. Could you please let me know, if it is compatible with the FP-AUD-BVLINKWB1 pack? If not, are there any code examples on how to implem...
Hello friends! I have been trying to start the systick timer on my NUCLEO 575 board. But somehow I keep rifling through the user guide, yet cannot find information. Could please anybody let me know where exactly in the guide is the description of how...
Hello everyone. I want to understand the CORDIC engine, using the nucleo-u575zi board. The guide says that the cordic uses data in q1.31 format. Could please someone explain how to convert results into an ordinary int value? And how to convert an int...
Hello everyone! I have been reading the user manual for the u575 processor and found out that there was a cache memory there. But I have absolutely no clue how does it work and how to implement its support in code. Does anyone know any article or som...
Hello everybody!Running into a weird problem with SPI. A super simple code, which runs once a second and sends a 16-bit number over SPI. If I leave the TSIZE field in CR2 at zero - everything is okay. However, if I write any number in the TSIZE, then...