Hi
ISSUSE:MCU TIMER ISR can not be trigged
I want to run my Autosar OS in the MCU domain R5 1_0 core,while there is a strange case:
I set up the EVM board and CCS Debug.ccxml refer to SDK document as below
After I connect to xds110 and lanch jaunch.js,I think it has done successfully
But It seems that MCU_TIMER_ISR can not be trigged.So the task can not be run.
My develop environment is blow:
Hardware:TDA4 EVM board from TI official
Debug tool:XDS110 on EVM BOARD
IDE:CCS 10.2
SDK: ti-processor-sdk-rtos-j721e-evm-07_03_00_07
When I send the same elf to others who use Lauterbach to debug can normally trigger the MCU_TIMER0 ISR,
Should I set some register to support the MCU_TIMER?Others who use Lauterbach add a cmm script in which some register set like clearing some vim interrupt status and McuTimer ISR status has been done.
Do you have similar issue like this?