Continue to develop the MSP430X IAR demo project - still a work in progress.

This commit is contained in:
Richard Barry 2010-12-30 14:01:21 +00:00
parent 38055abf18
commit df4e7ceba0
4 changed files with 167 additions and 55 deletions

View file

@ -193,14 +193,22 @@
// Code
//
-P(CODE)CODE=5C00-FF7F,10000-45BFF
// *** Modified to place code in high memory and insodoing, testing the port.
// Original code
//-P(CODE)CODE=5C00-FF7F,10000-45BFF
// Modified code
-P(CODE)CODE=10000-45BFF
-Z(CODE)CODE_ID
// ---------------------------
// Constant data
//
-Z(CONST)DATA20_C,DATA20_ID=5C00-FF7F,10000-45BFF
// *** Modified to place code in high memory and insodoing, testing the port.
// Original code
//-Z(CONST)DATA20_C,DATA20_ID=5C00-FF7F,10000-45BFF
// Modified code
-Z(CONST)DATA20_C,DATA20_ID=10000-45BFF
// -------------------------------------