Skip to content

victorrar/nixie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

May 14, 2021
982dbda · May 14, 2021

History

4 Commits
Jul 12, 2019
Jul 12, 2019
Jul 12, 2019
Jul 12, 2019
Jul 12, 2019
Jul 12, 2019
Jul 12, 2019
Jul 12, 2019
Jul 12, 2019
Jul 12, 2019
Jul 12, 2019
Jul 12, 2019
Jul 12, 2019
Jul 12, 2019
May 14, 2021

Repository files navigation

You have to set the correct memory layout for your device in the linker script.
Please check the FLASH and SRAM length.

e.g.


MEMORY
{
  FLASH (rx) : ORIGIN = 0x08000000, LENGTH = 0x08000   /* 32k */
  RAM (rwx)  : ORIGIN = 0x20000000, LENGTH = 0x01000   /*  4k */
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published