Replies: 3 comments 5 replies
-
Hi Rob,
Resetvector of STM points to bootloader. Main benefit of bootloader is that it can handle firmware updates from now on with a simple USB-stick where the firmware binary resides. Without bootloader resetvector points to nowhereland. |
Beta Was this translation helpful? Give feedback.
-
The bootloader is built from the same source. See makefiles in the mchf-eclipse dir or use the recommended Eclipse environment for building your bootloader (see instructions in Wiki) if that is your thing. However, as @df8oe suggest, just flashing the precompiled bootloader should do the job just fine. |
Beta Was this translation helpful? Give feedback.
-
I understand, I've been going through the bootloader code, it launches the radio app at 0x08010000 but how do I set the app so that it starts at that address?Currently it's at 0x08007df and varies with each build change.I changed the section address in the script from "= ." to = 0x08010000, no error but also no change.Maybe you know!On 12 Nov 2022 08:27, DF8OE ***@***.***> wrote:
Crazy - but reality. We have choosen an Open Source solution which is available on all operating systems. So our choice was Eclipse - and using "plain Makefile". Debugging in Eclipse works well. CubeIDE is not supported by us and it needs many tuning. It is the personally decision of everyone to step other ways - but if so they do it without support from us.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hi Andreas, it was suggested in the McHF group that you are expert on the bootloader and could help me.
I´ve installed the firmware but I am not sure if the bootloader was also installed, as reset is not working with the vtable at 0x08010000.
I can fix the debugger reset address and that then boots.
How can I check if the bootloader, presuming there must be a custom one for McHF, is loaded?
Sorry for the NOOB question, but am new to the project.
Vielen dank! 73, Rob
Beta Was this translation helpful? Give feedback.
All reactions