[b]【Beyond support】Come and join TI! TI Shanghai R&D Center is recruiting system engineers! (Hot) [color=#ff0000][size=2][size=3]Do you have the following work experience? Do you want to join the TI f...
Everyone: My FLASH is 32M. Previously, the NK size was always 26M. After booting the system, the FLASH disk can be recognized. Now more things have been added. I changed the NK to 28M in config.bib. A...
Many times we may already have a rough idea of the circuit results and need to perform some basic operations on the circuit waveform, but it still takes some time to continue building the circuit, so ...
[i=s]This post was last edited by zhaojun_xf on 2014-3-19 11:23[/i] The basic program of the "GSM+GPS Development Board" that I developed before has been adjusted long ago, including: 1. TFT+SD; 2. GS...
OSAL is mainly a mechanism,a mechanism for allocating resources among tasks,thus forming a simple multi-tasking operating system.First , OSAL initializes the system, including software system initiali...
Entering the information age after the millennium, the huge demand for semiconductor chips has made China the world's largest semiconductor market. According to relevant data, the scale of my count...[Details]
Photovoltaic inverters are the core equipment of photovoltaic systems. Their main function is to convert the direct current generated by photovoltaic modules into alternating current that meets the...[Details]
The global PV inverter market will shrink from $6.3 billion in 2017 to $3.7 billion in 2022 due to falling prices, according to GlobalData.
Global PV Inverter Market Value to Shrink to $3.7 Bil...[Details]
【JDPCB】Qisda is introducing smart factories in phases. Chairman Chen Qihong said yesterday (25th) that through high automation, order delivery can be accelerated. The current benefits have reached a...[Details]
On April 20, Alibaba Group announced that it would acquire
the
chip
company Zhongtian Microelectronics and invest in six
chip
companies. Yesterday, JD.com CEO Liu Qiangdong said in a...[Details]
The status of interrupts in developing embedded systems is absolutely unquestionable. In the era of C51 microcontrollers, there were only 5 interrupts, including 2 external interrupts, 2 timer/counte...[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]
Function List and Notes (lower-level driver part) 1. IO port initialization: control IO and communication IO. Control includes power control, reset and low power mode. Communication is the serial po...[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]
A few days ago, Hanergy Chairman Li held a grand launch of Hanwa new products, which once again attracted the attention of the mass media to the development of photovoltaics. The unique Hanergy has gr...[Details]
This is a "cooperation" that is related to the future development of China's semiconductor industry. Let's follow the embedded editor to learn more about the relevant content.
Last week, a...[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]
Assume that the crystal frequency of the microcontroller is 6MHz. It is required to use timer 1 in mode 0 to generate a continuous square wave pulse with a period of 500us, and output it from P1.0. T...[Details]
Requirements: Set timer T1 as an external event counter, count 500 pulses every time, then switch T1 to timing mode and output a positive pulse with a width of 10ms at P1.2. Over and over again. A...[Details]