Other Parts Discussed in Thread: MSP430L092
Hello,
I work on the MSP430L092 and I want to use the SPI wich is implemented in order to write/read on a SPI EEPROM. I find this fonction on the Code User's Guide but I don't manage to use it. :
void(*CpyTo430)(unsigned long SpiAdr,\
unsigned short* DstAdr,\
unsigned short Count);
Can someone give me an example of how to use it please ?