Question
How to use timer interrupt to trigger the sending of BLE data every specified second for STM32WB5MMG using STM32CubeIDE?
Hi,
I'm using STM32WB5MMG and want to send 8-bit data through BLE every specified duration (e.g. 1s). I have tested the Bluetooth and timer interrupt separately and both works fine. However, when I tried to trigger the Bluetooth using timer interrupt as shown in the following code, both stop working.
The error is:
