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.

TMS570LS1114: Bootloader can not work well?The way to verify write successfully?

Part Number: TMS570LS1114

Dear Experts:

      I am working on TMS570LS11x && TMS570LS12x Bootloader .Now I make sure the PC Side Code work well and I transplant the code in my own Hyper Terminal which is designed based on VS2010. I still have some questions to verify my Bootloader function.

         My device is TMS570LS1114 for example and the hardware platform is my own board which designed by ourselves.

Now I have correctly generated a file whose form is  Prj_DCAN_Test.bin. But why I find My PC cast lots of time more than 60 secends to load data? I find the Image(APP bin file) only 29K.

         In fact, My program is still stop in the same position.


Can I add a breakpoint after the next instruction to verify my bootloader receiving the data?

         Now I will display the main modify section to you,Please give me some advice to solve the interface problem.

The Code is

#1  bl_config.h

#define  CAN_BIT  500000   /*can be 125K, 250K, 500K, 750K, 1000K. The default is 125K*/

#define  SYS_CLK_FREQ           160            //MHz

#2  flash_defines.h

#define TMS570LS11

#3  bl_dcan.c


g_ulForced =1 ;

Due to my hardware platform which is lack of a test pin PORTA 7 ,So I  forcedly

Updaata by change the flag valve.

 

After operate the above steps.I see the Memory Broser 0x00010000 ,and I find no data?

Whether I invalidly operate ?

Best and Regards

Qiuchi