Not applicable
Feb 28, 2018
05:43 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Feb 28, 2018
05:43 AM
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"
);
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"
);
- Tags:
- IFX
0 Replies