Minor updates to the MSP430X CCS4 demo application.

This commit is contained in:
Richard Barry 2011-01-02 18:19:12 +00:00
parent 947524522b
commit 2b92b7a5d9
4 changed files with 16 additions and 14 deletions

View file

@ -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 */