Part Number: F28M35H52C
Other Parts Discussed in Thread: UNIFLASH,
Tool/software: Code Composer Studio
Hi,
What is the UniFlash (v4.5) command line to perform a System Reset F28M35x ControlCARD ?
Thanks,
Tim
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.
Part Number: F28M35H52C
Other Parts Discussed in Thread: UNIFLASH,
Tool/software: Code Composer Studio
Hi,
What is the UniFlash (v4.5) command line to perform a System Reset F28M35x ControlCARD ?
Thanks,
Tim
Hi Ricky,
I tried
> dslite -c F28M35H52C.ccxml -r 0
I see that reset M3 // See M3 debug messages printed on UART....
But, C28 is probably not reset // Do not see the both code running as I applied power-cycle
Please advice,
Regards,
Tim
Hi Ricky,
We have simple code which blinks both M3 and C28 LEDs, one by each core.
1. We ran this command:
dslite -c F28M35H52C.ccxml -n 1 -r 0
We saw "...Reseting... CPU Reset is issued"
Which stopped C28 LED, then M3 WatchDog kicked in and successful started both core (ie: both LEDs are blinking afterward)
2. When we ran this command
dslite -c F28M35H52C.ccxml -n 0 -r 0
We saw "...Reseting... CPU Reset is issued"
Which did stop both M3 and C28 LEDs ....but did not start afterward
Both LEDs stayed OFF... (recycle power would start both again)
My question is "Can we use UniFlash v4.5 to reset M3 side?"
Thanks, Ricky.
Tim
Thanks for pointing to the GUI Reset Options. It is good to know it is there.
I tried the GUID Reset Options.
As running command-line before, I do see that both LEDs stop blinking... (both cores reset).
But, they do not start afterward... (unless I recycle the power)
Please send ping, if there is anyway that we can reset the H52C1 Concerto controlCARD programatically through software either by UniFlash or others.
Thanks,
Tim