Udemy - STM32Fx Microcontroller Custom Bootloader Development [TP...

  • Category Other
  • Type Tutorials
  • Language English
  • Total size 4.9 GB
  • Uploaded By tutplanet
  • Downloads 544
  • Last checked 8 hours ago
  • Date uploaded 6 years ago
  • Seeders 5
  • Leechers 19

Infohash : 6D1CE368CA4DD53165905BA2EDE5329523C6BF72



Udemy - STM32Fx Microcontroller Custom Bootloader Development [TP]

Learn fundamentals of Bootloader Development for your ARM Cortex Mx based STM32Fx Microcontroller

For more Udemy Courses: https://tutorialsplanet.net

Files:

[Tutorialsplanet.NET] Udemy - STM32Fx Microcontroller Custom Bootloader Development 1. Course Overview
  • 1. Course Overview.mp4 (32.9 MB)
  • 1. Course Overview.vtt (4.8 KB)
  • 2. Important Note.html (1.2 KB)
  • 3. Source Code Repository.html (0.1 KB)
10. Boot-Loader Project Creation
  • 1. Boot-Loader Project Creation.mp4 (123.2 MB)
  • 1. Boot-Loader Project Creation.vtt (12.9 KB)
  • 2. Bootloader Project Exploration Part-1.mp4 (69.9 MB)
  • 2. Bootloader Project Exploration Part-1.vtt (6.9 KB)
11. Boot-Loader UART Testing
  • 1. Command UART testing.mp4 (134.6 MB)
  • 1. Command UART testing.vtt (10.4 KB)
  • 2. Debug UART Testing.mp4 (108.3 MB)
  • 2. Debug UART Testing.vtt (9.1 KB)
12. Boot-loader Jumping to User Code
  • 1. Boot-loader Jumping to User application Part-1.mp4 (92.4 MB)
  • 1. Boot-loader Jumping to User application Part-1.vtt (8.7 KB)
  • 2. Boot-loader Jumping to User application Part-2.mp4 (86.5 MB)
  • 2. Boot-loader Jumping to User application Part-2.vtt (7.9 KB)
  • 3. Boot-loader Jumping to User application Part-3.mp4 (67.6 MB)
  • 3. Boot-loader Jumping to User application Part-3.vtt (5.6 KB)
  • 4. Flash Code Placement using OpenSTM32 System Workbench.mp4 (59.5 MB)
  • 4. Flash Code Placement using OpenSTM32 System Workbench.vtt (4.2 KB)
  • 5. Vector Table offset Register(VTOR) use case.mp4 (18.5 MB)
  • 5. Vector Table offset Register(VTOR) use case.vtt (4.9 KB)
  • 6. Boot-loader Jumping to User application Part-4.mp4 (169.7 MB)
  • 6. Boot-loader Jumping to User application Part-4.vtt (11.7 KB)
13. Boot-loader Read Commands from Host
  • 1. Boot-loader command format.mp4 (102.3 MB)
  • 1. Boot-loader command format.vtt (14.6 KB)
  • 2. Boot-loader read commands implementation.mp4 (110.0 MB)
  • 2. Boot-loader read commands implementation.vtt (9.1 KB)
  • 3. Command Handle Functions Implementation.mp4 (27.8 MB)
  • 3. Command Handle Functions Implementation.vtt (2.3 KB)
14. Implementing BL_GET_VER Command
  • 1. Boot-loader Command Handling Flow-Chart.mp4 (29.5 MB)
  • 1. Boot-loader Command Handling Flow-Chart.vtt (4.5 KB)
  • 10. BL_GET_VER_CMD Debugging.mp4 (85.1 MB)
  • 10. BL_GET_VER_CMD Debugging.vtt (7.0 KB)
  • 2. BL_GET_VER Handle Function Implementation.mp4 (26.1 MB)
  • 2. BL_GET_VER Handle Function Implementation.vtt (2.1 KB)
  • 3. Boot-Loader ACKNACK Implementation.mp4 (46.9 MB)
  • 3. Boot-Loader ACKNACK Implementation.vtt (3.6 KB)
  • 4. Boot-Loader Verify CRC.mp4 (98.0 MB)
  • 4. Boot-Loader Verify CRC.vtt (8.9 KB)
  • 5. Sending BL_GET_VER_CMD Reply.mp4 (41.6 MB)
  • 5. Sending BL_GET_VER_CMD Reply.vtt (3.7 KB)
  • 6. BL_GET_VER_CMD Testing Part-1.mp4 (49.2 MB)
  • 6. BL_GET_VER_CMD Testing Part-1.vtt (5.0 KB)
  • 7. Python Installation on Host.mp4 (28.3 MB)
  • 7. Python Installation on Host.vtt (3.0 KB)
  • 8. Python Pyserial module installation.mp4 (25.6 MB)
  • 8. Python Pyserial module installation.vtt (2.8 KB)
  • 9. BL_GET_VER_CMD Testing Part-2.mp4 (42.8 MB)
  • 9. BL_GET_VER_CMD Testing Part-2.vtt (5.9 KB)
15. Implementing BL_GET_HELP_CMD
  • 1. BL_GET_HELP_CMD Implementation and Testing.mp4 (40.4 MB)
  • 1. BL_GET_HELP_CMD Implementation and Testing.vtt (3.7 KB)
16. Implementing BL_GET_CID_CMD
  • 1. BL_GET_CID_CMD Implementation and Testing.mp4 (79.7 MB)
  • 1. BL_GET_CID_CMD Implementation and Testing.vtt (6.3 KB)
17. Implementing BL_GET_RDP_LEVEL_CMD
  • 1. Understanding Flash Read Protection Levels.mp4 (136.3 MB)
  • 1. Understanding Flash Read Protection Levels.vtt (12.7 KB)
  • 2. BL_GET_RDP_LEVEL Command Testing.mp4 (68.9 MB)
  • 2. BL_GET_RDP_LEVEL Command Testing.vtt (5.3 KB)
18. Implementing BL_GET_GO_TO_ADDR_CMD
  • 1. BL_GO_TO_ADDR Command Implementation.mp4 (57.1 MB)
  • 1. BL_GO_TO_ADDR Command Implementation.vtt (5.0 KB)
  • 2. BL_GO_TO_ADDR Command Testing.mp4 (65.3 MB)
  • 2. BL_GO_TO_ADDR Command Testing.vtt (5.8 KB)
19. Implementing BL_FLASH_ERASE_CMD
  • 1. BL_FLASH_ERASE Command Implementation.mp4 (28.9 MB)
  • 1. BL_FLASH_ERASE Command Implementation.vtt (3.0 KB)
  • 2. BL_FLASH_ERASE Command Implementation contd..mp4 (135.8 MB)
  • 2. BL_FLASH_ERASE Command Implementation contd..vtt (11.9 KB)
  • 3. Testing Flash Sector Erase.mp4 (65.7 MB)
  • 3. Testing Flash Sector Erase.vtt (4.9 KB)
  • 4. Testing Flash Mass Erase.mp4 (53.1 MB)
  • 4. Testing Flash Mass Erase.vtt (4.3 KB)
2. Introduction
  • 1. What is Boot-Loader and Why it is needed .mp4 (58.9 MB)
  • 1. What is Boot-Loader and Why it is needed .vtt (6.5 KB)
20. Implementing BL_MEM_WRITE_CMD
  • 1. BL_MEM_WRITE Commadn Implementation.mp4 (161.6 MB)
  • 1. BL_MEM_WRITE Commadn Implementation.vtt (15.1 KB)
  • 2. BL_MEM_WRITE Command Testing.mp4 (70.2 MB)
  • 2. BL_MEM_WRITE Command Testing.vtt (6.7 KB)
21. Options Bytes and Flash Sector Protection
  • 1. Options Bytes Programming.mp4 (216.8 MB)
  • 1. Options Bytes Programming.vtt (18.2 KB)
  • 2. Implementing Flash Sector Protection Commands.mp4 (178.2 MB)
  • 2. Implementing Flash Sector Protection Commands.vtt (15.4 KB)
  • 3. Summary of the commands.mp4 (45.2 MB)
  • 3. Summary of the commands.vtt (4.1 KB)
22. Exploring HOST Application
  • 1. HOST application Source files and Details.mp4 (79.3 MB)
  • 1. HOST application Source files and Details.vtt (5.6 KB)
  • 2. Procedure to Add your own command.mp4 (157.1 MB)
  • 2. Procedure to Add your own command.vtt (11.4 KB)
23. BONUS LECTURE
  • 1. BONUS LECTURE.html (3.2 KB)
3. MCU memory, Reset Sequence and Boot configs
  • 1. MCU-Embedded Memory Organization.mp4 (65.6 MB)
  • 1. MCU-Embedded Memory Organization.vtt (9.9 KB)
  • 2. Understanding Reset Sequence and memory Aliasing of the MCU.mp4 (86.2 MB)
  • 2. Understanding Reset Sequence and memory Aliasing of the MCU.vtt (8.5 KB)
  • 3. Boot Configurations of the STM32 MCU..mp4 (72.5 MB)
  • 3. Boot Configurations of the STM32 MCU..vtt (8.7 KB)
4. Development board used in our courses
  • 1. Note for the students.html (0.3 KB)
  • 2. About MCU Development board.mp4 (52.1 MB)
  • 2. About MCU Development board.vtt (5.9 KB)
  • 3. STM32F4 Discovery and Nucleo Board Details.mp4 (121.2 MB)
  • 3. STM32F4 Discovery and Nucleo Board Details.vtt (8.8 KB)
  • 4. ST-Link Driver Installation.mp4 (32.3 MB)
  • 4. ST-Link Driver Installation.vtt (3.2 KB)
  • 5. ST Link Firmware Upgrade.mp4 (32.3 MB)
  • 5. ST Link Firmware Upgrade.vtt (4.5 KB)
5. KEIL-MDK-5 IDE setup for ARM Cortex M based MCUs
  • 1. Note for the students.html (0.6 KB)
  • 2. KEIL-MDK-5 Installation.mp4 (95.7 MB)
  • 2. KEIL-MDK-5 Installation.vtt (8.6 KB)
  • 3. KEIL-MDK-5 Installation Contd..mp4 (29.3 MB)
  • 3. KEIL-MDK-5 Installation Contd..vtt (2.3 KB)
  • 4. KEIL-MDK-5 Pack Installation.mp4 (187.5 MB)
  • 4. KEIL-MDK-5 Pack Installation.vtt (13.3 KB)
  • 5. Locating Pack Installation files.mp4 (30.0 MB)
  • 5. Locating Pack Installation files.vtt (3.2 KB)
  • 6. Creating a KEIL Project.mp4 (123.8 MB)
  • 6. Creating a KEIL Project.vtt (12.7 KB)
  • 7. Creating a LED Toggling App using Board BSP APIs.mp4 (207.1 MB)
  • 7. Creating a LED Toggling App using Board BSP APIs.vtt (19.6 KB)
  • 8. Creating a LED Toggling App using Board BSP APIs-Nucleo.mp4 (57.7 MB)
  • 8. Creating a LED Toggling App using Board BSP APIs-Nucleo.vtt (6.0 KB)
6. Installing OpenSTM32 System-Workbench
  • 1. Downloading and Installing OpenSTM32 System-Workbench.mp4 (81.9 MB)
  • 1. Downloading and Installing OpenSTM32 System-Workbench.vtt (5.5 KB)
  • 2. Installing OpenSTM32 System-Workbench.mp4 (41.8 MB)
  • 2. Installing OpenSTM32 System-Workbench.vtt (5.3 KB)
7. STM32CubeMX
  • 1. Note for the students.html (0.3 KB)
  • 2. STM32CubeMX Installation.mp4 (44.5 MB)
  • 2. STM32CubeMX Installation.vtt (4.5 KB)
8. Exploring STM32 Native Bootloader
  • 1. Activating ST’s Bootloader Part-1.mp4 (58.6 MB)
  • 1. Activating ST’s Bootloader Part-1.vtt (5.7 KB)
  • 2. Activating ST’s Bootloader Part-2.mp4 (39.8 MB)
  • 2. Activating ST’s Bootloader Part-2.vtt (3.3 KB)
  • 3. Activating ST’s Bootloader Part-3.mp4 (70.8 MB)
  • 3. Activating ST’s Bootloader Part-3.vtt (5.9 KB)
  • 3.1 STM32 Flash Loader.html (0.1 KB)
  • 4. Activating ST’s Bootloader Part-4.mp4 (68.6 MB)
  • 4. Activating ST’s Bootloader Part-4.vtt (7.8 KB)
  • 4.1 blinky.zip.zip (557.3 KB)
9. Custom Bootloader Communication with HOST
  • 1. Bootloader Transport.mp4 (11.6 MB)
  • 1. Bootloader Transport.vtt (3.4 KB)
  • 2. Bootloader code placement.mp4 (10.9 MB)
  • 2. Bootloader code placement.vtt (1.9 KB)
  • 3. Bootloader Supported Commands.mp4 (38.9 MB)
  • 3. Bootloader Supported Commands.vtt (4.0 KB)
  • 3.1 Commands Documents and PPT.html (0.1 KB)
  • 4. Host – Bootloader Communication.mp4 (19.7 MB)
  • 4. Host – Bootloader Communication.vtt (4.4 KB)
  • [Tutorialsplanet.NET].url (0.1 KB)

There are currently no comments. Feel free to leave one :)

