»
(008) CubeIDE Implementation of USB Peripherals*
(018) C99 pointer*
(019) C99 With only value assignment*
(022) POSIX pthread multi-threads mutex*
(023) POSIX pthread multi-threads programming*
(027) C99 time and wait*
(028) High-precision calculation with GMP*
(029) Web Service Lib*
(030) International Components for Unicode (ICU)*
(031) Performance of C is higher than C++, because...*
(055) Keil中的下载算法
Keil中的下载算法(Download Algorithm)指的是: 将编译后的程序代码(如 .hex 或 .bin 文件)烧录到目标芯片 Flash 或 RAM 的写入程序 Keil中的下载算法的源代码也是一个Keil工程,这个工程指定了地址空间对应的存储设备的写入程序,编译这个工程后,会生成.FLM文件,将这个FLM文件放入Keil目录的:C:\KeilX\ARM\Flash\目录后,就可以在任意Keil项目中选择ST-Link烧入的目标存储区域。