»
(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...*
(051) SCB->VTOR
程序中指定中断向量表 1)上一篇文章中的NewFirmwareAddr + 4对应的是新固件的中断向量表中的复位向量; 2)中断向量表位于一个固件的起始部分,大小为128字节,31个中断向量; 3)要用新的中断向量表,就需要指定SCB->VTOR寄存器为新固件的起始地址; 4)当中断发生时,STM32会从中断向量表中查找对应的处理函数的入口地址进行调用。 参考内容: https://blog.csdn.net/wallwayj/article/details/143628542