SPI register for MPC8315E

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

SPI register for MPC8315E

339 Views
xiaosaihu
Contributor I

I want to link a LCD with SPI interface in PPC8315erdb, but there is no SPI driver device.

I want to use the SPI interface by setting the SPI register value, however, I cannot find the  names of SPI registers

in the relevant header files. 

For example, I know that "Configure SPMODE to enable normal operation (not loopback), master mode, SPI enabled,
character length, and the fastest speed possible" and know the right address and value, but how I set in source code, is there a definited SPI register struct?

 

0 Kudos
1 Reply

249 Views
alexander_yakov
NXP Employee
NXP Employee

Which Linux BSP you are using? If you are using our Linux BSP, than I see "SPI driver support" in readme.bsp file.
We do not offer driver for LCD connected via SPI, but standard SPI connumications like SPI read or SPI write should be supported in our BSP. Any higher-level driver is expected to be supplied by your LCD module vendor.

0 Kudos