User Activity

Hi, I try to start a a continuous waveform (CW) from the STM32WB radio using theaci_hal_tone_start command from the DTM suite. I execute the following commands:hci_reset( );HAL_Delay( 10 );aci_hal_set_tx_power_level( 1, tx_pow );aci_hal_tone_start( R...
When uploading a wireless stack image via the ble ota application, how is it communicated to the FUS where the image is located in flash ? At the end of the data transfer, in otas_app.c there is the part where it says in the comments "Request CPU2 to...