GithubHelp home page GithubHelp logo

Comments (3)

akospasztor avatar akospasztor commented on August 20, 2024

Hi arkhipenko,

My guess is that the startup code of the application firmware explicitly sets the VTOR back to the starting address of the flash. What kind of startup code do you use? I remember that the cube-generated startup code in system_stm32l4xx.c explicitly sets the VTOR in the SystemInit() function.

Cheers,
Akos

from stm32-bootloader.

arkhipenko avatar arkhipenko commented on August 20, 2024

Hi!
Thanks for answering.
Yes, the startup code is in system_stm32f1xx.c file and the VTOR is set there appropriately.
After playing a bit with the code, it started to work! I just moved the stack assignment before VTOR in the bootloader and a pinMode() later in the setup() in the target code and it somehow helped.
I can not explain why, but it did. Thank you.

from stm32-bootloader.

akospasztor avatar akospasztor commented on August 20, 2024

Hi arkhipenko,

I don't exactly know what pinMode() does in your setup() (nor do I know what setup() does actually 😅), but does that maybe set/change the boot pins or boot configuration? If yes, then your problem was actually that you changed the boot mode of the MCU, which you don't need :)

Anyway, I'm glad that you could resolve the problem!

Cheers,
Akos

from stm32-bootloader.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.