The interference of switching power supply can be generally divided into two categories: one is the interference caused by the internal components of the switching power supply; the other is the inter...
[i=s]This post was last edited by periscope on 2014-7-17 22:52[/i] Since I received the board and took over a new project, I haven't had time to work on it. Today, I tried it once and the LED didn't l...
Everyone,
Which ARM series chips can support touch screen? Cortex A8 is too expensive.
I know that ARM cortex M3 and ARM 9 can do it? Then can the LM3S800 and LM3s9B92 of the M3 series do it?
I want t...
Since 28335 only has two eQEP modules, that is to say, it can only measure the speed of two motors at the same time (measured by the optical encoder disk with AB phase output). But now I need to measu...
TI official website DM8168 and AM3894 use the same EVM. Are the two chips' packages and pin definitions exactly the same and compatible? eeworldpostqq...
1. Problem When developing STM32 with IAR, I found that I could not print floating point numbers by redirecting printf to the serial port. The code is as follows: The output is as follows: It can...[Details]
For STM32, there are two ways to reset the software: 1) Use the official software library The system reset function is directly provided in the stm32f10x_nvic.c file of the official software li...[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]
Serial Port: 一. USART_ITConfig(USART1, USART_IT_TXE, ENABLE): As long as the transmit register is empty, there will always be an interrupt. Therefore, if you are not sending data, turn off the tran...[Details]
What is SYSTICK: This is a 24-bit system tick timer, SysTick, with automatic reload and overflow interrupt functions. All microcontrollers based on the Cortex_M3 processor can obtain a certain time ...[Details]
With the development of information technology, intelligence, informatization and networking have become the development trend of modern industrial control. Since the 1980s, the rapid development...[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]
Independent watchdog (IWDG) and low power mode are often used in STM32 development. The watchdog is to detect and solve faults caused by software errors, and the low power mode is to enter sleep mode...[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]
//Environment: winavr+avr studio char temp=0; ISR(TIMER1_COMPA_vect )//interrupt function { // user code here temp++; if (temp==10) temp=0; PORTA=temp; DDRA=0xff; } void ...[Details]
At the early morning of November 17th, Beijing time, at the Global Supercomputing Conference held in Denver, the United States, the "nonlinear earthquake simulation" application completed by the te...[Details]
According to the design requirements, the maximum voltage gain ≥ 60dB is achieved within a wide signal bandwidth (0-10MHz), and the ability to continuously adjust the gain or preset the gain in 5dB...[Details]
Homemade LED Electronics Clocks can be seen in many electronic newspapers and magazines, but most of them need to reset the time and other parameters after power failure, which brings a lot of inco...[Details]