Other Parts Discussed in Thread: HALCOGEN, TMDX570LC43HDK
Tool/software: TI C/C++ Compiler
Hello,
I have divided Halcogen generated source code into libraries. (Mainly FreeRTOS intto FreeRTOS library). Now I have a problem that CPU ignores assembler instruction "bl vTaskStartScheduler".
1) Main function with call to vTaskStartScheduler
2) I expected that after executing step into I would end in function vTaskStartScheduler at address 0xFEC but following happens:
I have placed breakpoints to error interrupts to see if some error was generated but it was not.
3) vTaskStartScheduler exists at address 0xFEC
Could you give me explanation what is happening and advice where is the problem?