What should I do if I don't have enough I/O ports with interrupts?For example, the msp430f1121 only has 14 I/O ports with interrupts, but I need 20.Thank you!...
[i=s]This post was last edited by dontium on 2015-1-23 12:58[/i]All techniques used in this series will be "defined by example" regardless of whether it can be expressed in a general formula in other ...
When using PDA to receive data from our device, there is always data loss. So I did a related experiment: the serial port baud rate is set to 19200, and the PC uses the serial port debugging assistant...
[size=4]18 years have passed, and now it is 19 years~ I would like to wish everyone a happy New Year! It is time to summarize the gains and look forward to the future. Let's take stock of the good tec...
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]
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 day before yesterday, I learned about STM's Systick and found it quite useful for precise timing. When I used CVAVR before, I found that the delay.h in it was very useful. So, I used STM32's...[Details]
All relevant units:
In accordance with the relevant requirements of the provincial and municipal electric vehicle charging infrastructure construction work, in order to further standardize the...[Details]
stm32cubeMX graphical configuration content STM32CubeMX is part of the original STMCube initiative from st microelectronics, and STM32Cube includes STM32CubeMX. STM32CubeMX is a graphical software co...[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]
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 a leading company in automotive semiconductors, Freescale and Khronos Group have jointly launched an automotive multimedia embedded microprocessor i.MX35 with an integrated OpenVG hardware acceler...[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]
A crystal oscillator can be electrically equivalent to a two-terminal network consisting of a capacitor and a resistor in parallel and a capacitor in series. In electrical engineering, this network h...[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]
The data provided by the International Federation of Robotics (IFR World Robotics) well demonstrates the growth momentum of industrial robots around the world. Let's follow the industrial control e...[Details]
Not long ago, we discussed the disruptive trends that will change the future of display solutions and the changes that High Dynamic Range (HDR) can bring , which provides a more realistic...[Details]