Other Parts Discussed in Thread: UNIFLASH,
Tool/software: Code Composer Studio
Hi all.
I'm reading a lot of posts about this topic but I can't achieve that my program run after power on reset corectly.
I can compile with TI v18.1.5.LTS and run my code with CCS 8.3.1.00004 without any problem but if I want to put this code in DEV RAM zone, after a power reset the program doesn't run.
This is my normal procedure:
- Jumper 15 connected. 7,5VDC arrives correctly to VP OTP Pin.
- With PGA 900 utility:
- Send 3 to MICRO_INTERFACE_CONTROL
- Send 0 to REMAP
- LOAD .hex to OTP Memory
- LOAD the same .hex file to Dev RAM
- Click to REMAP Enabled (or send 1 from low level configuration menu)
- Send 0 to MICRO_INTERFACE_CONTROL (or change to microcontroller interface.)
After this actions, the program runs but after remove my external VCC (24VDC) the program not run.
Anybody knows what can I do to run my code correctly?
I've tried with UniFlash 5.0.0 but the problem is the same. I can program mi device but at the end it doesn't run.
Thanks in advance team.
Regards