mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-07 22:57:44 -04:00
Ensure that main() is always placed in low memory in the IAR MSP430X port.
This commit is contained in:
parent
a9b61c4e00
commit
811413d95a
7 changed files with 20 additions and 18 deletions
|
@ -195,9 +195,9 @@
|
|||
|
||||
// *** Modified to place code in high memory and insodoing, testing the port.
|
||||
// Original code
|
||||
-P(CODE)CODE=5C00-FF7F,10000-45BFF
|
||||
//-P(CODE)CODE=5C00-FF7F,10000-45BFF
|
||||
// Modified code
|
||||
//-P(CODE)CODE=10000-45BFF
|
||||
-P(CODE)CODE=10000-45BFF
|
||||
|
||||
-Z(CODE)CODE_ID
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue