We are using this a TMS320F2808 in a bespoke card, with various external power supplies.
When the only inputs are 3V3 and 1V8 to power the processor, all seems to be OK. My code is running.
If I then turn on another power input to supply other components on the card, something goes wrong. On pausing in the debugger, sometimes the code has jumped to my “unexpected interrupt” handler, but often the program counter is somewhere in the reserved memory between 0x00C000 & 0x3D7800. I try restarting / resetting and can step through the code, but as soon as I run it the same thing happens.
Strangely, if I stop debugging, and toggle the reset line, the code runs successfully – as seen by toggling a GPIO. However it is quite likely to stop working, probably jumping to the interrupt handler or reserved memory again.
Anyone know what sort of thing causes this behaviour? Clearly something is happening on the card which is specific to the card, and we have to track that down here. But perhaps someone can provide a clue. I don’t yet know which interrupt is actually calling the handler, but will be looking at that shortly.
Regards, Giles