Udemy - Mastering Microcontroller with Embedded Driver Development
- CategoryOther
- TypeTutorials
- LanguageEnglish
- Total size3 GB
- Uploaded Byfcs0310
- Downloads286
- Last checkedApr. 21st '18
- Date uploadedApr. 21st '18
- Seeders 8
- Leechers4
Infohash : A11DC0E1D7F25D8BEC8E200788CBC0073EFE2FB6
Udemy - Mastering Microcontroller with Embedded Driver Development
Learn from Scratch Microcontroller & Peripheral Driver Development for GPIO,I2C,SPI,USART using Embedded C Programming
For more Udemy Courses: https://freecoursesite.com
Files:
[FreeCourseSite.com] Udemy - Mastering Microcontroller with Embedded Driver Development 1. Overview of the Course- 1. What is this course all about .mp4 (19.2 MB)
- 2. Source Code.html (0.5 KB)
- 3. IDE setup for Embedded Code Development.html (1.6 KB)
- 1. Understanding MCU Peripheral Clock control.mp4 (16.4 MB)
- 2. Exercise EnablingDisabling Peripheral Clock.mp4 (48.8 MB)
- 3. Exercise-Making HSE as System Clock.mp4 (27.9 MB)
- 4. Exercise-Making HSE as System Clock Contd..mp4 (20.0 MB)
- 1. Understanding MCU Vector Table Part-1.mp4 (56.9 MB)
- 2. Understanding MCU Vector Table Part-2.mp4 (17.6 MB)
- 1. Understanding MCU interrupt Design , NVIC, Interrupt handling Part 1.mp4 (36.2 MB)
- 2. Understanding MCU interrupt Design , NVIC, Interrupt handling Part 2.mp4 (42.7 MB)
- 3. Understanding MCU interrupt Design , NVIC, Interrupt handling Part 3.mp4 (18.5 MB)
- 4. Understanding MCU interrupt Design , NVIC, Interrupt handling Part 4.mp4 (20.3 MB)
- 1. Understanding MCU Specific header file Part 1.mp4 (79.7 MB)
- 2. Understanding MCU Specific header file Part 2.mp4 (62.9 MB)
- 1. GPIO pin and GPIO port.mp4 (5.4 MB)
- 2. GPIO behind the scene.mp4 (5.9 MB)
- 3. GPIO input mode with high impedance state.mp4 (2.9 MB)
- 4. GPIO input mode with pull-updown state.mp4 (2.8 MB)
- 5. GPIO output mode with open drain state.mp4 (11.4 MB)
- 6. GPIO output mode with push pull state.mp4 (5.7 MB)
- 7. Optimizing IO power consumption.mp4 (6.9 MB)
- 1. GPIO programming structure.mp4 (8.1 MB)
- 10. GPIO alternate function register(used to set alternate functionality for a pin ).mp4 (9.4 MB)
- 11. Find Out IO Alt Functionality.html (0.2 KB)
- 2. Exploring GPIO PORT and pins of STM32F4xx Discovery board.mp4 (2.5 MB)
- 3. GPIO Mode register(used to set mode for a pin).mp4 (8.0 MB)
- 4. GPIO port output type register(used to specify op type).mp4 (2.9 MB)
- 5. GPIO port output speed register (how quick transition).mp4 (7.4 MB)
- 6. GPIO port pull-uppull-down register(used to activatedeactivate pull-ups).mp4 (4.7 MB)
- 7. GPIO port input data register (used to read from pin).mp4 (2.6 MB)
- 8. GPIO port output data register(used to write to pin).mp4 (2.7 MB)
- 9. Enabling and disabling GPIO peripheral clock.mp4 (8.0 MB)
- 1. Overview of the driver development task.mp4 (3.8 MB)
- 2. Driver API Requirements.mp4 (3.4 MB)
- 3. Creating Driver Template Project Eclipse.mp4 (29.5 MB)
- 4. Creating Driver Template Project KEIL.mp4 (9.9 MB)
- 1. Implementing Driver Header file.mp4 (19.8 MB)
- 1. Code to configure the mode.mp4 (8.9 MB)
- 2. Code to configure GPIO speed and output type.mp4 (3.9 MB)
- 3. Code to configure GPIO pull-uppull down.mp4 (2.9 MB)
- 4. Configuring alternate function.mp4 (6.5 MB)
- 5. Embedded Coding Skill.html (0.2 KB)
- 1. Implementing GPIO Read API.mp4 (3.6 MB)
- 2. Implementing GPIO Write API.mp4 (2.5 MB)
- 1. Note for the students.html (0.4 KB)
- 2. About MCU Development board.mp4 (20.5 MB)
- 2.1 STM32 Nucleo-64 development board.html (0.1 KB)
- 2.2 Discovery kit with STM32F407VG MCU.html (0.1 KB)
- 3. STM32F4 Discovery and Nucleo Board Details.mp4 (44.0 MB)
- 4. ST-Link Driver Installation.mp4 (12.8 MB)
- 4.1 ST-LINK, ST-LINKV2, ST-LINKV2-1 USB driver signed for Windows7, Windows8, Windows10.html (0.1 KB)
- 5. ST Link Firmware Upgrade.mp4 (13.6 MB)
- 5.1 ST-LINK, ST-LINKV2, ST-LINKV2-1 firmware upgrade.html (0.1 KB)
- 1. Write init function to configure LED.mp4 (9.3 MB)
- 2. Code implementation to turn onofftoggle LED.mp4 (3.9 MB)
- 3. Testing the sample Application on development board.mp4 (2.7 MB)
- 4. Testing LED behaviour on logic analyser software.mp4 (6.3 MB)
- 1. Exploring How peripherals interrupts the processor via NVIC.mp4 (19.7 MB)
- 2. GPIO irq numbers.mp4 (13.5 MB)
- 3. Vector table and IRQ handlers.mp4 (6.6 MB)
- 4. Adding interrupt handling apis to our driver.mp4 (5.3 MB)
- 5. Implementing APIs to Configure and Enable External Interrupts.mp4 (14.5 MB)
- 6. Clearing external interrupt (otherwise NVIC will keep getting kicked ).mp4 (2.9 MB)
- 7. Test interrupt APIs we developed by using button.mp4 (8.2 MB)
- 8. Find out IRQ number.html (0.2 KB)
- 9. Interrupt Pending Bit.html (0.2 KB)
- 1. Introduction to SPI.mp4 (3.5 MB)
- 2. Understanding SPI protocol.mp4 (17.1 MB)
- 3. SPI behind the scene.mp4 (5.0 MB)
- 1. Significance of Polarity and Phase.mp4 (11.4 MB)
- 2. Different SPI Modes with Timing diagram.mp4 (7.8 MB)
- 3. Uni-Directional and Bi-Directional SPI.mp4 (8.1 MB)
- 1. Exploring SPI functional block(How SPI Engine works in MCU ).mp4 (9.6 MB)
- 2. SPI Peripheral clock and Serial clock.mp4 (12.8 MB)
- 3. Find out SPI Max Speed.html (0.2 KB)
- 1. Exploring SPI Control Registers(CR).mp4 (14.2 MB)
- 2. Exploring SPI Data Registers(DR).mp4 (4.4 MB)
- 3. Exploring SPI Status Registers(SR).mp4 (3.4 MB)
-
Code:
- udp://tracker.pirateparty.gr:6969/announce
- udp://tracker.coppersurfer.tk:6969/announce
- udp://tracker.leechers-paradise.org:6969/announce
- udp://9.rarbg.com:2770/announce
- udp://p4p.arenabg.com:1337/announce
- udp://tracker.opentrackr.org:1337/announce
- udp://public.popcorn-tracker.org:6969/announce
- http://asnet.pw:2710/announce
- http://tracker.opentrackr.org:1337/announce
- udp://tracker.internetwarriors.net:1337/announce
- http://tracker.internetwarriors.net:1337/announce
- udp://tracker1.xku.tv:6969/announce
- udp://tracker1.wasabii.com.tw:6969/announce
- udp://tracker.zer0day.to:1337/announce
- http://91.218.230.81:6969/announce
- udp://tracker.mg64.net:6969/announce
- udp://peerfect.org:6969/announce
- udp://open.facedatabg.net:6969/announce
- udp://mgtracker.org:6969/announce
- http://mgtracker.org:6969/announce