I had a program tested and running on a NUCLEO-F072RB for some time. Later I custom built my own PCB (using a STM32F072RBT6) and flashed the exact same code onto it using a STLINK-V3SET and the program did not work. I had no idea on why the program ...
I am trying to read the data interpreted in a SIF signal using a Nucleo-F072RB. There are three parts to be identified in this signal;Synchronization signal : A 50 ms LOW signal followed by a 0.98 ms HIGH signal.Bit 0 : 0.98 ms LOW + 0.46 ms HIGH.Bit...
Hello
I have two STM Nucleo-WL55JC2 boards. I have tried running the SubGHz_Phy_PingPong example and it works flawlessly.
When observed using TeraTerm, I am only able to see the RSSI and the SNR values.
I also need to observe the latency of this ...
Thank you for your reply @Pavel A. I was using CubeIDE all this time to upload the same code both to my PCB and the NUCLEO. Only difference was using a STLINK-V3SET to upload the code to my PCB. Indeed I should stick to use CubeProgrammer to flash my...
Hello @STTwo-32Thank you for your reply. Was wondering if it is possible to measure the time on one just one board. As an example, if I could measure the time for one round trip. Transmitter sends a msg to the receiver and the receiver sends one back...