»
(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...*
(048) isr enabled after calling ***_IT
STM32启动过程中不会受到中断的影响。 STM32的中断服务程序(ISR,Interrupt Service Routine)只有在用户使能对应的中断后(也就是调用***_IT函数后)才会在中断产生时被调用。 所以,STM32系统的启动过程不会受中断的影响。