Topic : Programming Bootloader

Forum : Ride IDE

Original Post
Post Information Post
April 24, 2020 - 8:36am
Paul Richter

Hi,

I started programming a bootloader to make it possible to update the software via internet.

Actually I have two Ride 7 projects: bootloader and application. I want to compile both to two seperate .hex files. I ran into two problems:

1) I have to move the memory space of my application by some amount so it doesn't interfer with the bootloader. What is the best way to move the application?

2) At the end of the bootloader the software should jump to the application. How do I program this jump?

Thank you very much.

Best Regards

Paul Richter

Replies
Post Information Post
+1
0
-1
May 6, 2020 - 10:04am
Raisonance Support

Hello,

    Thank you for your question.

The following FAQ is intended to help you set up your bootloader when using RIde7:  http://support.raisonance.com/content/how-do-i-configure-arm-application-be-loaded-bootloader .

You should also consult the device manufacturer's support site. It is likely they have application notes or other documentation on the subject.

BR,
Support team

+1
0
-1
May 6, 2020 - 11:09am
Paul Richter

Hello,

Thank you for your answer.

Best Regards

Paul Richter