I expanded the EK-LM3S8962 I applied for with a TFT (ST7781R), and then used the grlib library to make the interface.Since the IO ports are not enough, I use SSI module to transmit data. As you can im...
[i=s]This post was last edited by Jacktang on 2018-4-29 18:19[/i] [size=4][b]Phase compensation of op amp[/b][/size] [size=4] [/size] [size=4]In order to make the op amp work properly, a phase compens...
Xinhuanet Brussels, August 3rd - Electronics giant Philips Electronics announced on the 3rd that it has agreed to sell 80.1% of its semiconductor division to a private investment consortium for 6.4 bi...
Using HO and VS of IR2110 to drive a MOS tube, it works at first, but after a while, the voltage of VS pin of IR2110 will be very high, causing the voltage of input terminal to be very high, reaching ...
ZTE,
caught
in the vortex of
the US ban on the sale
of chips
, has sounded the alarm for China's information technology industry and revealed China's "chip disease". Let's follow the ...[Details]
1.MAX31865 (1 Introduction The MAX31865 is an easy-to-use thermistor-to-digital converter optimized for platinum resistance temperature detectors (RTDs). External resistors set the RTD sensitivity, a...[Details]
The day before yesterday, I learned about STM's Systick and found it quite useful for precise timing. When I used CVAVR before, I found that the delay.h in it was very useful. So, I used STM32's...[Details]
introduction In the general project development process, two or more microcontrollers are often required to communicate to complete data transmission. For example, a quadcopter wirelessly transmits d...[Details]
Overview
Lightning is a strong discharge phenomenon that occurs between thunderstorm clouds and between thunderstorm clouds and the earth due to severe convective weather. Lightning is gen...[Details]
As a leading company in automotive semiconductors, Freescale and Khronos Group have jointly launched an automotive multimedia embedded microprocessor i.MX35 with an integrated OpenVG hardware acceler...[Details]
Mobile phone battery charger program made by STC12C2052AD microcontroller #include stc12c2052ad.h #include intrins.h #define uchar unsigned char #define uint unsigned int sbit REF =P1^0; sbi...[Details]
There are many types of blood glucose meters on the market, with different structures and shapes, prices and accuracy. It is difficult to achieve both price and accuracy. The reason is that a sui...[Details]
5.1. Usage of EM78 series 8-bit microcontroller special instructions 5.1.1. Table Lookup Instructions and Usage The EM78 series 8-bit microcontroller uses three steps to look up the table: (1) "call"...[Details]
HT47I_O Port Application include ht47c20.inc data .section 'data' count db ? code .section at 0 'code' org 00h jmp start org 04h reti org 08h reti org 0ch reti org 10h jmp timer_int ;***...[Details]
include ht47c20.inc data .section 'data' count db ? code .section at 0 'code' org 00h jmp start org 04h reti org 08h reti org 0ch jmp rtc_int org 10h reti ;**************************** star...[Details]