Skip to content

Commit

Permalink
Remove .shared and mailbox sections
Browse files Browse the repository at this point in the history
The .shared and .mailbox sections are for the dual-core parts and
don’t exist for the MAX32662

Signed-off-by: Sadik Ozer <[email protected]>
  • Loading branch information
ozersa committed Jun 3, 2024
1 parent 0f7bdf8 commit e836ab4
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@

extern void (*const __isr_vector[])(void);

uint32_t SystemCoreClock __attribute__((section(".shared")));
volatile uint32_t mailbox __attribute__((section(".mailbox")));
uint32_t SystemCoreClock = HIRC_FREQ;

/*
The libc implementation from GCC 11+ depends on _getpid and _kill in some places.
Expand Down

0 comments on commit e836ab4

Please sign in to comment.