Skip to main content
~Amit~
Associate III
January 29, 2020
Question

STM32WB55 p2p_router & freeRTOS issue

  • January 29, 2020
  • 2 replies
  • 916 views

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.

This topic has been closed for replies.

2 replies

Remi QUINTIN
Technical Moderator
January 31, 2020

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~
~Amit~Author
Associate III
January 31, 2020

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.