У нас вы можете посмотреть бесплатно Rust Embedded for STM32 Microcontrollers: HAL Crates или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
The second video of the Rust Embedded course. In this video you will learn: What are HAL crates? What are core and device peripherals? What is GPIO and it registers (including the Reference Manual). Find Rust project dependencies using docs.rs & crates.io. What is the ITM (instrumentation trace macrocell)? What is SVD and svd2rust? The video content was created with a help of the amazing Rust book, available at https://docs.rust-embedded.org/discov.... My setup for development includes: Linux laptop with STM32F3Discovery board connected using mini-USB cable. Visual Code Studio IDE with rust-analyzer plugin. Timeline: 0:00 - Intro 0:25 - Prerequisites 0:36 - Quick recap 0:55 - Demystifying aux5:: dependency 4:19 - Reviewing project dependencies 5:28 - Reviewing stm32f3-discovery crate 8:57 - Tips for new projects 9:51 - Core vs Device peripherals 11:00 - Outro #rust #embedded #google