Need help for SPI of LPC1769

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

Need help for SPI of LPC1769

226 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by binupanacea on Thu Jun 21 23:17:07 MST 2012
Hello, I am using SPI module of LPC1769 for interfacing with MCP3204 serial ADC. Can you provide the link from where I can download sample code for SPI interface in master mode.
0 Kudos
1 Reply

163 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by Rob65 on Fri Jun 22 06:03:04 MST 2012
lcd_ST7565R.c contains a bit of code to send data over SSP to an LCD using the ST7565R controller.

LCDInitIO() initializes all I/O (also the SPI) and LCDWrite() sends a byte to the LCD using SSP0.

Note that this uses the SSP block, not the SPI block but SSP0 uses the same pins as the SPI block, it is just capable of doing more than the SPI block (which is just included for backward compatibility with older LPC chips).

Regards,

Rob
0 Kudos