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.

20-Bit address msp430fr5994

Other Parts Discussed in Thread: MSP430FR5959, MSP430FR5994

I trying to make a pointer out of a long int.. 

on the msp430fr5959 this code works

char * Flash_ptr = (char *) 0x10000; 

but when i try this line on msp430fr5994 i get this error

Description Resource Path Location Type
#173-D invalid type conversion main.c /xxxx line 110 C/C++ Problem

Using CCS and the same compiler

How can i get this to work? Thank you

**Attention** This is a public forum