Other Parts Discussed in Thread: TMS320F28335, CONTROLSUITE, UNIFLASH
Hello,
I'm writing the Flash programming tool on host side to program the TMS320F28335 controller thorugh SCI-A option.
First I generate the hex file with hex2000.exe utility with SCI-A boot option.
Then i read the data from that hex file and send it to the F28335 controller (which is already set in the SCI-A boot mode option).
I'm also receiving the bytes which i sent to F28335 controller.
Before doing the above steps i have two scenario's:
1. I erased the flash from SDFlash utility and then started my above programming steps, it seems that after power cycle the code is running.
2. I haven't erase the flash and started the my above programming steps. Here i see no code running after power cycle.
Hence I think I need to send the Flash erase command before programming and also verify option after programming. I searched the TI documents, there I didn't found any information on Erase algorithm and verify algorithm for F28335 controller.
Can you please tell me the algorithm for Erase and verify.
Best Regards,
Niraj Kumar Singh