Tool/software: Code Composer Studio
Hi,
I have developed the bootloader for sci for the TMS470MF06607.
But while flashing the code i am finding this problem:
Source to Flash_Sector_Select_V() is not available....
thanks
vikas
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.
Tool/software: Code Composer Studio
Hi,
I have developed the bootloader for sci for the TMS470MF06607.
But while flashing the code i am finding this problem:
Source to Flash_Sector_Select_V() is not available....
thanks
vikas
Hi dsouza,
In my program sequence after erasing the flash, I am using Flash_Prog_Data_B() for flashing the code.
But the program is getting somewhere stuck.
while debugging, when i am pausing the program sequence then the program counter is going to the FaultISR.
Can you please tell me why the program counter is going in the FaultISR after calling the Flash_Prog_Data_B() function??
Can you tell me what are the various reasons for going into the FaultISR ??
Thanks
Vikas