User Activity

I am currently using NUCLEO-WL55JC board. However, I could not initialize the logic analyzer.The watch tab works well, but the analyzer window seems not working. And, I have an error at the bottom showing "Trace: No Synchronization". I set the core f...
In the last month, I did an example of FFT using the CMSIS DSP library. Now, I am trying to design a simple "matched filter".   In my code I am using "arm_fir_init_f32" and "arm_fir_f32". While debugging, on the line of "arm_fir_f32", I am getting "H...
Mates,   I am new in the environment of STM32. Now, I have a problem with a DSP application.   I'd like to use FFT functions on STM32WL55 board. However, when I try to use CMSIS built-in functions, the project can not be built, it gives VFP errors.  ...
I am a newbie in ST boards/products.I am using the NUCLEO-WL55JC board. I found an example to try. However, I can not work with it.After I open the example, I choose "Debug As: STM32 App". It is uploading the code, and the debugger connects... I can ...