cancel
Showing results for 
Search instead for 
Did you mean: 

STM32WB55 p2p_router & freeRTOS issue

~Amit~
Associate III

Hi,

I am trying to initiate a code via cubeMx for the STM32WB55.

I want to add freeRTOS together with a p2p_router capability but facing an issue that the both above not supported simultansly.

Any special reason for that?

Is there a way to achieve that? 

Thanks.

2 REPLIES 2
Remi QUINTIN
ST Employee

I managed to reproduce your issue.

​Unfortunately, the // support of many applications with free RTOS via CubeMX is under development as we target to support many other real time OS.

Meanwhile I would advise you to look at the project

STM32Cube_FW_WB_V1.4.0\STM32Cube_FW_WB_V1.4.0\Projects\P-NUCLEO-WB55.Nucleo\Applications\BLE\BLE_HeartRateFreeRTOS

and use it as a reference to port the p2pRouter application on FreeRTOS.

~Amit~
Associate III

Yeah I took that as last option, I hoped to find a better way than merge 2 demos cause than my cube file and source code are not consistent...

Thanks.