[backcolor=rgb(238, 238, 238)][size=12px]Chinese version of Beaglebone Black (a spare one, so I haven't powered it up yet) 350 free shipping[/size][/backcolor] [backcolor=rgb(238, 238, 238)][size=12px...
Among the hardware GPIO pins, some pins have a second set of functions (the expression may not be accurate), such as: Whether the pin configuration of XXX_GPIO10_2_XXX is the same as that of XXX_GPIO1...
Introduction and Background From an ecological perspective, saving electricity is more beneficial than generating more electricity. Because if electricity is wasted without restraint, no matter how ma...
VI. TMS320C2X/C5X C language program development example In this section, we take TMS320C2X as an example to illustrate the development process of C program for fixed-point DSP chips. The software dev...
I have worked on both hardware and software before, but I am not good at hardware because I feel I don't understand a lot. I have worked on microcontrollers, DSP, and FPGA in software, and I want to l...
Ceramic capacitors, non-inductive CBB capacitors, CBB capacitors (such as WIMA capacitors), mica capacitors (such as gold and silver mica capacitors), monolithic capacitors, etc. are all high-frequenc...
Regarding the PHY construction of LWIP, the PHY chip used is LAN8720A, RMII mode. Regarding the hardware connection part, the Atomic board F407 is used, and the hardware connection is as follows: ...[Details]
Function List and Notes (lower-level driver part) 1. IO port initialization: control IO and communication IO. Control includes power control, reset and low power mode. Communication is the serial po...[Details]
I have been working on this i2c for several days. Many people on the Internet say that this is a problem with the ST package library, and they basically talk about the STM32F1 series of chips, and ev...[Details]
After studying the F4 FSMC method to drive the touch screen for a few days, I have gained some understanding, which are listed below. The unorganized record is only for my own reference in the future...[Details]
Recently, the relevant person in charge of the Energy Conservation Division of the Energy Conservation and Technology Equipment Department of the National Energy Administration said on the issue of...[Details]
At present, the Beidou system has achieved industrial breakthroughs and leapfrog development in five major areas, including the automotive OEM market, smart phones, and high-precision applications....[Details]
This small program is still the use of timer, which is relatively simple. The specific parts are noted in the comments, please refer to the comments. /*********************************************...[Details]
This paper proposes a design scheme for an embedded CNC system based on ARM and FPGA. The software and hardware design of the ARM system, the implementation method of hardware fine interpolation ...[Details]
First of all, security practitioners have never felt that AI can be used as deeply as today. Although Antelope Cloud is a platform manufacturer, it has always been interested in AI and AI- specific...[Details]
Different models of PIC series microcontrollers have different watchdog settings. The following takes the PIC16F688 microcontroller as an example. 1. If WDTE=1 in the configuration word, the watchdog...[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]
OSC_IN and OSC_OUT are external crystal pins by default. If you do not use an external crystal oscillator on the STM32, how to connect OSC_IN and OSC_OUT If you use the internal RC oscillator instead...[Details]
Today I am using the AD function of the stm8s microcontroller. There are ten channels from AN0 to AN9 on the microcontroller. I want to use only three of them, AN5 to AN7. //ADC initialization void A...[Details]
The STM8L contains a 12-bit ADC with 25 input channels, including an internal temperature sensor, an internal reference voltage As can be seen from the figure above, there is an internal re...[Details]
Requirements: Set timer T1 as an external event counter, count 500 pulses every time, then switch T1 to timing mode and output a positive pulse with a width of 10ms at P1.2. Over and over again. A...[Details]