#embedded-systems
Read more stories on Hashnode
Articles with this tag
In the previous post, we examined the GPIO settings. The address for GPIO is 0x400010c00, and the pin is 1024. Is 0x400010c00 indeed PB, and is 1024...
Now, looking at the README, we need to set up the timer. Considering that the onewire communication requires delays to perform different commands, we...
The second device we want to control is a temperature sensor. The product is called Ds18B20, and it only has three wires: data, VCC, and ground. So,...
Now that the code error has been resolved, the lights are coming on, but the desired numbers are not displayed. It seems the data transmission part is...
Title: STM32 Code: Controlling 7 Segment 4 Digit LCD - Part 3 Now, the much-anticipated connection. We are using a program called STM32 Cube IDE....
The datasheet for the 7-segment LCD starts with a diagram called the Shift Register. In the initial section, it shows that the Clock can go above...