This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Cannot get pointers to work correctly in CC 4.2

Other Parts Discussed in Thread: MSP430F2274

Hi,  I'm running CC 4.2 under Windows 7, targeting the MSP430F2274.  My issue is that I cannot seem to get pointers to work other than chars.  I've tried various standard ANSI C examples.  When I try to set a pointer to a value, nothing appears in memory from what I see in the memory monitor.  When I try to print the value pointer, it prints different random garbage.  I can successfully print the address of the pointer.  And I can manually set its value in memory using the monitor.  But I can't set a value in C nor can I read, manipulate or print a value.  Tests using conditional statements confirm what the memory monitor is telling me that only char pointers work.  Any help appreciated,

Thanks,

- Chris