Dear Supporter,
i started to use your toolchain (HALCoGen, CCS) with microcontroller TMS570LS20216SZWT and USB connection Kit XDS 100v2 and i found some problems compiling the example of HALCoGen v. 03.04.00 "example_freeRTOSBlinky.c". The problem is a linking problem and more detailed your tool dosn't generate the "_isrStub". In the file "sys_intvecs.asm" i have this generated code:
;-------------------------------------------------------------------------------
; interrupt vectors
b _c_int00
undefEntry
b undefEntry
b vPortYieldProcessor
prefetchEntry
b prefetchEntry
dataEntry
b dataEntry
reservedEntry
b reservedEntry
b _isrStub
ldr pc,[pc,#-0x1b0]
I think that HALCoGen dosn't generate in the file "os_portasm.asm" the asm function "_isrStub". Could you help me please to solve this issue?Is it possible to have a correct example with some task managed by FreeRTOS?
Many thanks in advance.
Ciro Martera
