Bottom Row: BlueMicro V2.0, BlueMicro V1.0, BlueNano V2.0, BlueNano V1.0, Pro Micro (For Reference) Board NameDescriptionChipBootloader Adafruit nRF52 Feather The original from Adafruit! nRF52832 nrf52832 feather BlueMicro V1.0 Serial TX/RX routed through D2 and D3; Designed for the Ergo...
1、基本概念 什么是BootLoader BootLoader就是在操作系统内核运行之前运行的一段小程序。通过这段小程序,我们可以初始化硬件设备、建立内存空间的映射图,从而将系统的软硬件环境设置成一个合适的状态,以便为最终调用操作系统内核准备好正确的环境。BootLoader是严重地依赖于硬件而实现的,特别是在嵌入式系统。因此,在嵌入式...