uc/OS system transplantation

1, Experimental requirements Learn the embedded real-time operating system (RTOS), take uc/OS-III as an example, transplant it to stm32F103, and build at least three tasks: two tasks control the LED on-off in 1s and 3s cycles respectively; Another task sends "hello uc/OS! Welcome to RTOS multitasking environment!" through the serial ...

Added by mickd on Wed, 01 Dec 2021 08:19:12 +0200

Understanding and application of STM32 ADC

preface ADC is widely used in the project. ADC and DAC are digital / analog converters. But I don't use much DAC, because I usually use sensors to detect external analog quantities, and then convert them into digital quantities for data processing and application, such as temperature and humidity sensors, inductors, black-and-white tra ...

Added by cfemocha on Wed, 08 Sep 2021 20:11:13 +0300