Other Parts Discussed in Thread: SYSBIOS, C2000WARE
Hi, I'm trying to add SYSBIOS to what is essentially the enet_lwip tcp sample TI project that I have been modifying.
I modified the cmd file in the enet_lwip file to contain this boot section, but there are many options so I'm pretty unsure of if this is correct or not:
SECTIONS { boot : > CMBANK0_SECTOR0 PAGE = 0 { -l"C:\ti\bios_6_83_00_18\packages\ti\targets\arm\rtsarm\lib\boot.aem4" <boot_cg.o28FP> (.text) } }
I am getting compiler errors however that this is an unsupported device.
I have sysbios in my linker and library paths, and below are some of my project properties:
Any idea about what I might be missing here would be great, Thanks,
Laura