Let's look at my previous equipment. If BB Black is to be used independently, it also needs a monitor, USB HUB, mouse, keyboard, HDMI to VGA interface, wireless network card, etc. And it's very diffic...
[i=s]This post was last edited by jinglixixi on 2020-8-23 09:17[/i]1. I2C bus simulation and BH1750 light intensity detection
BH1750 is a digital light intensity sensor based on the I2C interface. We ...
I've been making a switching power supply recently, using a boost circuit to increase the voltage. With an input of 18V, the output is 30-36V. However, when the duty cycle is measured at no-load and a...
Manual compilation
When it comes to compiler issues, it must be GNU's famous GCC, which also includes related connectors and assemblers.
The GCC for arm is of course arm-linux-gcc. The version I use i...
I recently developed a program for stm32f107 chip to read USB disk. So far, I have successfully implemented: USB disk insertion detection, USB bus reset, start SOF, enumerate USB disk, and send and ex...