My C51 version is 8.12. Now there is a problem. The following program [code] ACC=Data; for(i=8;i;i--) { ACC>=1; SDA=CY; SCL=1; _nop_(); SCL=0; } [/code] Generated code As follows [code] 640: ACC=Data;...
In the wiring guide at the end of the datasheet (link: [url]http://www.ti.com.cn/product/cn/THS4131?keyMatch=THS4131&tisearch=Search-CN-Everything[/url] ), I saw"At the input and output of the op amp,...
[u][b][size=4]After reading KDY TLC549’s welfare post, I started my own TLC549 debugging process. It was not very smooth. I encountered a small problem in the middle and it took me a day to find the p...
I downloaded a spandsp 0.0.6 version and wanted to install it on Ubuntu in a virtual machine, but there was a problem with the compilation. It is still pending. I will try it again this weekend. Has a...
The second version of the data has been released for a few days, but I haven't seen any examples from that person. Fortunately, the data is pretty good. I spent an entire night (until now) porting a c...
This is TI's TIPD191 reference design (instrumentation amplifier reference design with DC suppression function). The passive filter network at the front end of the instrumentation amplifier is quite i...
Recently, the first Digital China Summit was held in Fuzhou, attracting many domestic ICT industry giants to participate in the exhibition. The long queues outside the venue, the noisy and exciting...[Details]
Recently, the U.S. Department of Commerce announced that it would prohibit companies in the country from selling any electronic technology or communication components to ZTE, a Chinese communicatio...[Details]
Event: The company simultaneously released its 2017 annual report and the first quarter report of 2018. In 2017, the company achieved revenue of 8.886 billion yuan, a year-on-year increase of 48.01...[Details]
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]
When Amazon launched its first
cloud computing
service, the outside world was not optimistic about this direction, as it had high investment, low profits and many uncertainties. Let's follo...[Details]
1. Photovoltaic inverter installation process
1. Preparation before installation
Are the product accessories, installation tools and parts complete? Is the installation environmen...[Details]
The last two blogs talked about a version problem of STM32CubeMX and the problem of hardware reset. When you solve these two problems, you will find that after the program is burned into the board, t...[Details]
This is my first time writing an STM32 program. I have many questions to ask. I want to convert the data of the SO of MAX6675 into the actual temperature and read it out using the serial port tool. I...[Details]
Automotive LCD Instrument Clock EMI Solution As early as 2014, the market size of China's automotive full LCD instrument has reached 3.506 billion yuan, and it is expected that by 2020, this s...[Details]
Using the WWDG of STM32F030, it is found that the MCU will not be reset under STOP, just like the sleep mode of STM8S. Paste the watchdog code: /******************************************************...[Details]
1) Independent watchdog has no interrupt, window watchdog has interrupt 2) Independent watchdogs can be divided into hardware and software, while window watchdogs can only be controlled by software...[Details]
How to convert the pin voltage value into V using the built-in ADC of STM32? V(ADC) = Value(ADC) * V(ref)/4096 (The ADC of STM32 is 12 bits, so the maximum value of the AD word is 4096)
Where V(ADC...[Details]
Unfortunately, my serial port has some problems and I can't print information. I can only debug to view variables and see the values. Fortunately, there is not much AD conversion code, and I can use ...[Details]
While imaging industry experts know that Apple has designed a complex 3D camera for its iPhone X, called "TrueDepth," most of the details of the 3D system inside the module, including chips, componen...[Details]