NXP SDK provides the MyStarNetworkDemo tool for demonstrating communication. The program is located in [SDK]\tools\wireless\MyStarNetwork Demo. Steps: 1. Connect the two boards to the PC 2. Copy [SDK]...
When using the backup data area, I found that the backup data could not be saved during hardware reset and power-on reset, but the time could be saved. I don’t know where the problem is. Is there any ...
I recently got two TI boards, LM3S811 and LM3S8962. I want to test the I2C bus, but I found that TI's I2C module does not seem to support the broadcast address mode. I used I2CMasterSlaveAddrSet(I2C0_...
Xilinx's latest industry-leading 28nm 7 series FPGAs have greatly enriched the integrated analog subsystem . The 7 series analog subsystem is named XADC, which has two independent 12-bit 1 MSPS analog...
After we understand the use of libopencm3, we find that libopencm3 is only suitable for small projects. Its biggest feature is the convenience of USB. So when we configure large projects, is there a ...[Details]
On the eve of Qingming Festival, the trade friction between China and the United States is on the rise. Let's follow the automotive electronics editor to learn more about the relevant content. Ba...[Details]
On April 16, the U.S. Department of Commerce announced that it would ban U.S. companies from selling parts, goods, software, and technology to
ZTE
for seven years, until March 13, 2025.
Th...[Details]
The parking assistance system is an important application of the active anti-collision system of automobiles in low-speed and complex urban environments, and is also a specific embodiment of the inte...[Details]
In the Chinese automobile market, the trend of new energy vehicles and driverless cars is leading the transformation of China's automobile industry. As the world's largest automobile market, "Chinese...[Details]
Temperature, humidity and irradiance are must-measure items in the photovoltaic industry. However, most of the current data collection is done by storing data in USB flash drives for offline analys...[Details]
Kevin Jensen ams Semiconductor
Sensors
and lighting expert. Let's learn more about the relevant content with the network communication editor.
Everything is becoming "smart" these ...[Details]
On May 8,
Google
I/O 2018 Developer Conference was held as scheduled in Mountain View, California. In the second year of the full promotion of the "AI first" strategy, artificial intelligen...[Details]
Title: Use the table lookup method to convert a hexadecimal number into ASCII code. The input parameter is placed in the internal RAM 50H, and the output parameter is in R0. Requirements: Complete th...[Details]
The record harmony method is as follows: Note: This method is compatible with the C32 compiler, not the XC32 compiler; 1. cmd opens the command window; 2. cd to the pic32-upgrader file where you inst...[Details]
//------------------------------------------------------------ // MSP 430 subroutine (LCD controller subroutine) // Statement: Please keep the above information for reprinting. For commercial use,...[Details]
MSP 430 MCU key program #include msp430x14x.h #include "key.h" void Init_Port(void) { //Set all pins of P1 port to input mode during initialization P1DIR = 0; //Set all pins of ...[Details]
The basic EMC command syntax is actually only 57/58. How to change it depends on your practice. However, it is easy for novices to make some mistakes, and some tricks of veterans are worth learning. ...[Details]
Three multi-byte binary subtraction Subtract the binary unsigned number in 0x20,0x21 from the binary unsigned number in 0x22,0x23, and put the lower byte data in the lower address. Assume that the mi...[Details]