У нас вы можете посмотреть бесплатно Rust Embedded for STM32 Microcontrollers: RTIC (Real-Time Interrupt-driven Concurrency framework) или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
The eighth video of the Rust Embedded course. In this video you will learn: How to build scalable Rust embedded applications What is RTIC (Real-Time Interrupt-driven Concurrency) framework How to build a simple RTIC application What are init, pre-init and idle tasks in RTIC What are shared and local resources in RTIC How to lock the resources and tasks from preemption What are software and hardware tasks in RTIC How to enable button presses with EXTI interrupts How to put the MCU into sleep mode References: Rust RTIC book (https://rtic.rs/1/book/en/) STM32F303 Reference Manual (RM0316) (https://www.st.com/resource/en/refere...) Timeline: 0:00 - Intro 0:19 - RTIC Basics & Features 1:13 - Simple RTIC application (blinking LED) 4:48 - Running the application 5:19 - Extend the application (button interrupt handler) 9:00 - Running the application 10:15 - Additional features (capacity, priority, sleep-on-exit) 12:10 - Outro #rust #embedded #google