资源详情

返回首页 | 相关搜索
Udemy - STM32Fx Microcontroller Custom Bootloader Development
大小 4.94 GB
文件数 147
Info Hash: B91F2555CD2F1261F2E9FD00166AFCCE01D35B5F
收录时间 2026-03-06 14:28:30
更新时间 2026-03-06 14:28:30
文件列表 (147)
1. Course Overview/1. Course Overview.mp4
32.85 MB
1. Course Overview/1. Course Overview.vtt
4.84 KB
1. Course Overview/2. Important Note.html
1.23 KB
1. Course Overview/ReadMe.txt
241 B
1. Course Overview/3. Source Code Repository.html
132 B
10. Boot-Loader Project Creation/1. Boot-Loader Project Creation.mp4
123.24 MB
10. Boot-Loader Project Creation/2. Bootloader Project Exploration Part-1.mp4
69.94 MB
10. Boot-Loader Project Creation/1. Boot-Loader Project Creation.vtt
12.89 KB
10. Boot-Loader Project Creation/2. Bootloader Project Exploration Part-1.vtt
6.94 KB
11. Boot-Loader UART Testing/1. Command UART testing.mp4
134.56 MB
11. Boot-Loader UART Testing/2. Debug UART Testing.mp4
108.27 MB
11. Boot-Loader UART Testing/1. Command UART testing.vtt
10.37 KB
11. Boot-Loader UART Testing/2. Debug UART Testing.vtt
9.06 KB
12. Boot-loader Jumping to User Code/6. Boot-loader Jumping to User application Part-4.mp4
169.71 MB
12. Boot-loader Jumping to User Code/1. Boot-loader Jumping to User application Part-1.mp4
92.41 MB
12. Boot-loader Jumping to User Code/2. Boot-loader Jumping to User application Part-2.mp4
86.52 MB
12. Boot-loader Jumping to User Code/3. Boot-loader Jumping to User application Part-3.mp4
67.57 MB
12. Boot-loader Jumping to User Code/4. Flash Code Placement using OpenSTM32 System Workbench.mp4
59.49 MB
12. Boot-loader Jumping to User Code/5. Vector Table offset Register(VTOR) use case.mp4
18.46 MB
12. Boot-loader Jumping to User Code/6. Boot-loader Jumping to User application Part-4.vtt
11.66 KB
12. Boot-loader Jumping to User Code/1. Boot-loader Jumping to User application Part-1.vtt
8.72 KB
12. Boot-loader Jumping to User Code/2. Boot-loader Jumping to User application Part-2.vtt
7.88 KB
12. Boot-loader Jumping to User Code/3. Boot-loader Jumping to User application Part-3.vtt
5.62 KB
12. Boot-loader Jumping to User Code/5. Vector Table offset Register(VTOR) use case.vtt
4.93 KB
12. Boot-loader Jumping to User Code/4. Flash Code Placement using OpenSTM32 System Workbench.vtt
4.21 KB
13. Boot-loader Read Commands from Host/2. Boot-loader read commands implementation.mp4
109.98 MB
13. Boot-loader Read Commands from Host/1. Boot-loader command format.mp4
102.28 MB
13. Boot-loader Read Commands from Host/3. Command Handle Functions Implementation.mp4
27.77 MB
13. Boot-loader Read Commands from Host/1. Boot-loader command format.vtt
14.59 KB
13. Boot-loader Read Commands from Host/2. Boot-loader read commands implementation.vtt
9.06 KB
13. Boot-loader Read Commands from Host/3. Command Handle Functions Implementation.vtt
2.32 KB
14. Implementing BL_GET_VER Command/4. Boot-Loader Verify CRC.mp4
98.01 MB
14. Implementing BL_GET_VER Command/10. BL_GET_VER_CMD Debugging.mp4
85.11 MB
14. Implementing BL_GET_VER Command/6. BL_GET_VER_CMD Testing Part-1.mp4
49.21 MB
14. Implementing BL_GET_VER Command/3. Boot-Loader ACKNACK Implementation.mp4
46.93 MB
14. Implementing BL_GET_VER Command/9. BL_GET_VER_CMD Testing Part-2.mp4
42.81 MB
14. Implementing BL_GET_VER Command/5. Sending BL_GET_VER_CMD Reply.mp4
41.63 MB
14. Implementing BL_GET_VER Command/1. Boot-loader Command Handling Flow-Chart.mp4
29.52 MB
14. Implementing BL_GET_VER Command/7. Python Installation on Host.mp4
28.29 MB
14. Implementing BL_GET_VER Command/2. BL_GET_VER Handle Function Implementation.mp4
26.05 MB
14. Implementing BL_GET_VER Command/8. Python Pyserial module installation.mp4
25.55 MB
14. Implementing BL_GET_VER Command/4. Boot-Loader Verify CRC.vtt
8.95 KB
14. Implementing BL_GET_VER Command/10. BL_GET_VER_CMD Debugging.vtt
6.99 KB
14. Implementing BL_GET_VER Command/9. BL_GET_VER_CMD Testing Part-2.vtt
5.9 KB
14. Implementing BL_GET_VER Command/6. BL_GET_VER_CMD Testing Part-1.vtt
4.95 KB
14. Implementing BL_GET_VER Command/1. Boot-loader Command Handling Flow-Chart.vtt
4.54 KB
14. Implementing BL_GET_VER Command/5. Sending BL_GET_VER_CMD Reply.vtt
3.75 KB
14. Implementing BL_GET_VER Command/3. Boot-Loader ACKNACK Implementation.vtt
3.62 KB
14. Implementing BL_GET_VER Command/7. Python Installation on Host.vtt
2.99 KB
14. Implementing BL_GET_VER Command/8. Python Pyserial module installation.vtt
2.82 KB
14. Implementing BL_GET_VER Command/2. BL_GET_VER Handle Function Implementation.vtt
2.06 KB
15. Implementing BL_GET_HELP_CMD/1. BL_GET_HELP_CMD Implementation and Testing.mp4
40.35 MB
15. Implementing BL_GET_HELP_CMD/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.72 MB
16. Implementing BL_GET_CID_CMD/1. BL_GET_CID_CMD Implementation and Testing.vtt
6.31 KB
17. Implementing BL_GET_RDP_LEVEL_CMD/1. Understanding Flash Read Protection Levels.mp4
136.27 MB
17. Implementing BL_GET_RDP_LEVEL_CMD/2. BL_GET_RDP_LEVEL Command Testing.mp4
68.95 MB
17. Implementing BL_GET_RDP_LEVEL_CMD/1. Understanding Flash Read Protection Levels.vtt
12.66 KB
17. Implementing BL_GET_RDP_LEVEL_CMD/2. BL_GET_RDP_LEVEL Command Testing.vtt
5.35 KB
18. Implementing BL_GET_GO_TO_ADDR_CMD/2. BL_GO_TO_ADDR Command Testing.mp4
65.3 MB
18. Implementing BL_GET_GO_TO_ADDR_CMD/1. BL_GO_TO_ADDR Command Implementation.mp4
57.13 MB
18. Implementing BL_GET_GO_TO_ADDR_CMD/2. BL_GO_TO_ADDR Command Testing.vtt
5.83 KB
18. Implementing BL_GET_GO_TO_ADDR_CMD/1. BL_GO_TO_ADDR Command Implementation.vtt
5.04 KB
19. Implementing BL_FLASH_ERASE_CMD/2. BL_FLASH_ERASE Command Implementation contd..mp4
135.79 MB
19. Implementing BL_FLASH_ERASE_CMD/3. Testing Flash Sector Erase.mp4
65.67 MB
19. Implementing BL_FLASH_ERASE_CMD/4. Testing Flash Mass Erase.mp4
53.12 MB
19. Implementing BL_FLASH_ERASE_CMD/1. BL_FLASH_ERASE Command Implementation.mp4
28.91 MB
19. Implementing BL_FLASH_ERASE_CMD/2. BL_FLASH_ERASE Command Implementation contd..vtt
11.92 KB
19. Implementing BL_FLASH_ERASE_CMD/3. Testing Flash Sector Erase.vtt
4.88 KB
19. Implementing BL_FLASH_ERASE_CMD/4. Testing Flash Mass Erase.vtt
4.29 KB
19. Implementing BL_FLASH_ERASE_CMD/1. BL_FLASH_ERASE Command Implementation.vtt
3 KB
2. Introduction/1. What is Boot-Loader and Why it is needed .mp4
58.91 MB
2. Introduction/1. What is Boot-Loader and Why it is needed .vtt
6.53 KB
20. Implementing BL_MEM_WRITE_CMD/1. BL_MEM_WRITE Commadn Implementation.mp4
161.58 MB
20. Implementing BL_MEM_WRITE_CMD/2. BL_MEM_WRITE Command Testing.mp4
70.18 MB
20. Implementing BL_MEM_WRITE_CMD/1. BL_MEM_WRITE Commadn Implementation.vtt
15.07 KB
20. Implementing BL_MEM_WRITE_CMD/2. BL_MEM_WRITE Command Testing.vtt
6.73 KB
21. Options Bytes and Flash Sector Protection/1. Options Bytes Programming.mp4
216.84 MB
21. Options Bytes and Flash Sector Protection/2. Implementing Flash Sector Protection Commands.mp4
178.23 MB
21. Options Bytes and Flash Sector Protection/3. Summary of the commands.mp4
45.18 MB
21. Options Bytes and Flash Sector Protection/1. Options Bytes Programming.vtt
18.16 KB
21. Options Bytes and Flash Sector Protection/2. Implementing Flash Sector Protection Commands.vtt
15.39 KB
21. Options Bytes and Flash Sector Protection/3. Summary of the commands.vtt
4.14 KB
22. Exploring HOST Application/2. Procedure to Add your own command.mp4
157.11 MB
22. Exploring HOST Application/1. HOST application Source files and Details.mp4
79.27 MB
22. Exploring HOST Application/2. Procedure to Add your own command.vtt
11.4 KB
22. Exploring HOST Application/1. HOST application Source files and Details.vtt
5.61 KB
23. BONUS LECTURE/1. BONUS LECTURE.html
3.2 KB
3. MCU memory, Reset Sequence and Boot configs/2. Understanding Reset Sequence and memory Aliasing of the MCU.mp4
86.24 MB
3. MCU memory, Reset Sequence and Boot configs/3. Boot Configurations of the STM32 MCU..mp4
72.47 MB
3. MCU memory, Reset Sequence and Boot configs/1. MCU-Embedded Memory Organization.mp4
65.61 MB
3. MCU memory, Reset Sequence and Boot configs/1. MCU-Embedded Memory Organization.vtt
9.94 KB
3. MCU memory, Reset Sequence and Boot configs/3. Boot Configurations of the STM32 MCU..vtt
8.69 KB
3. MCU memory, Reset Sequence and Boot configs/2. Understanding Reset Sequence and memory Aliasing of the MCU.vtt
8.48 KB
4. Development board used in our courses/3. STM32F4 Discovery and Nucleo Board Details.mp4
121.16 MB
4. Development board used in our courses/2. About MCU Development board.mp4
52.15 MB
4. Development board used in our courses/5. ST Link Firmware Upgrade.mp4
32.33 MB
4. Development board used in our courses/4. ST-Link Driver Installation.mp4
32.3 MB
4. Development board used in our courses/3. STM32F4 Discovery and Nucleo Board Details.vtt
8.77 KB
4. Development board used in our courses/2. About MCU Development board.vtt
5.88 KB
4. Development board used in our courses/5. ST Link Firmware Upgrade.vtt
4.45 KB
4. Development board used in our courses/4. ST-Link Driver Installation.vtt
3.18 KB
4. Development board used in our courses/1. Note for the students.html
265 B
5. KEIL-MDK-5 IDE setup for ARM Cortex M based MCUs/7. Creating a LED Toggling App using Board BSP APIs.mp4
207.09 MB
5. KEIL-MDK-5 IDE setup for ARM Cortex M based MCUs/4. KEIL-MDK-5 Pack Installation.mp4
187.55 MB
5. KEIL-MDK-5 IDE setup for ARM Cortex M based MCUs/6. Creating a KEIL Project.mp4
123.78 MB
5. KEIL-MDK-5 IDE setup for ARM Cortex M based MCUs/2. KEIL-MDK-5 Installation.mp4
95.69 MB
5. KEIL-MDK-5 IDE setup for ARM Cortex M based MCUs/8. Creating a LED Toggling App using Board BSP APIs-Nucleo.mp4
57.68 MB
5. KEIL-MDK-5 IDE setup for ARM Cortex M based MCUs/5. Locating Pack Installation files.mp4
29.98 MB
5. KEIL-MDK-5 IDE setup for ARM Cortex M based MCUs/3. KEIL-MDK-5 Installation Contd..mp4
29.33 MB
5. KEIL-MDK-5 IDE setup for ARM Cortex M based MCUs/7. Creating a LED Toggling App using Board BSP APIs.vtt
19.62 KB
5. KEIL-MDK-5 IDE setup for ARM Cortex M based MCUs/4. KEIL-MDK-5 Pack Installation.vtt
13.28 KB
5. KEIL-MDK-5 IDE setup for ARM Cortex M based MCUs/6. Creating a KEIL Project.vtt
12.75 KB
5. KEIL-MDK-5 IDE setup for ARM Cortex M based MCUs/2. KEIL-MDK-5 Installation.vtt
8.62 KB
5. KEIL-MDK-5 IDE setup for ARM Cortex M based MCUs/8. Creating a LED Toggling App using Board BSP APIs-Nucleo.vtt
5.96 KB
5. KEIL-MDK-5 IDE setup for ARM Cortex M based MCUs/5. Locating Pack Installation files.vtt
3.21 KB
5. KEIL-MDK-5 IDE setup for ARM Cortex M based MCUs/3. KEIL-MDK-5 Installation Contd..vtt
2.33 KB
5. KEIL-MDK-5 IDE setup for ARM Cortex M based MCUs/1. Note for the students.html
616 B
6. Installing OpenSTM32 System-Workbench/1. Downloading and Installing OpenSTM32 System-Workbench.mp4
81.87 MB
6. Installing OpenSTM32 System-Workbench/2. Installing OpenSTM32 System-Workbench.mp4
41.77 MB
6. Installing OpenSTM32 System-Workbench/1. Downloading and Installing OpenSTM32 System-Workbench.vtt
5.51 KB
6. Installing OpenSTM32 System-Workbench/2. Installing OpenSTM32 System-Workbench.vtt
5.31 KB
7. STM32CubeMX/2. STM32CubeMX Installation.mp4
44.49 MB
7. STM32CubeMX/2. STM32CubeMX Installation.vtt
4.52 KB
7. STM32CubeMX/1. Note for the students.html
280 B
8. Exploring STM32 Native Bootloader/3. Activating ST’s Bootloader Part-3.mp4
70.78 MB
8. Exploring STM32 Native Bootloader/4. Activating ST’s Bootloader Part-4.mp4
68.63 MB
8. Exploring STM32 Native Bootloader/1. Activating ST’s Bootloader Part-1.mp4
58.63 MB
8. Exploring STM32 Native Bootloader/2. Activating ST’s Bootloader Part-2.mp4
39.85 MB
8. Exploring STM32 Native Bootloader/4.1 blinky.zip.zip
557.32 KB
8. Exploring STM32 Native Bootloader/4. Activating ST’s Bootloader Part-4.vtt
7.78 KB
8. Exploring STM32 Native Bootloader/3. Activating ST’s Bootloader Part-3.vtt
5.9 KB
8. Exploring STM32 Native Bootloader/1. Activating ST’s Bootloader Part-1.vtt
5.74 KB
8. Exploring STM32 Native Bootloader/2. Activating ST’s Bootloader Part-2.vtt
3.28 KB
8. Exploring STM32 Native Bootloader/3.1 STM32 Flash Loader.html
118 B
9. Custom Bootloader Communication with HOST/3. Bootloader Supported Commands.mp4
38.9 MB
9. Custom Bootloader Communication with HOST/4. Host – Bootloader Communication.mp4
19.67 MB
9. Custom Bootloader Communication with HOST/1. Bootloader Transport.mp4
11.65 MB
9. Custom Bootloader Communication with HOST/2. Bootloader code placement.mp4
10.86 MB
9. Custom Bootloader Communication with HOST/4. Host – Bootloader Communication.vtt
4.45 KB
9. Custom Bootloader Communication with HOST/3. Bootloader Supported Commands.vtt
4.04 KB
9. Custom Bootloader Communication with HOST/1. Bootloader Transport.vtt
3.4 KB
9. Custom Bootloader Communication with HOST/2. Bootloader code placement.vtt
1.93 KB
9. Custom Bootloader Communication with HOST/3.1 Commands Documents and PPT.html
128 B
Visit Getnewcourses.com.url
343 B
Visit Freecourseit.com.url
342 B
ReadMe.txt
241 B

免责声明

本网站仅提供DHT网络磁力资源索引服务,不存储任何资源文件。所有资源均来自DHT网络,本站无法控制其内容。请遵守当地法律法规,合理使用网络资源。如涉及版权问题,请联系 lulutang@protonmail.com。