ordering compiled intel-hex file.

General discussion on mikroC PRO for AVR.
Post Reply
Author
Message
dewe_marco
Posts: 1
Joined: 26 Apr 2016 21:22

ordering compiled intel-hex file.

#1 Post by dewe_marco » 26 Apr 2016 21:41

Hi guys,

since the microC compiler produces a non ascending (addresses) intel-hex file, I am looking
for a way to format the file with ascendening addresses. Is there a way in the IDE, or does anyone know
a tool for this task except srec_cat (not working correctly)??
Background: I need it ascending because I download it over serial port to the ATXmega ....
(Don't want to spend hours, days, ... in doing this parsing/converting by myself)

Regards,
Marco

e.g.:
:02002000121212
:02000000121212
:02001000121212
->should be:
:02000000121212
:02001000121212
:02002000121212

User avatar
uros.cvetinovic
mikroElektronika team
Posts: 803
Joined: 14 Dec 2015 09:24

Re: ordering compiled intel-hex file.

#2 Post by uros.cvetinovic » 27 Apr 2016 11:48

Hi,

You can check this:
http://helpdesk.mikroe.com/index.php?/K ... statistics

There you can see instructions on how to check addresses of all the functions you use in your project in ascending order.

It may help you.

Best regards,

Uros

Post Reply

Return to “mikroC PRO for AVR General”