|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/embedded-micropython-from-ground-uptm/
课程评论:没有评论
**课程名称:** Embedded MicroPython from Ground Up **课程概述:** 本课程面向嵌入式开发者,无论您是否熟悉 Python 编程,都为您量身打造。如果您想了解如何使用 Python 语言为 STM32 微控制器编写清晰高效的嵌入式驱动,那么这门课程将是您的不二之选。 MicroPython 是一个高效的 Python3 实现,专为微控制器优化。学习 MicroPython 的优势在于: * **易学易用:** Python 语言的简洁性使得 MicroPython 学习门槛低,上手快。 * **开发效率高:** 仅需少量代码即可开发复杂的固件和驱动。 * **功能强大:** 拥有丰富的软件库,支持网络套接字编程等复杂应用。 * **可扩展性强:** 支持与 C/C++ 和汇编语言混合编程,可根据需求优化代码效率或实现底层接口。 **课程内容:** 本课程分为三个主要部分: 1. **Python 基础知识:** 为嵌入式开发者提供实用的 Python 编程训练。如果您不熟悉 Python 或想巩固基础,此部分将帮助您掌握编写 Python 代码的能力,为后续的嵌入式开发打下坚实基础。 2. **外设驱动开发:** 重点讲解 STM32 微控制器的标准外设驱动开发,包括: * 通用输入输出 (GPIO) * 电源管理 * 通用定时器 * 定时器输出比较 * 定时器输入捕获 * PWM 定时器 * 实时时钟 (RTC) * 看门狗定时器 (WDG) * 模数转换器 (ADC) * ADC 定时触发 * 数模转换器 (DAC) * 通用异步收发传输器 (UART) * 串行外设接口 (SPI) * 集成电路间通信 (I2C) 3. **高级主题:** 探索嵌入式 MicroPython 的进阶应用,包括: * 在 MicroPython 中添加汇编语言代码 * 在 MicroPython 中添加 C 语言代码 期待在课程中与您相见!
Whether you are new to Python programming or not you need to take a look at this course as an embedded developer.Do you want to know how to write clean and efficient embedded drivers for stm32 microcontrollers using the python programming language?If so, then welcome to Embedded MicroPython from Ground Up™MicroPython is an efficient implementation of Python3 optimised to run on microcontrollers.Now, why should you....Learn MicroPython as an embedded systems developer?The simplicity of the python programming language makes micropython very easy to learn.It is very easy to use, and allows you to develop complex firmware and drivers in python with few lines of codeIt has an extensive software library which you can import into your project to build very complex solutions. E.g. network socket programming.It is extensible with C/C++ and assembly, so you can mix assembly and c with micropython to improve code efficiency or simply implement routines that you are more comfortable implementing in low-level code.So with that understood, let me tell you… Exactly What You're GettingThis course can be divided into 3 major sections. First SectionThe first section provides practical python essential training for embedded developers. This section is for developers who are not familiar with the python programming language and those who want to brush up on their python development skills. This is required because we need to know who to write python code before we can develop our firmware and drivers in python. Second SectionThe second section deals peripheral driver development. Over here we shall develop drivers for all the standard peripherals of our STM32 microconctoller.We shall develop the following drivers:General Purpose Input/Output (GPIO)DriversPower Management DriversGeneral Purpose Timer DriversTimer Output Compare DriverTimer Input Capture DriverPWM Timer DriverRealTime Clock (RTC) DriversA Watchdog Timer (WDG) DriversAnalog-to-Digital Converter(ADC) DriversAnalog-to-Digital Converter (ADC) Time Triggered DriversDigital-to-Analog Converter (DAC) DriversUniversal Asynchronous Receiver/Transmitter (UART) DriversSerial Peripheral Interface (SPI) DriversInter -Integrated Circuit (I2C) Drivers Last SectionIn the final section we shall develop firmware for addressing advanced topics such as:Adding Assembly Language Code to MicroPythonAdding C Language Code to MicroPythonPlease take a look at the full course curriculum. I hope to see you in the course.