This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS320F28075: Lock Up on Reset

Part Number: TMS320F28075

Hey all,


I'm running into an issue when resetting the microcontroller.  I have enabled a soft reset using the watchdog timer.  In my code I initialize the watchdog and service it until an external command is sent via I2C from another processor.  At that point the WD timer expires the processor resets. In some cases however it appears that the processor is locking up.  The device is configured to use a boot ROM and pull code from a EEPROM connected via I2C.  I was under the impression the watchdog will do a full reset on the processor and clear the RAM and by necessity start the boot ROM processor over again.  Is there any case where the processor could be executing code from the wrong address?  I'm scratching my head at this point because it works some times and others it doesn't. 

Lance Hummel