Other Parts Discussed in Thread: CONTROLSUITE
I am developing code on the C28 processor of an 'F28M35x chip. My environment is an F28M35x controlCard plugged into a DRV8312EVM. The M3 processor of this part is running the example code 'setup_m3' which puts all of the GPIOs in control of the C28. Often when I run code my code will execute for a few moments and then execution seems to jump to boot code to an assembly statement 'IDLE' (address 3ff6b7). There are times that my code will run for long periods of time (maybe indefinitely) without this happening and I can start and stop it with no trouble. Other times it will consistently jump to the IDLE statement after some consistent period of time (for example, recently it jumped to the IDLE statement after about 4 seconds of running from start. It would repeat this behavior each time I reloaded the code and ran it). Is this being reset by something? Any idea what is going on?
Mitch