Hello @XP.1oncet , As inside the initial thread, can you indicate where did you acquire your part and the exact marking on them.Additionnaly, which STM32Cube Firmware Package version are you using? Other tools versions like the STM32CubeProgrammer, ...
Hello @BMart.2 , Can you indicate us the version of STM32CubeMX and STM32CubeWB you are using?In addition, this example comes with the IAR project ready to run: Projects\P-NUCLEO-WB55.Nucleo\Examples\UART\UART_HyperTerminal_IT\EWARMDid you try it b...
hi @Dfinn.1 , to go further on setjmp()/longjmp() mentionned by @berendi , you can refer to http://www.di.unipi.it/~nids/docs/longjump_try_trow_catch.html.This works like a charm on STM32WB.Beware if you use the THROW command inside interrupts! Her...
Dear @Daniel L ,You can check inside the STM32Cube_FW_WB_V1.2.0, there is an example demonstrating the PWM generation from LPTIM clocked from LSE:It demonstrate how to configure and use, through the HAL LPTIM API, the LPTIM peripheral using LSE as c...
Hello @suyodhana ,You did not mention any waveform generator in your setup.As indicated inside the readme.txt of LPTIM/LPTIM_PulseCounter of STM32Cube_FW_WB_V1.2.0, you need to connect a waveform generator in this setup.@par Hardware and Software en...