Giter Site home page Giter Site logo

Strange Memory Address about avr_debug HOT 2 OPEN

jdolinay avatar jdolinay commented on August 15, 2024
Strange Memory Address

from avr_debug.

Comments (2)

felias-fogg avatar felias-fogg commented on August 15, 2024

That is how avr-gdb treats the problem that the AVRs have separate data and program memory. Program memory starts at 0x0 end extends theoretically until 0x7FFFFF. SRAM memory starts at 0x800000 (corresponding to real SRAM address 0x0). Note, that is what is displayed. The MCU internal registers see, of course, the value without the 0x800000.

from avr_debug.

technical-publishing avatar technical-publishing commented on August 15, 2024

Hi Bernhard, thanks a lot for your fast response and the well-understandable explanation.

from avr_debug.

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.