Using SPIFI and SPI bus in the same time

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Using SPIFI and SPI bus in the same time

340 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by nils28 on Fri Nov 30 05:15:48 MST 2012
Hello all,

I work on my own board with LPC4330 and Red Suite. On it there a SPIFI to store my software and a SPI EEPROM which is link on the same pin than SPIFI :
- P3_3 : SCK,
- P3_6 : MISO,
- P3_7 : MOSI.

My question is, how to use both memory in the same time ? the SPIFI run my software and EEPROM store some R/W data used in my software ?

Moreover there is no lpc43xx_spi defined interface in CMSIS...

Thanks a lot

Labels (1)
0 Kudos
1 Reply

318 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by capiman on Sun Dec 02 05:34:21 MST 2012
I have at least an answer for last question: Have a look for lpc43xx_ssp
There are files like lpc43xx_ssp.c and lpc43xx_ssp.h
E.g. one of the functions defined inside lpc43xx_ssp.c is SSP_Init
0 Kudos