How to reference parameters set in .ioc file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-08-31 9: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.
- Labels:
-
AzureRTOS
-
STM32CubeMX
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-09-20 9: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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-09-20 9: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.
