Part Number: TCI6630K2L
Other Parts Discussed in Thread: SYSBIOS
Tool/software: TI-RTOS
I am attempting to execute a sysbios application on the arm core0 without using a GEL file, as I am writing a custom bootloader to load the application from NAND.
I have implemented the functionality of the GEL file in software, however in order for my sys/bios application to exuctue properly, I must always to a CPW (SW) reset before loading the .out file.
If I do not run the software reset, the application produces an exeption and goes to address A08...........
What does the CPU (SW) reset button in code composer do? And How can I implement this in software?