mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-07 14:47:42 -04:00
Minor updates to the MSP430X CCS4 demo application.
This commit is contained in:
parent
947524522b
commit
2b92b7a5d9
4 changed files with 16 additions and 14 deletions
|
@ -106,11 +106,11 @@ SECTIONS
|
|||
.sysmem : {} > RAM /* DYNAMIC MEMORY ALLOCATION AREA */
|
||||
.stack : {} > RAM (HIGH) /* SOFTWARE SYSTEM STACK */
|
||||
|
||||
/* Modified to test the use of high memory. */
|
||||
/* Can be modified to test the use of high memory. */
|
||||
/* Original line. */
|
||||
/* .text : {}>> FLASH | FLASH2 */ /* CODE */
|
||||
.text : {}>> FLASH | FLASH2 /* CODE */
|
||||
/* Modified line. */
|
||||
.text : {}>> FLASH2 /* CODE */
|
||||
/* .text : {}>> FLASH2 */ /* CODE */
|
||||
.main : {} > FLASH
|
||||
.text:_isr : {} > FLASH /* ISR CODE SPACE */
|
||||
.cinit : {} > FLASH /* INITIALIZATION TABLES */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue