LCD FrameBuffer driver based on STM32MP157

LCD driver based on FrameBuffer frame of STM32MP157 What is FrameBuffer? Framebuffer is translated into Chinese, that is, frame buffer. Frame is the smallest unit in image animation. A frame is a still picture, and continuous frames form animation. Then frame buffer is used to cache the data of a frame. In the linux kernel, it is a program in ...

Added by ibelimb on Fri, 14 Jan 2022 01:31:35 +0200

[Comprehensive Practice of electronic system] - intelligent car for question F of 2021 electric competition

primary coverage    design and manufacture intelligent drug delivery trolley to simulate the delivery and collection of drugs in hospital pharmacy and sick room. The structure of the hospital area is shown in Figure 1. The walls on both sides of the hospital corridor are represented by black solid lines. The corridor floor is pain ...

Added by Webspeeder on Wed, 12 Jan 2022 13:54:03 +0200

Summarize the first use of HAL library STM32f030 hardware IIC slave interrupt transceiver

First, the concept of IIC is omitted. It's written in detail on the Internet. Let's start with the CUBEMX configuration code. The project in hand is a host and seven slaves. The slave uses the middle transceiver. The address is a big pit, and the subsequent read-write interrupt is also a pit. Slave address: The hardware is I2C_ ADDRESSINGMODE ...

Added by phpmixx on Wed, 12 Jan 2022 10:46:28 +0200

STM32 independent keys realize the function of single click, double click and long press

Tip: after the article is written, the directory can be generated automatically. Please refer to the help document on the right for how to generate it Article catalog preface1, What is pandas?2, Use steps 1. Import and storage2. Read in datasummary preface When using STM32 or other MCU development projects, independent keys ar ...

Added by eugeniu on Tue, 11 Jan 2022 01:12:20 +0200

Test of ori instruction

4.3 verify the implementation effect of OpenMIPS 4.3.1 implementation of instruction memory ROM In this section, we verify whether OpenMIPS is implemented correctly, including whether the pipeline and ori instructions are implemented correctly. The instruction memory ROM is read-only, and the interface is shown in the figure: `include "defin ...

Added by beboo002 on Sun, 09 Jan 2022 09:15:48 +0200

4-bit BCD calculator based on MCS-51

Design task (function introduction) A four digit BCD code calculator is designed based on AT89S52 single chip microcomputer. The specific functions are as follows: Realize the addition, subtraction, multiplication and division of 1 ~ 4-bit BCD code and integer operationKeys 0-9 represent numbers 0-9, respectively. A is the plus sign, B is the ...

Added by nickmanners on Sat, 08 Jan 2022 15:17:49 +0200

MCU electronic clock design (final course design)

catalogue 1, Design content 2, Overall scheme design 2.1 functional analysis 2.2 function description of each module 3, Hardware system design 4, Software system design 4.1 overall procedure flow chart V. source code Vi. display of test results 7, Design summary 1, Design content Content: the design of basic digital electronic cloc ...

Added by intermediate on Sat, 08 Jan 2022 01:41:26 +0200

Low threshold DIY oscilloscope and CH32 oscilloscope are fully compatible with STM32, ADC+DMA+TIM+USB, and only one minimum system board is required

preface You can't play electronics without an oscilloscope, and you can't go whoring with a school oscilloscope after graduation. As the saying goes: no conditions create conditions. If there is no oscilloscope, create an oscilloscope. It sounds tall, but it's not difficult. There are many open source oscilloscopes on the Internet, the m ...

Added by chrille112 on Fri, 07 Jan 2022 03:12:31 +0200

When you click the mouse, STM32CubeMX reads the data of DS18B20 temperature sensor, and the serial port prints and displays it

summary The title of all the work to be done in this paper basically includes reading the temperature value of the temperature sensor, and then printing it to the serial assistant through the serial port; A lot of bloggers' great God's tutorial I always follow the steps to make the program do not report errors and detect the sensor's condition ...

Added by chris270 on Thu, 06 Jan 2022 03:53:12 +0200

Nixie tube dynamic display

preface    in the last course, we learned about nixie tube and realized the static display of nixie tube through code. This course will continue the content of the previous lesson and explain the dynamic display of nixie tube.   tip: I learned about nixie tube last class, so I skipped the explanation of nixie tube and b ...

Added by plowter on Thu, 06 Jan 2022 03:51:55 +0200