Most registers in the MSP are 16 bits long, so an int value is 2 bytes (16 bits) long.
As per normal, you can turn on bits with !=bitmask and turn them off with &= ~bitmask.
With IAR tools you can use the "@" operator, or #pragma location to set an absolute memory location for a variable. The compiler will reserve that space and not place other variables in conflict. __no_init char MyArray[0x40] @ 0x200;
Also:
See also:
IAR originally came from the initials of it's founder: Ingenjörsfirma Anders Rundgren. Anders (which is a common name in Sweden) founded IAR in 1983 and wrote the first ever C compiler for a micro controller, the 8051.
file: /Techref/ti/msp430/c.htm, 1KB, , updated: 2008/6/12 10:35, local time: 2024/11/15 01:41,
18.191.174.216:LOG IN
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://massmind.ecomorder.com/techref/ti/msp430/c.htm"> TI MSP430, MSP430 C compiler, C compiler, C language</A> |
Did you find what you needed? |
Welcome to ecomorder.com! |
Welcome to massmind.ecomorder.com! |
.