Other Parts Discussed in Thread: EK-TM4C1294XL
Tool/software: TI-RTOS
Hello Friends,
I downloaded IR remote code from following link:
While building program returns the warning,
.vtable is not created in sections. When I tried to add .vtable in sections in linker.cmd, my linker.cmd looks like this
SECTIONS
{
.bootVecs: type = DSECT
.vecs: load > 0x20000000
.resetVecs: load > 0x0
//.vtable : > 0x20000000
xdc.meta: type = COPY
}
Also it seems ir_init function in code was not called at all. Can anyone guide me in this error??