Other Parts Discussed in Thread: HALCOGEN
Hi,
I have a project generated via Halcogen 3.5. Running in CCS 5.4
I try to reset the processor by jumping to address 0x0 via the following line: ((void (*) (void)) 0x00000000) ();
It jumps to resetEntry as desired. When I hit "continue", the execution loops at ramErrorReal in dabort.asm.
It sounds like it is related to ESM Group 3. I don't understand what is going on. At reset, are the ESM Group 3 startup tests failing? If so, why? How could I fix this?
I have to to reset the processor when requested.
Do I need to reset the processor via another way, like writing to a special register? If so, what register?
thank you,