Skip to content

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

Open
@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*/

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions