2023-08-02 07:42 AM
I am currently working on a project where we want to use bluetooth. In doing so, I am first trying to turn on a Carrier Wave using STM32CubeMonitor-RF on a Dev.kit, to do this later on a PCB. Now this previously worked with the following parameters:
-BLE_TransparentMode on the M4 processor
-stm32wb5x_BLE_Stack_full_extended_fw.bin on the M0 processor
-RF TEST -> Start tone
However, I try to emulate the above situation, but it no longer works. Anyone have an idea what this could be due to? I suspect it has to do with the attached image.
Also, I would like to run the above directly in my own code, am curious if anyone else has already done this.
Thanks in advance!