Hello supporter,
We get some issues when we integrate Vector AUTOSAR to ZF custom board and need TI expert for support:
- AUOSAR Bootup issue
With the same Vector AUTOSAR SW,
(1) The AUTOSAR SW runs normally when loading SW by CCS + No Boot Mode.
(2) The AUTOSAR SW is stuck in OS start when loading SW via TI SBL + OPSI flash.
- Test log
2.1 TDA4 Boot Mode: SBL + OSPI
SBL loads AUTOSAR SW to DDR, and AUOTSAR SW runs to AUTOSAR main() function.
(1) Debug Log
AUTOSAR SW runs to main() function which observed by adding BootUart_Init() to output UART log.
(2) Add UART log to Default_Init_task. No log is observed.
Issue: OS Default_Init_task() is not scheduled.
(3) According to the function calling relationship, add the test log.
Observation: all the test logs printed before EcuM_Init() function.
The program is stuck in Default_Init_Task().
application\third-party\vector-microsar\Components\Os\Implementation\Os_Hal_Context_v7r.h Line:311。
2.2 TDA4 Boot mode: CCS + No Boot mode
The AUTOSAR SW runs normally when loading SW by CCS + No Boot Mode. All the tasks are scheduled as expected.
Test log: Default_Init_Task logs observed.