The benchtop LCR that you saw in the previous resistance and capacitance test posts was borrowed by a friend, so today I can only use the small LCR itself. Of course, there is no accuracy comparison. ...
[size=6]FET430UIF writer V2 upgrades to V3. The port name of the V2 version writer is MSP-FET430UIF-VCP, and the port name of the V3 version writer is MSP-FET430UIF-CDC. The drivers of the two version...
One of my programs has errors when I use @near to modify the structure, but no errors when I don't (put it in the first 256 bytes). I checked the space of @near and found that there is still a lot of ...
I joined Freescale in my sophomore year with no experience.[b][color=#5E7384]This content was originally created by EEWORLD forum user [size=3]Eat Out Fat Man[/size]. If you want to reprint or use it ...
[align=left][color=rgb(0, 0, 0)][font=sans-serif]This work is one of the top 30 works in the 2nd LiChuang Mall Electronic Production Festival. Please indicate the source when reprinting. It may not be...
I want to connect a circuit board through the gpio port, but the interface needs nearly 200 bits. How should I connect it? Do I need any expansion chip? Please give me some advice! !...
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]
Friends who work in the photovoltaic industry, do you still remember the hard work on June 30 last year? How many people worked late into the night for months in a row just to connect to the grid a...[Details]
background After the hardware engineer completed the PCB and schematic design, the routine was modified according to the tutorial of Zhengdian Atom to verify the correctness of the hardware. STM32F...[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]
This routine is also a classic routine on the development board. I modified the framework of the program to make it more suitable for future calls. The specific 4*4 keyboard scanning principle is rel...[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]
On May 8,
Google
I/O 2018 Developer Conference was held as scheduled in Mountain View, California. In the second year of the full promotion of the "AI first" strategy, artificial intelligen...[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]
Here is the temperature added in the previous chapter The above figure is the temperature calculation formula: where Vsense is the ADC value collected from the temperature channel. The stm32f407 ...[Details]
1) ADC multi-channel acquisition: (Multi-channel acquisition must use scanning mode. In scanning mode, the channels of the rule group share a register, so DMA transmission must be used; to prevent da...[Details]
Circuit: Using AT89S52 single chip microcomputer. P3.0 to P3.3 are connected to four external buttons. P3.4 to P3.7 are the bit selection ports for controlling the four digital tubes, and P1 is the s...[Details]