TLE9879 bootloader

Announcements

Webinar: Integrated solutions for smaller, simpler low-voltage motor control design.
Join the webinar to experience!

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Not applicable
Hi,

any idea how to flash two hex files (bootloader and application hex) on TLE987x micro? I am using keil µvision 5. Is there from infineon any flash programmer tool for TLE987x?

Another question, what is the code to initialize the stack pointer and jump into application on bootloader?

I have found this example in the forum but not sure if it works for tle987x:

__asm
(
"LDR r0, =0x10006004\n" /* jump to start address of app + 4 (reset address) */
"BLX r0"
);
2 Replies
lock attach
Attachments are accessible only for community members.
rohitrawat
Level 4
Level 4
Distributor
First solution authored 25 replies posted 50 sign-ins

hey User,

 

I'm attaching one application. You may use this  jlink application to flash multiple .hex file on TLE9879x controller. You just need add .hex file in this folder and update jlinkscript file by added .hex file names. 

Best Regards.

Rohit

beginner
Level 1
Level 1
5 likes given First like given First comment on blog

Hi,@Not applicable

Did you solve your first problem? I have encountered the same problem now. If it is solved, please let me know. Thank you very much.

Best Regards.

Beginner

0 Likes