2019-02-28 04:03 AM
The new STM32CubeMX 5.1.0 do not support STM32WB55 IPCC setting (System Core). Firmware STM32Cube_FW_WB_V1.0.0. I can not check the HandsOn's from the STM32WB55 Nucleo Board. The board is listed to the CubeMX.
2019-02-28 09:35 AM
Effectively, IPCC is not configurable inside STM32CubeMx 5.1.0. This is done on purpose as this peripheral objective is to communicate with the coprocessor. Its usage is implicit when configuring the BLE or Thread projects. This means the BLE and Thread middleware handles by themself the usage of the IPCC peripheral. For the same reason there are no examples inside the STM32Cube_FW_WB_V1.0.0 demonstrating the IPCC hal or ll usage.
Can you details more your expectation on IPCC configuration or what you are planning to do with this peripheral?
2019-03-01 12:56 AM
CubeMx 4.97 shows the IPCC interrupts. Is CubeMx 5.1.0 set the interrupts automatically. I did not see the interrupts.
2019-03-01 12:58 AM
2019-03-01 01:00 AM
Hello, I will use the STM32WB55 Hands ON 2 with the new CubeMx step by step.
Thanks
2019-03-01 01:02 AM
2019-04-04 03:52 PM
Hi everyone.
I use STM32CubeMX 5.1.0. Which peripheral objects must be enabled in order to STM32_WPAN will be available in STM32WB55 project. I have turned on HSEM and RF, but STM32_WPAN peripheral object is not still available.