中文English
stm32芯片引脚图ichaiyang 2024-05-10 3:49 36
If you want to read the external ADC chip data, the quick way is to use the STM32CubeMX software, select the corresponding chip, connect the pin of your ADC chip to the correspondi...

STM32TIM1ETR counts the number of external pulses, how to use the interrupt method?

If you want to read the external ADC chip data, the quick way is to use the STM32CubeMX software, select the corresponding chip, connect the pin of your ADC chip to the corresponding hardware protocol on the chip, such as IIC, SPI, etc., and then configure the clock, generate code, and write your own logic on the line.