Part Number:DRA756
Tool/software: TI-RTOS
hello
I am writing code using ipu,a15,dsp. Currently, if I only use ipu, a15_0, dsp1, dsp2 on the board, there is nothing wrong with flash booting, but if I try to use only very basic code in a15_1 it will not work. At this time a15_1 does not act to affect the rest of the core, and the code used for the operation test only involves ipu and dsp.
To be more precise, I am managing the project through makefile. If I delete a15_1 from makefile and compile it, there is no problem, but if I include a15_1 there is a problem. And if I run this code in debugging mode, it will work fine even if a15_1 is included.
For ipu and dsp, the sysbios library was included but not used and was operated using the CSL library. For a15, use sysbios.
Thank you for reading it.