Skip to content

Commit

Permalink
fix flash_exec linker
Browse files Browse the repository at this point in the history
  • Loading branch information
Schiavone Pasquale Davide committed Oct 16, 2023
1 parent 43fbd51 commit 23026a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sw/linker/link_flash_exec.ld.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ SECTIONS {
_edata = .; /* define a global symbol at data end; used by startup code in order to initialise the .data section in RAM */
} >RAM AT >FLASH

_lma_vma_data_offset = 0x0;

.power_manager : ALIGN(4096)
{
PROVIDE(__power_manager_start = .);
Expand Down

0 comments on commit 23026a3

Please sign in to comment.