Recently I suddenly felt that the USB output ports on my computer were not enough. I originally wanted to buy a USB port to increase the number of ports. Later I thought that since I was studying elec...
Use DMA0 to store ADC sampling results, 4 analog inputs, scan sampling, and generate interrupts after 40 samplings. Then send the data through UART1 via DMA1. Target halted appears soon after the prog...
I saw an interesting GUI somewhere else, written in pure C language, supporting [b]official support platforms[/b][list] [*][color=rgb(3, 102, 214)][backcolor=transparent][url=https://github.com/zlgope...
[align=center][b]Chapter 22 ADC Experiment[/b] [/align][align=left]In this chapter, we will introduce the ADC function of STM32. In this chapter, we will use the ADC1 channel 0 of STM32 to sample the ...
I want to make a tool to operate register reading and writing. I checked the information before and found that it can be done with two functions: virtualalloc and virtualcopy. However, I found that vi...
I have a wireless network card on my laptop now. I want to write a wireless communication program to send commands to wirelessly control the mobile car (which also has a wireless receiving module). It...