Skip to main content
ABasi.2
Senior
June 29, 2025
Solved

BLE_HeartRateThreadX example file ioc not present

  • June 29, 2025
  • 2 replies
  • 610 views

Hello!

i'm trying the example BLE_HeartRateThreadX 

but the ioc file is not present in the directory, is that normal? i'm missing it?

 

also the directory arent arranged like a project maked with cube ide

is it possible to have an example that is maked like a cube ide project using the MCU or board selector?

 

thank you!

best reguards

Best answer by STTwo-32

Hello @ABasi.2 

The BLE_HeartRateThreadX and the BLE_p2pServerThreadX are not made based on the STM32CubeMX. So, there is not a ThreadX + BLE example for the STM32WB that is based on a .ioc file.

Best Regards.

STTwo-32

2 replies

STTwo-32
STTwo-32Best answer
Technical Moderator
July 1, 2025

Hello @ABasi.2 

The BLE_HeartRateThreadX and the BLE_p2pServerThreadX are not made based on the STM32CubeMX. So, there is not a ThreadX + BLE example for the STM32WB that is based on a .ioc file.

Best Regards.

STTwo-32

ABasi.2
ABasi.2Author
Senior
July 1, 2025

Hello  STTwo-32

but why? 

there is another example that have a project created with cubeIDE for the same board? that explain the BLE communication

 

thank you!

 

best reguards 

Andrew Neil
Super User
July 2, 2025

@ABasi.2 wrote:

but why? 


Not everyone uses (or wants to use) CubeMX ?

It demonstrates that life without CubeMX is possible ?

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.
Andrew Neil
Super User
July 1, 2025
A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.