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.
Hi!
I'm using am OMAPL-138 (LCDK). Is there any possibility to reset the C674x by software? For example with a bit in the watchdog-register?
Thanks for your help.
Jan
Hi Jan,
maybe this might help: http://e2e.ti.com/support/dsp/tms320c6000_high_performance_dsps/f/115/t/114802.aspx
My (working) code looks like this:
HWREG(0x01C110E8) = 0x5A69;
while((HWREG(0x01C110E8)&0xFFFF)!=0xC);
HWREG(0x01C110E8) = 0x5A69;
Regards,
Chris
Hi Jan,
please have a look at the "TMS320C6748 DSP Technical Reference Manual"
Refer to the below post in which the question on "software reset on c6748" had a verified answer.
http://e2e.ti.com/support/dsp/tms320c6000_high_performance_dsps/f/115/t/114802.aspx
regards,
Shankari.
--------------------------------------------------------------------------------------------------------
Please click the Verify Answer button on this post if it answers your question.
--------------------------------------------------------------------------------------------------------