User Activity

I have a HAL/Cube based project where I am currently using TIM2 for counting edges, and TIM16 for timing.I am now trying to add more timers but have found that when I enable TIM1 orTIM17, and enable ALL the associated interrupts, that I never get any...
I have a custom board which is based heavily on the P-NUCLEO-WB55.Nucleo.  If I flash my board with a slightly modified version of BLE_Ota it will appear in ST BLE Sensor, at which point I can use it to flash my application.  This works.  After flash...
According to AN5247 I can use ST BLE Sensor to perform a BLE OTA firmware update. I've added the reboot characteristic to my design, but how can I get ST BLE Sensor to recognize my custom board? There appears to be an option to add a new design, but ...
I have a board based on the same chip as the ble_ota example. When I try to run this code on my board I'm finding that it immediately crashes. The crash happens before the debugger even hits the first line. I'm assuming this is something simple, mayb...
In the manual it says that a stop command will be sent with the next byte if the CR2 stop flag is high.  Is there a way to send a stop command immediately rather than with the next byte?  I'm asking because I have a section of code where I send a sta...