ic칩을 다루다보면 위와 같은 용어를 만나게 됩니다. 어떤 용도로 이용하는지, 확인해봅시다!!

 

https://www.etechnog.com/2019/06/vcc-vss-vdd-vee-in-electronics.html

 

What is Vcc, Vss, Vdd, Vee in Electronics? Differences and Full Forms

You may notice electronic circuits and ICs have these pins Vcc, Vss, Vdd, Vee. Now the question is what is the full form or meaning of these pins and why different names are used for different ICs and Electronic Circuits.

www.etechnog.com

이해한 후 정리하겠습니다!

'전기전자 > MCU' 카테고리의 다른 글

spi 통신  (0) 2021.09.12

 업무에 i2c 통신과 spi 통신이 필수입니다. 하지만 최근, 취업준비를 하면서 애플리케이션 레벨에서 계속 작업을 했었기 때문에 로우 레벨의 하드웨어 통신에 대해서 많이 미숙해진것 같습니다. 집에 있는 stm32 mcu와 atmga128 보드로 다시 연습좀 해야할 것 같네요. 

 위의 이유로 다시 통신 공부를 시작할건데 그 시작은 spi 통신으로 시작하려고 합니다. 참고할 만한 사이트입니다.

 

1) https://learn.sparkfun.com/tutorials/serial-peripheral-interface-spi

 

Serial Peripheral Interface (SPI) - learn.sparkfun.com

Introduction Serial Peripheral Interface (SPI) is an interface bus commonly used to send data between microcontrollers and small peripherals such as shift registers, sensors, and SD cards. It uses separate clock and data lines, along with a select line to

learn.sparkfun.com

2) https://www.analog.com/en/analog-dialogue/articles/introduction-to-spi-interface.html

 

Introduction to SPI Interface | Analog Devices

Serial peripheral interface (SPI) is one of the most widely used interfaces between microcontroller and peripheral ICs such as sensors, ADCs, DACs, shift registers, SRAM, and others. This article provides a brief description of the SPI interface followed b

www.analog.com

 

'전기전자 > MCU' 카테고리의 다른 글

what is Vcc Vss Vdd, Vee  (0) 2021.09.12

+ Recent posts