OpenIoTAcademy / Training_Kayanyazisaat

MIT License
1 stars 5 forks source link

Max_7219 Communication Protocol (SPI) #2

Open hasan921 opened 4 years ago

hasan921 commented 4 years ago

SPI communication protocol is one way communication.The information that you want to show at the screen is sent quickly. CPOL=0 CPHA=0 (Mode 0). Data size is 16 bit.High byte is address,low byte is value. Master and slave mode has to be same in data communication. 1-) The first thing we will define SPI library.

IBeRyUS commented 4 years ago

SPI bus açıklamalarının yanında bizim yazacağımız sürücünün tasarımını yapmanı bekliyoruz. Kesinlikle non-blocking olacak.

Bu non-blocking yapıyı ne şekilde kuracaksın onu kısaca tasarlamanı ve ufak bir akış diyagramı ile göstermen iyi olur.