stm32g030 chip
Implement the function of sending data from serial port 1 to serial port 2 and receiving data from serial port 2 at the same timeSerial port 2 sends data to serial port 1 and receives d...
Hello everyone! According to the plan, the output signal power should be measured this week, but unfortunately, I just found that the output signal power of this signal source cannot be set, only the ...
[i=s]This post was last edited by qwqwqw2088 on 2019-10-18 14:17[/i]The TPS73xx series (TPS7301, 25, 30, 33, 48, 50, etc.) is a low-dropout series buck regulator chip that can provide a 500mA regulate...
[i=s]This post was last edited by Blkhumor on 2021-4-27 13:01[/i] [TOC] # Keil routine development for RSL10 development board## Preliminary software installation1. Install Keil 2. Download RSL10 Soft...
Blkhumoronsemi and Avnet IoT Innovation Design Competition
The following GD32L233C-START special review:
1. Unboxing review https://en.eeworld.com/bbs/thread-1192788-1-1.html
2. GD32L233C-START environment construction https://en.eeworld.com/bbs/thread-119305...
The 78M6613 is a highly simplified integrated chip for implementing single-phase AC power measurement into power supplies, smart appliances, embedded and other applications of AC load monitoring an...[Details]
This article takes the STC12C5A60S2 series microcontroller as an example to introduce:
First, let's introduce the quasi-bidirectional port mode, which has a pull current of about 200mA. For example, ...[Details]
Transmission/reflection spectrum measurement is an important optical property of the material itself and a basic means of spectrum measurement. It usually requires the use of spectrometers, light sou...[Details]
With the rapid development of computer and information technology, AGV smart vehicles have been widely used in industrial fields such as transportation and warehousing. Especially with the rapid ...[Details]
Regarding the problem of very large arrays: The compiler used in this experiment is xc16-gcc.exe, the integrated development environment is MPLAB IDE v8.92, and the current compiler configuration i...[Details]
Recently, GlobalFoundries officially released a blog introducing the company's progress in the 6G field, jointly developing advanced technologies with universities, and helping to achieve breakthroug...[Details]
The main parts of an oscilloscope include an oscilloscope tube, a Y-axis amplifier with attenuator, an X-axis amplifier with attenuator, a sweep generator (sawtooth generator), a trigger synchronizat...[Details]
As more and more portable audio devices such as DVD players,
MP3 players, and even cell phones with built-in audio functions such as FM radio and MP3 are sold, the board space of these devic...[Details]
2019 is coming to an end. For automobile manufacturers, this year's automobile technology presents a situation of "a battle of gods". Whether it is automobile safety or charging technology, there ...[Details]
According to foreign media reports, orders for packaging and testing of consumer logic chips from chip back-end industry chain manufacturers such as ASE and Powertech Technology have increased signif...[Details]
Beijing time, September 29th, according to foreign media reports, Google has spent several months making a series of enhancements and updates to Google Maps. This work began in June this year, when Go...[Details]
This paper proposes a MEMS-based LED chip packaging technology, using the groove formed on the silicon substrate by the bulk silicon process as a reflective cavity for encapsulating LED chips. The...[Details]
Sina Technology News on the afternoon of April 2nd, according to Taiwan's "Electronic Times" report, it is rumored that Apple is interested in purchasing 5G baseband chips from Qualcomm and Sams...[Details]
#pragma interrupt_level 1 void function (void) { } Then write the following in the interrupt function: #pragma interrupt_level 1 void interrupt(void) { function(); } void main (void) { function()...[Details]