The chip is STM32F103RBT6, and the following is the main function: GPIO_DeInit(GPIOC); SDIO_DeInit(); while(1); GPIO_DeInit(GPIOC) is set correctly, but when entering the SDIO_DeInit() function and se...
[align=left][font=微软雅黑][size=4][color=rgb(51, 51, 51)]As an important component of electronic products, electrolytic capacitors play an indispensable role in switching power supplies. Their service li...
This issue shares the porting of the FreeRTOS embedded real-time system on APM32E103VET6. This routine mainly implements the creation and use of FreeRTOS multi-tasks. The FreeRTOS version used is v10....
An IO port of stm8 flips to generate a pulse. If the external interrupt is not enabled, how to count and detect the falling edge? For example, in the tim1 overflow interrupt, the PD2 port generates a ...