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.
DEAR ALL,
WE ARE USING TMS320F28377D CONTROLLER IN OUR SYSTEM.
WHEN WE USE DEBUGGER AND GIVE RUN COMMAND THEN PROGRAM RUNS OK .
WHEN WE GIVE POWER CYCLE AT THAT TIME CONTROLLER IS NOT COMMING OUT OF BOOT MODE.
WE HAVE OBSEVED VOLTAGE AT XRS PIN OF CONTROLLER AND IT WAS GOING DOWN AGAIN AND AGAIN EVEN WHEN WE HAVE PULLED IT UP AND CONTROLLER IS RESETTING IT UP AGAIN AND AGAIN.
please suggest solution as soon as possible.
Hi,
Is this custom application or you are trying any example from C2000Ware SDK? If you are trying example from C2000Ware SDK, then are you using CPI1_FLASH build configuration?
Please refer to this link which goes over the changes needed from RAM to Flash.
Regards, Santosh
Dear sir,
we are having customer application developed and we are already running code in flash.
we have already develop code and it was running since 6 month in our factory .
now when we add any variable at that time controller is not coming out of the boot mode.
when we have changed compiler version to 22.06 from 21.06 and then problem solved .
but when we added mode variables then again same problem repeated.
Vishal,
Do you know if you have Watchdog enabled during boot time? If it is enabled, can you disable during init time, and then re-enable after it boots in main()?
What are the changes you are doing when it stopped working?
Regards, Santosh
Dear sir,
Can Watchdog be enable during boot time???
but I do not know where to disable during boot time.
even i am adding any variable its not coming out of the boot mode..
Hi Vishal,
Please see below snapshot taken from my FAQ that Santosh referred you previously in this post's conversation:
Thanks and regards,
Vamsi
Dear all,
Thank you very much for guidance.
the disabling watchdog makes problem solved