У нас вы можете посмотреть бесплатно 14.2(b) - Serial Communication on the MSP430: SPI - Sending a Byte as a SPI Master или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
This video works best if you have my textbook and are following along with the video. Get the book here: https://amzn.to/32vpsEY. This video covers a portion of section 14.2 in the textbook "Introduction to Embedded Systems Design using the MSP430FR2355" by Brock LaMeres. This section covers the SPI serial communication peripherals on the MSP430, called the enhanced Universal Communication Interfaces (eUSCI). This video gives an overview of how to setup the eUSCI in SPI master mode to send a byte repeatedly. The output packet is observed with both an oscilloscope and logic analyzer. Two types in this video (thank you for your comments! will be fixed in 2nd edition) 1) Minute 5:17. I have UCMODEEx=10 as "active HIGH", it should be "active LOW". 2) Minute 6:44. I have SIMO and SOMI swapped for eUSCI_B0 and eUSCI_B1.