Authors: Dave Freeman, Chief Technology Officer (CTO), High Voltage Power Solutions Peggy Liska, Digital Power and Solar Product Marketing, C2000TM Microcontrollers Mark Ng, Industrial Isolated Power ...
[color=red][font=宋体][size=6]After reading this article, I was touched! It seems to be me. . My hard drive is full of things I have never seen before! [/size][/font][/color][color=#000][font=宋体][size=6...
Jiangxi Feishang Technology Co., Ltd. Jiangxi Feishang Technology Co., Ltd. is a high-tech company that develops, produces and integrates structural status and safety monitoring equipment based on the...
I want to use MCU I/O to simulate a communication protocol, but I need a communication speed of 30MHZ. I would like to recommend a few high-speed MCUs, preferably with an I/O port voltage of 1.8. Than...
Does TMS320F28377D have emu0 and emu1 signals? If so, which pins are they? I can't find them in the datasheet, but the control card circuit diagram shows these two pins. If TMS320F28377D doesn't have ...
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]
Recently, the " ZTE
incident"
caused by the Sino-US trade war
has caused heated discussions in the electronics industry. It not only reflects that Chinese companies are lagging behind in the...[Details]
In Windows environment, the source code is encoded in UTF-8. If the source file created by STM32CubeMX contains Chinese comments, then using STM32CubeMX to regenerate the source code will cause the C...[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]
WPG Holdings announced that its subsidiary Youshang has launched a wireless smoke alarm solution based on STM and Semtech . With the development of the national economy and the enhancement of...[Details]
The STM32 watchdog has two WWDG and IWDG. The biggest difference between the two is that IWDG has only one lower limit for feeding, while WWDG, as the name implies, must be fed within a range to ensu...[Details]
When STM32 uses JTMS (PA13) and JTCK (PA14) as normal I/O ports, add the following code before initialization (the order cannot be reversed): RCC_APB2PeriphClockCmd(RCC_APB2Periph_AFIO, ENABLE); G...[Details]
International Solar Photovoltaic Network News: On November 21, Australia's SMA Solar Technology Co., Ltd. signed a contract with the local government to provide photovoltaic inverters with an insta...[Details]
"Now I can't even afford a
memory
stick
to equip my computer
." The price of
memory
sticks has risen rapidly recently. Take 8GB Kingston
memory sticks
as an example. Compared...[Details]
Starting this month, 39 electric vehicle charging stations in Urumqi have begun to be upgraded to the new national standard, and it is planned to be completed by the end of the year.
On the 21...[Details]
#include MSP430x12x2.h #define TEM_ADC_CHL 0x0a void InitSys(void); void Read_ADC(unsigned int INCH_channel); void ADC_TO_TEM(void); unsigned int ADC_sample_val; unsigned int long temp1,temp2;...[Details]
MSP430 uses ADC10 to measure the voltage of the temperature diode inside the chip #include "msp430x22x4.h" //This program uses ADC10 to measure the voltage of the temperature diode inside the chip ...[Details]