First, I used VirtualBox, put the SD card into the USB Adapter, and installed the driver. Then I could execute the creat-sdcard.sh script in bin.simon@simon-laptop:~/Work/ti-sdk-am335x-evm-05.04.01.00...
I need help from experienced experts. I use ADS1248 and platinum resistance to measure temperature. The value read from ADS1248 changes a lot every time I power on. The real temperature is about 23 de...
My microcontroller foundation is not solid, and I have been assigned to master the Freescale KL series. Can you recommend me some classic Freescale textbooks? And how to learn them in a short and effe...
Renesas Technology Corp. today announced the launch of a total of five SH7263 and SH7203 high-performance microcontroller products with a maximum operating frequency of 200MHz, integrating a SuperH?*1...
I bought it from a netizen on the forum before. It said ST-link V3.0 on it. The Taobao post was deleted and I didn’t see the description. The following is the post that netizen posted before [url]http...
1. Function prototype In the function library officially provided by STM32, you can find functions like HAL_Delay(). This function uses a timer to achieve a more accurate time delay and provides it...[Details]
This paper combines embedded control technology with network control technology to realize the design of temperature control system based on single chip microcomputer through Internet control. Th...[Details]
With the development of the automobile industry, more and more automotive electronic components are being used in modern cars, providing better safety, comfort and economy for cars. In the past, cars...[Details]
ADC Introduction: ADC (Analog-to-Digital Converter). That is, converting analog signals into digital signals for processing. When storing or transmitting, analog-to-digital converters are almost ...[Details]
The pins of stm32 have two uses: GPIO (general purpose io) and AFIO (alternate function io) For some pins (depending on the chip), neither of these two uses exists. For example, in 64-pin products, O...[Details]
I have encountered many problems when tinkering with LD driver recently. I will record them one by one below. Otherwise, who will remember who in five hundred years? 1. Configuration issues of multi-...[Details]
DMA: 1. When using DAC, when the converted analog signal is output through the IO port, why is the IO port also configured to input mode? PS: The stm32 manual defines that PA4 and PA5 are connected...[Details]
This program sets the LED running light and the 0-16 numbers of the 0th position of the digital tube to light up in a cycle. The digital tube program cannot be put into the main function, because the...[Details]
Manually assemble the following program machine code and analyze the execution function of the program segment. CLR A MOV R2, A MOV R7, #4 LOOP: CLR C MOV A, R0 RLC...[Details]
It is required to use timer/counter 1 for timing, with a timing of 1 second; timer/counter 0 for counter, and the external pulse to be counted is connected from P3.4 (T0). The microcontroller will co...[Details]
China Energy Storage Network News:
2017 is the year when China's energy internet policy was implemented. Since the National Energy Administration issued the "Notice on the Announcement of the...[Details]
Each I/O port of the AVR microcontroller corresponds to three registers: DDRx, PORTx and PINx, where DDRx is the data direction, i.e. input or output; PORTx is the state of the internal pull-up r...[Details]