Other Parts Discussed in Thread: C2000WARE
Hello ,
So i have received SCI boot loader from TI recently, and i see that the kernel is RAM build only .As loading of kernel is taking so much time i was thinking of building the kernel in flash and then run it in ram when needed. This can save the time for kernel download each time.
1.Can i actually do that , if so what all things should i take care of while writing linker file for the CPU1 kernel.
2.I have received kernel files as CPU1_CPU2 and CPU1 - CM , these are separate kernels first one can load code into cpu1 and to cpu2 , the other kernel can load code to cpu1 and cm. i would like to make these two kernels together so that one kernel can be used to load code into cpu1 , boot cpu2 , boot cm. is this a good design approach , should i go with this?
Regards,
Stevin