Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Embedded Systems with Mbed™ C on STM32 (Arm® Cortex M4)

Posted By: ELK1nG
Embedded Systems with Mbed™ C on STM32 (Arm® Cortex M4)

Embedded Systems with Mbed™ C on STM32 (Arm® Cortex M4)
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English + srt | Duration: 41 lectures (5h 12m) | Size: 2.73 GB

Arm® Cortex M4, Sensors, Actuators, LEDs, Switches, GPIOs, PWM, ADC, LCD, Mbed™ C, STM32401RE Nucleo Board, Embedded

What you'll learn:
Learn Mbed™ C with STM32F401RE Nucleo Board
Develop Embedded Systems with "ARM Cortex M4" powered "STM32" Microcontroller
Interface Sensors and Actuators with GPIOs
Demystify Interrupts
Generate Pulse Width Modulation (PWM)
Analog to Digital Conversion (ADC)
Liquid Crystal Display (LCDs)

Requirements
Able to use PC
STM32 Development Board, Preferably STM32F401RE Nucleo Board

Description
Learn Embedded C with Arm® Cortex M4 Microcontrollers!!

5 Hours of Video Content.

15 Hands-on Practicals

All Codes are available in the resources

Lecture Material (PDF / PPTs) are available in the resources

Description

This course Demystifies the development of Embedded Systems. You will learn Mbed™ C programming to use inbuilt peripherals on the microcontroller to interface sensors, actuators, and Liquid Crystal Displays (LCD). You will learn to generate Pulse Width Modulation (PWM) Waveforms with variable duty cycle and frequency. Learn to use analog to digital converter (ADC) to gather data from analog sensors and display it to LCDs.

All the codes (C Programs) are available in resources along with the lecture material.

Major Topics Covered

GPIOs: Learn to manipulate (Set/Reset) a particular bit of STM32 Microcontroller and also use it as an input pin.

Pull-up Register: Learn the importance of pull-up resistors, enabling and disabling them, also learn to use them in interfacing digital sensors.

Interrupts: Learn, how interrupts are handled in CPU? Also learn to write ISR and call them in an event of an interruption.

Pulse Width Modulation: Learn to generate PWM waves with variable duty cycles and variable frequencies.

Project 1: Learn to interface DC Motor using L293D Motor drive IC and control the speed and direction.

Liquid Crystal Display: Learn to interface LCDs with MCU using GPIOs.

Analog to Digital Converter: Learn to interface analog sensors such as a potentiometer and LM35 Temperature sensor.

Temperature Monitoring System: Learn to interface LM35 temperature sensor IC to read ambient temperature and display the same on LCD.

Who this course is for
Beginners curious to develop Embedded Systems around Microcontroller
Beginners curious to write and test Embedded (Mbed™) C Programs for Hardware