Other Parts Discussed in Thread: HALCOGEN
Hi,
I am Kishor my question is about RTOS stuck at "undefEntry"
I am trying to execute demo example "example_freeRTOSBlinky.c" on TMS570LC43 board.
When I flash the code on board and pause the execution I can see the PC is stuck at b undefEntry.
Can you please guide me to fix this issue.
I do not have good idea about .cmd and sys_intvecs.asm files.
This is the code in "HL_sys_intvecs.asm" file
.sect ".intvecs"
.arm
;-------------------------------------------------------------------------------
; import reference for interrupt routines
.ref _c_int00
.ref vPortSWI
.ref phantomInterrupt
.def resetEntry
;-------------------------------------------------------------------------------
; interrupt vectors
resetEntry
b _c_int00
undefEntry
b undefEntry
b vPortSWI
prefetchEntry
b prefetchEntry
dataEntry
b dataEntry
b phantomInterrupt
ldr pc,[pc,#-0x1b0]
ldr pc,[pc,#-0x1b0]
Kind Regards,
Kishor


