|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/stm32-beginner-course/
课程评论:没有评论
课程名称:STM32初学者课程 课程概述: 欢迎参加STM32课程!我是Johan Svensson,一名嵌入式开发工程师。我创建这个课程的目的是为了让更多人了解STM32产品及其开发环境。如果你曾使用Arduino产品,但觉得其开发环境或微控制器的功能已无法满足需求,那么这个课程非常适合你。STM32提供了多种微控制器,可以应用于各种类型的项目,而STM32CubeIDE是一个强大的集成开发环境,基于Eclipse,可以支持多种编程语言,包括C和C++。顺便提一下,Eclipse是我进行开发时的首选IDE。 在课程中,我们将涵盖一些常见的外设,包括: - 通用输入输出(GPIO) - 中断(IRQ) - 直接内存访问(DMA) - 脉宽调制(PWM) - 定时器 - 模拟到数字转换器(ADC) - 通用异步接收发送器(UART) - USB虚拟串口 - 实时操作系统FreeRTOS - 串行外设接口(SPI) - 内部集成电路(I2C) 我们将使用STM32CubeMX来配置外设,并通过C语言和STM32 HAL库来编程微控制器。 关于我:我拥有瑞典皇家理工学院(KTH)的电气工程学士学位,自2017年以来一直从事嵌入式开发工作。我主要使用的两种编程语言是C和C++,还熟悉Linux中的脚本语言。此外,我还担任过Unix和Windows管理员角色。 如果你有任何问题,请随时与我联系。我会尽力回答你的问题。
Hello and welcome to the stm32 course!My name is Johan Svensson and I am working as an embedded developer. I've created this course with the aim to educate people about the stm32 products and it's development environment.If you have been using the Arduino products and maybe outgrown the development environment it offers or the microcontrollers, this course might be something for you. Stm32 has a wide range of microcontrollers which can be used for many types of applications, and stm32cubeide which is based on eclipse, is a very powerful integrated development environment and it can be used for many programming languages, as well as C and C++. By the way, Eclipse is my preferred IDE for doing development.During the course we will cover the common peripherals, such as:General Purpose Input Output (GPIO)Interrupt (IRQ)Direct Memory Access (DMA)Pulse Width Modulation (PWM)TimersAnalog to digital converter (ADC)universal asynchronous receiver-transmitter (UART)USB Virtual COM Porta real time operating system called FreeRTOSSerial Peripheral Interface (SPI)Inter-Integrated Circuit (I2C)We will use the stm32cubemx to configure the peripherals. We will program the microcontroller using the C programming language together with the STM32 HAL libraries.So, who am I? I have a bachelor degree in Electrical Engineering from KTH and I have been working as an embedded developer since 2017. The two computer languages I've been using mostly, are C and C++, and scripting languages in Linux. I've also worked as a Unix and Windows administrator.If you have any questions, feel free to contact me. I'll try to answer your questions as best I can.