Giter Site home page Giter Site logo

Comments (6)

mikewolfram avatar mikewolfram commented on May 20, 2024

Found a place, in tools/generator/dfg/stm32/stm.py:

    'f7': {
        'start': {
            'flash': 0x08000000,
            'dtcm': 0x20000000,
            'itcm': 0x00000000,
            'sram': 0x20010000,
            'backup': 0x40024000
        },
        'model': [
            {
                'name': ['22', '32', '23', '30', '33', '45', '46', '50', '56', '65', '67', '68', '69', '77', '78', '79'],
                'memories': {'flash': 0, 'itcm': 16*1024, 'dtcm': 64*1024, 'sram1': 0, 'sram2': 16*1024, 'backup': 4*1024}
            }
        ]
    },

Is that the right location?

According to STMCUFinder the F76x and F77x have 128kB, all other F7 only 64kB DTCM.

from modm-devices.

salkinium avatar salkinium commented on May 20, 2024

Yes, that's the right location. I'm sorry for the bugs, but this info isn't part of CubeMX, so I had to add it manually. This is the reason I really don't like it.

from modm-devices.

mikewolfram avatar mikewolfram commented on May 20, 2024

No worries, nobody's perfect.

Changing the size of the DTCM would that automatically adjust the start address of SRAM?

from modm-devices.

salkinium avatar salkinium commented on May 20, 2024

No I don't think so. The algorithm is at the bottom of that file, it may require an extension to allow for custom start addresses per table entry.

from modm-devices.

salkinium avatar salkinium commented on May 20, 2024

Ugh, it's a mess:

from modm-devices.

mikewolfram avatar mikewolfram commented on May 20, 2024

The pic is a bit misleading. The data from STMCUFinder looks more clear to know which F7 has which RAMs.

from modm-devices.

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.