I had nothing to do, so I drew a boost learning board based on stm32f103. The first version fell into a big pit, and today the new version is back, let me show it off.Input 7-50v Maximum output 60v Ma...
I used a single-chip microcomputer to make a flyback switching power supply to control the ignition of the high-voltage package. Whenever the high-voltage package discharges, there will be a momentary...
I want to choose ARM, but I don't want something too high-end, cheaper is better. After reading the introduction of ARM, the Cortex-Mx series seems to be suitable for our project, and it is also for s...
I can't find where to set it. Now when I run a larger program, vector 13 general protection... It starts up directly, but I can't find where to set it? I can find the memory setting in target server. ...
1. Principle 1. Infrared emission protocol There are many infrared communication protocols. This experiment uses the NEC protocol. This protocol uses PWM modulation and uses pulse width to represen...[Details]
Today, under the guidance of a low-level expert, I learned how to configure the PWM module! Woof! First open the file configured last time, as follows: Then, we need to use TIM1 to set PWM: Then,...[Details]
Because the STM32 HAL library only has millisecond-level delay for HAl_Delay(), in order to achieve accurate microsecond-level delay, Systick has to be modified. However, since it is used internally ...[Details]
From last year to now, competition in the photovoltaic inverter industry has become increasingly fierce. In addition to the introduction of new products, various marketing and promotion methods hav...[Details]
Superconductors have physical properties such as zero resistance effect, Meissner effect and Josephson effect, which make them have broad application prospects and unparalleled advantages in many b...[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]
Recently, the National Development and Reform Commission announced that all foreign equity restrictions in the automobile industry will be lifted in the next five years. At the same time, as subsid...[Details]
1.GCC+PN(WinAVR-20071221) Introduction: WinAVR-20071221 comes with Programmer's Notepad, which is an easy-to-use and powerful code editor with basic functions such as project management, syntax colo...[Details]
The EM78 microcontroller does not have a multiplication instruction, so the multiplication operation needs to be converted into an addition operation. The 0X20 unit data is multiplied by the 0X21 u...[Details]
This is a very small electronic product, but it is very powerful. It can be easily embedded and installed on the instrument panel. It is suitable for enthusiasts to make or modify old instruments. ...[Details]
//Software generates PWM to control DC motor C program //Software version: ICCAVR ver 7.05 // Target: M48 // Crystal: 8.0000MHz #include iom48v.h #include macros.h unsigned int Pwmw; unsigned int ...[Details]
Imagine if we could monitor the health of our aging parents with smart cameras. Imagine if we could have machines detect product defects autonomously in an empty factory. Imagine if we could use vis...[Details]