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