Hello, sir: I use STM32F103ZC chip, and IAR EWARM for development. I use ICP to burn the program into the on-chip NOR flash, which is very convenient, but now I want to burn the program into the off-c...
[i=s]This post was last edited by Aguilera on 2020-11-8 17:39[/i]The TMDX5535eZdsp is a small, ultra-low-cost, USB-powered DSP development kit that includes all the hardware and software needed to eva...
[size=5]Serial port programming F28030 [/size] C2Prog software: [url] www.codeskin.com/programmer [/url] 1. Set the DSP board boot mode to "SCI-A boot", and then power on the DSP board. 2. Open the C2...
I would like to ask the experts who have made Japanese navigation programs, which of the following Japanese fonts is generally added to BSP? Ms Gothic&MS Pgothic&MS UI Gothic Ms Gothic&MS Pgothic&MS U...
I used the Freescale company's Verilog HDL coding semiconductor reuse standard document
head file format.
// +FHDR------------------------------------------------------------------------// Copyright (...
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]
In our common sense, the word technology often has two definitions. The first is the technology sealed in the laboratory. They are like flowers on the mountain top. Only a few people on the mountai...[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]
In the actual project development process, hardware circuits often need to be modified, and the modified parts need to modify the driver. Thinking about the coming and going of such requirements is t...[Details]
The program got stuck during LCD initialization. Through hardware debugging, it was found that it was stuck in the Delay_ms() function. Going to the definition, it was found to be a macro definition ...[Details]
Using Systick timer to achieve delay 1. SysTick timer characteristics The SysTick timer is a 24-bit down counter, that is, when vlue is decremented to 0, an interrupt is triggered and the load va...[Details]
I used STM32CubeMX V4.22.1 to generate a project including EHT and Lwip. The debugging has been abnormal. After careful inspection, the following problems were found: 1. The hardware uses LAN8720A, b...[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]
As cryptocurrency continues to gain popularity, a technology hidden behind it has attracted more attention from the world, that is the now hotly debated
blockchain
. Let's follow the embedd...[Details]
Mobile communication resale business means that enterprises can contract part of the communication network usage rights from basic telecommunications operators, repackage them into their own brands...[Details]
The analog watchdog of the ADC is used to check if the voltage is out of bounds. It has two upper and lower bounds, which can be set in the registers ADC_HTR and ADC_LTR respectively. The library fun...[Details]
If you do not use an external crystal on the STM32, the connection method of OSC_IN and OSC_OUT If you use the internal RC oscillator instead of an external crystal, please follow the following metho...[Details]
The first one is a DMA mode of multiple channel acquisition void ADC_DMA_Config(void) { ADC_InitTypeDef ADC_InitStructure; RCC_HSICmd(ENABLE); while (RCC_GetFlagStatus(RCC_FLAG_HSIRDY) == RESET); ...[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]
The circuit shown in the figure requires that the light is off when the machine is turned on. Press the button once, and the light D1 will turn on and automatically turn off after a delay of 10 secon...[Details]