Skip to content

Some flash space should be allocated for custom usage. #1682

@dty717

Description

@dty717

In memmap_default.ld(line 26),

    FLASH(rx) : ORIGIN = 0x10000000, LENGTH = 2048k

It could be better with some space reserved, like

    FLASH(rx) : ORIGIN = 0x10000000, LENGTH = 2040k /*8k for custom storage*/

Activity

lurch

lurch commented on Apr 3, 2024

@lurch
Contributor

IMVHO if you want that, that's something that you should add to your own custom linker script?

added this to the 1.6.1 milestone on May 20, 2024
modified the milestones: 1.6.1, 1.7.0 on Jul 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @lurch@kilograham@dty717

        Issue actions

          Some flash space should be allocated for custom usage. · Issue #1682 · raspberrypi/pico-sdk