cancel
Showing results for 
Search instead for 
Did you mean: 

How to reference parameters set in .ioc file

'SMike
Associate III

I want my code to pick up a value set in the ioc project file, specifically:

<project>.ioc | Pinout & Configuration | Software Packs | AZRTOS(M7) | ThreadX | Core | TX_TIMER_TICKS_PER_SECOND

Is this possible? I see I can override this in tx_user.h, but I would rather have "one truth" for this value.

Is this possible?

1 ACCEPTED SOLUTION

Accepted Solutions
Haithem Rahmani
ST Employee

Hi,

the value in the .ioc is actually the value set vi the STM32CubeMX UI.

0693W00000SvpK8QAJ.pngif you want to change that value just modify it in the UI and you'll get the new value set in the "tx_user.h" that you can include in your application.

regards

Haithem.

View solution in original post

1 REPLY 1
Haithem Rahmani
ST Employee

Hi,

the value in the .ioc is actually the value set vi the STM32CubeMX UI.

0693W00000SvpK8QAJ.pngif you want to change that value just modify it in the UI and you'll get the new value set in the "tx_user.h" that you can include in your application.

regards

Haithem.