Code:

  • ahttp://0d.kebhana.mx:443/announce
  • udp://bigfoot1942.sektori.org:6969/announce
  • https://tracker.fastdownload.xyz:443/announce
  • https://opentracker.xyz:443/announce
  • http://open.trackerlist.xyz:80/announce
  • http://torrent.nwps.ws:80/announce
  • udp://tracker.port443.xyz:6969/announce
  • udp://tracker.tiny-vps.com:6969/announce
  • http://t.nyaatracker.com:80/announce
  • udp://tracker.birkenwald.de:6969/announce
  • udp://tracker.vanitycore.co:6969/announce
  • udp://tracker.torrent.eu.org:451/announce
  • udp://retracker.lanta-net.ru:2710/announce
  • udp://retracker.hotplug.ru:2710/announce
  • udp://bt.xxx-tracker.com:2710/announce
  • udp://tracker.uw0.xyz:6969/announce
  • udp://exodus.desync.com:6969/announce
  • udp://tracker.coppersurfer.tk:6969/announce
  • udp://explodie.org:6969/announce
  • udp://ipv4.tracker.harry.lu:80/announce
  • udp://tracker.iamhansen.xyz:2000/announce
  • udp://tracker.toss.li:6969/announce
  • udp://tracker.opentrackr.org:1337/announce
  • udp://tracker.justseed.it:1337/announce
  • https://2.track.ga:443/announce
  • udp://open.stealth.si:80/announce
  • udp://zephir.monocul.us:6969/announce
  • udp://open.demonii.si:1337/announce
GDRIVE-CACHE 📁 GD (hit) | ID: 1whM2HSzbd... 📄 torrent 🕐 14 Jan 2026, 07:13:50 pm IST ⏰ 08 Feb 2026, 07:13:47 pm IST ✅ Valid for 22d 19h 🔄 Refresh Cache