У нас вы можете посмотреть бесплатно STM32C0 workshop - 06 ADC, DMA - effective data collection lab или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
The objective of this lab is to learn about the ADC (Analog to Digital Converter) with the DMA (Direct Memory Access) and TIM (Timer) of the STM32C0. We will convert a signal on the [in PA12 which is ADC1 Channel 12 and store the converted value in a buffer in RAM thanks to DMA and scheduled by the a Timer. Code to be added: in main.c: /* USER CODE BEGIN PV */ uint8_t buffer[8]; ... /* USER CODE BEGIN 2 */ HAL_ADCEx_Calibration_Start(&hadc1); HAL_ADC_Start_DMA(&hadc1, (uint32_t *)buffer, 8); HAL_TIM_Base_Start(&htim3); _____ The STM32C0 series is our new general purpose 32-bit microcontrollers offering simplicity and affordability. Designers will especially appreciate its pin-to-pin compatibility with the STM32 family and its comprehensive development ecosystem. Who should attend this course? Engineers looking for a general purpose microcontroller for their embedded applications Engineers who wish to better understand the STM32C0's innovative architecture and embedded smart peripherals Engineers looking to design applications using a user-friendly development ecosystem Prerequisites: NUCLEO-C031C6 board type A to type B micro USB cable Laptop PC running Windows® 7, 8, 10 or 11 with administrator rights and with preinstalled software from below link: Complete list of prerequisites is available within the below link: https://drive.google.com/file/d/1EtLC... Materials: Workshop presentations in pdf format are available here: https://drive.google.com/file/d/1Wnav... In case of any questions, suggestions, feel free to contact us at our forum at: https://community.st.com Please share with us your feedback on this MOOC using anonymous survey at: https://www.surveymonkey.com/r/STM32C...