The TMS320C6713 external FLASH and SDRAM program is divided into 3 parts: 1K bootload assembly program basic communication program algorithm main program. After power-on, EDMA automatically loads 1K b...
This article is from the official website of Feiling Embeddedwww.witech.com.cn VXWORKS is the most stable and reliable embedded real-time operating system today. TE6410, as a high-end embedded develop...
Banner Postiion End Recently, high-speed wireless broadband service provider Clearwire announced a series of transactions with Intel and Motorola, including Clearwire's $900 million in financing, incl...
Last time I got an adjustable power supply PCB board, but I never had time to solder it. Now I have time. I have a few questions: 1. How big should C1 and C8 be, and how high should their withstand vo...
I want to send good to the MCU through the serial debugging assistant, and then the MCU replies OK. The program in U0C0.c is as follows: Sending good can indeed reply OK, but sending g also replies OK...
As far as the 51 series is concerned, the voltage of the microcontroller is divided into 3.3V and 5V. The allowable voltage values of each IO port when inputting and outputting high and low levels can...
In recent years, as energy consumption and environmental protection issues have attracted people's attention, my country's solar photovoltaic power generation industry has shown a rapid development...[Details]
1. Purpose In actual product release, if the program stored in the MCU Flash is not protected, some illegal companies may read the program in the Flash through an emulator (J-Link, ST-Link, e...[Details]
CMSIS Driver has similar API functions and similar calling methods. It is a further encapsulation based on the ST HAL library. It is much more convenient and simpler to use and configure than the ST ...[Details]
The update interrupt initialization configuration of the stm32 advanced timer TIM1 is not much different from that of the ordinary timer. What needs to be paid attention to is the configuration of TI...[Details]
The goal of this article is to build a TCP client based on the previous project that can ping the PC, and can actively send data to the PC, and can also send and receive data with the PC, and display...[Details]
When designing a product, if the application environment's requirements for power isolation are not considered, the product will be unstable due to improper design, and even high voltage may damage t...[Details]
Nowadays, everyone is saying that "technology is people-oriented". The essence of the development of technology is to serve the improvement of the quality of life of human beings. Automated driving...[Details]
The article is written for LPC2148, but it is also applicable to Samsung's 44B0 chip. You only need to select S3C44B0 as the corresponding CPU when selecting it. JLINK debugging experience un...[Details]
As photovoltaic power stations come into people's view, people are paying more and more attention to them. Recently, some netizens asked me how to match the inverter and components of photovoltaic ...[Details]
Notes on inverter installation and maintenance:
1. Before installation, you should first check whether the inverter is damaged during transportation.
2. When selecting an installa...[Details]
At the beginning, I used the stdlib library. Recently, I found that the cube library is more and more widely used, so I started to use the cube library to complete the ADC multi-channel acquisition e...[Details]
Summary of STM32 peripheral DMA usage: 1. Select DAM mode according to your needs: (1) Circular mode—DMA_Mode = DMA_Mode_Circular (2) Normal mode—DMA_Mode = DMA_Mode_Normal 2. For Chanel3 of DMA1, t...[Details]
12864 LCD parallel port driver is more commonly used, but considering that sometimes the IO port of the microcontroller or MCU is limited, the serial driver method can be used. The following is ...[Details]