2022-07-12 07:27 AM
Hi,
I have a problem when I try to develop a program with STM32IDE for my NUCLEO STM32WB15. I want to use the BLE with a custom template but unfortunately, after launching the program I get a HardFault Error (I guess from the RTC).
According to my research, there are a lot of bugs in STM32IDE for this kind of development.
Can you help me?
Here my version:
STM32IDE -> 1.10.1
My config :
2022-07-20 02:15 AM
Hello,
In order to use BLE Custom template for WB15, you have to tune some parameters to fit with the RAM size for the GATT database. So, you have to change the following parameters:
Best Regards