Cant find any information about how to program bluetooth stack binary to STM32WB35CC controller.
I created custom pcbs with STM32WB35CC with 256KB flash. If I understand correctly, controller shipped with no ble stack installed. So, i need to program one, but all information i found is only about wb55 and Nucleo boards. I couldn't find addresses to write FUS and stack files.
I tried to use cubeprogrammer and connect via SWD and USB to my controller. When I connect via SWD, it cannot read the FUS version. Is it pre-installed? I tried to write BLE_stack file to 0x0800b000 (analogy with wb55 manual), but i-m not shure this is correct.
When I connect via USB, cubeprogrammer generates a lot of errors and freezes.