Jul 04, 2019
08:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Jul 04, 2019
08:47 AM
6 Replies
Jul 05, 2019
01:59 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Jul 05, 2019
01:59 AM
Hi,
a .hex file contains only the values for different memories and will be used for programming of the device (e.g. via Memtool).
A .elf file contains, additional to the memory informations, debug and symbol informations which are very helpful for debugging in a debugger.
a .hex file contains only the values for different memories and will be used for programming of the device (e.g. via Memtool).
A .elf file contains, additional to the memory informations, debug and symbol informations which are very helpful for debugging in a debugger.
Jul 05, 2019
10:47 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Jul 05, 2019
10:47 PM
I am .elf files into controller but after power cycle, controller do't retain their code. Do I have to flash .hex file into it.
Jul 08, 2019
11:37 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Jul 08, 2019
11:37 AM
Is your code targeting RAM (0x50000000-0x700FFFFF), or flash (starting with 0x8 or 0xA)? If it's running from RAM, that would explain why the AURIX doesn't retain it through a power cycle 😉
Jul 10, 2019
10:20 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Jul 10, 2019
10:20 AM
Hi
Can you help me how to resolve this problem. I am using lauterbach to flash code.
Can you help me how to resolve this problem. I am using lauterbach to flash code.
Jul 10, 2019
07:39 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Jul 10, 2019
07:39 PM
Hi KDN.
Where is your application - in PFLASH, or in RAM? When you say the controller doesn't retain its code, what address are you looking at to know it's gone?
Do you have boot mode headers set up, so the AURIX firmware knows where to start your application?
Where is your application - in PFLASH, or in RAM? When you say the controller doesn't retain its code, what address are you looking at to know it's gone?
Do you have boot mode headers set up, so the AURIX firmware knows where to start your application?
Aug 03, 2019
12:17 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Aug 03, 2019
12:17 PM
UC_wrangler wrote:
Is your code targeting RAM (0x50000000-0x700FFFFF), or flash (starting with 0x8 or 0xA)? If it's running from RAM, that would explain why the AURIX doesn't retain it through a power cycle 😉
Yes flash (starting with 0x8 or 0xA)
This widget could not be displayed.