2019-07-15 08:13 AM
Hello!
I still have Problems to get ble running on the WB55 nucleo board. What I have done is to generate the code with STMcubemx according the hands-on document.
Which mean, I still have modified the clock settings; inserted the IPCC_C1_RX_IRQHandler and IPCC_C1_TX_IRQHandler and started the scheduler in the
main while loop. The IPCC ISR were never executed and therefore the function APP_BLE_Init() also not started.
I'm using the STM32Cube FW_WB V.1.1.1
Did anyone have a solution for my problem?
I would be very grateful for a solution to my problem!!!
Best regards,
Holger
2019-07-18 06:49 AM
I am stuck at a similar problem. Could not get the ble advertisement. I followed the application note 13.1 for initialization process but still not working. Let me know if you figure it out.
Thanks
Harsh
2019-07-18 07:07 AM
Hi Harsh!
What Compiler do you use? I use MDK5 and I had to modify the Memory Areas in the generated Project files:
Then check if the Switch HAL_IPCC_MODULE_ENABLED is enbaled in stm32wbxx_hal_conf.h.
Then check the RTC and clock initialization. I took These over from the example Project.
Regards!
Holger
2019-08-10 11:26 AM
Hello,
I have cloned STMicroelectronics/STM32CubeWB repository [Release v1.2.0], then updated STM32CubeMX and at the end opened BLE_p2pServer.ioc file in STM32CubeMX. There is a problem with "CFG_RTC_SYNCH_PRESCALER".
So I can not generate a project.
How to solve this problem?
Thanks for Your help.