NUCLEO-STM32WB15 HardFault Error with BLE custom Template.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-07-12 7: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 :
Labels:
- Labels:
-
DEBUG
-
STM32CubeIDE
-
STM32WB series
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-07-20 2: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:
- CFG_BLE_ATT_VALUE_ARRAY_SIZE = 1290
- CFG_BLE_NUM_GATT_ATTRIBUTES = 30
- CFG_BLE_NUM_GATT_SERVICES = 4
Best Regards
