Part Number:MSP430F5529
Tool/software: TI-RTOS
Hello,
I am trying to build TI-RTOS uartconsole example from TIREX but after successful build&flash, I found out that it never reaches to main() function.
I found out this by debugging.
In boot_4.4.c file, after _system_pre_init() check (which always returns -1 by default), _auto_init() is supposed to be called but it is never called, nor the IDE says there is no such symbol:
I am using only the default configuration. Just imported the uartconsole example and build it. Any help would be appreciated as this took too much of my time so far. Maybe it is just an include issue... I just want to make this work and then I will try to modify it to start playing with TI-RTOS.
Here is some information about build environment:
Code Composer Studio
Version: 8.1.0.00011
---
Compiler TI v18.1.3.LTS
---
TI RTOS for MSP43x 2.20.0.06
---
XDCTools 3.32.0.06_core
Note: this question was originally posted here: e2e.ti.com/.../695718
But since I did not have time to deal with the answers&questions at the time, it is locked. So I started a new thread, this time with a more accurate header and information. Now I am fully focused on this.