2022-08-31 09:43 AM
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?
Solved! Go to Solution.
2022-09-20 09:52 AM
Hi,
the value in the .ioc is actually the value set vi the STM32CubeMX UI.
if 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.
2022-09-20 09:52 AM
Hi,
the value in the .ioc is actually the value set vi the STM32CubeMX UI.
if 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.