Tag:STM32
-
Ultra detailed communication between openmv and STM32 MCU with complete source code
catalogue 1. preface (gossip) 2. hardware connection 3. software code ―――OpenMVend 4. software code ―――STM32end 5. use PC to test whether data transmission and reception are normal 6. learning supplement (you can take a look when you don’t understand the code) 8. blog update 9. reference links 10. full version code link 1. preface […]
-
C# upper computer (ADC data display / waveform display)
1. Simple version (ADC data is displayed on the progress bar) Hardware link thermistor, capacitor, etc. The low level is 0x00 and the high level is 0xff. 1.1 form design There is nothing special about the above form design, which is usually applied. 1.2 obtain the ADC value of the hardware, transmit it to the […]
-
Implementation of compiling and debugging STM32 program with vscode and vs2017
In the past two years, Microsoft has increasingly embraced open source and cross platform support. Win10 is equipped with Linux subsystem. Open source vscode is a cross platform editor. Vs2017 officially supports Linux and embedded development functions. So is St. the software tools developed in the past two years are basically cross platform (based on […]