|
所在平台: Coursera |
课程主页: https://www.coursera.org/learn/arm-cortex-fundamentals-building-embedded-systems
课程评论:没有评论
课程名称:ARM Cortex (STM32) 基础:构建嵌入式系统
课程概述:完成本课程后,您将掌握浮点数据类型和输入/输出处理的使用,理解并应用 C 语言中的各种运算符和决策构造,执行高级位操作并使用嵌入式 C 控制 LED,熟练掌握位操作和循环构造以实现高效的代码迭代和嵌入式系统控制。
课程描述:通过此课程,参与者将全面学习 ARM Cortex (STM32) 的基础知识,构建嵌入式系统。
课程大纲:
1. **数据操作与输入/输出处理**
- 学习 C 语言中的基本数据操作概念和输入/输出处理,掌握浮点数据类型(如 float 和 double)的细微差别,灵活地使用 scanf() 进行用户输入,并深入理解指针变量及其初始化、操作,最终掌握数据处理和输入/输出操作的技能。
2. **运算符、决策与数据处理**
- 该模块关注 C 语言的基本组成部分,学习使用
Name:Data Manipulation and Input/Output Handling
Description:This module delves into fundamental concepts of data manipulation and input/output handling in C programming. Participants will grasp the nuances of floating-point data types like float and double, and master the use of scanf() for flexible user input, including scientific notation. They will also delve into the intricacies of pointer variables and data types, learning initialization and operations, along with discerning the significance of diverse pointer data types. By the end, learners will be proficient in effectively handling data and input/output operations, crucial skills for any C programmer.
Name:Operators, Decision-Making, and Data Handling
Description:This module focuses on essential components of C programming, empowering learners with foundational skills. Participants will grasp the importance of
Name:Bitwise Operations and LED Control
Description:This module delves into the intricate world of bitwise operations and embedded C programming, equipping participants with advanced skills. Learners will master the application of bitwise operators in C, adeptly manipulating bits to determine even/odd numbers and perform efficient XOR operations. They will then explore the implementation of embedded C code to control LEDs, gaining insights into memory-mapped peripheral registers and the STM32 memory map. The module culminates in a comprehensive understanding of the process of activating LEDs, involving enabling peripheral clocks and coding precise activation sequences. By the end, participants will be proficient in advanced bit manipulation and embedded systems development.
Name:Bitwise Manipulation, Loop Mastery, and LED Precision
Description:This module is dedicated to enhancing participants' proficiency in advanced C programming techniques. It begins with an exploration of bitwise shift operators, enabling efficient data manipulation, modification of LED exercises, and precise bit extraction. Learners will then delve into mastering looping concepts, including while and do-while loops, for streamlined iteration through code sequences. The module culminates in the effective implementation of the 'for' loop construct, empowering participants to solve complex exercises and implement software delays for precise LED control. By the end, participants will have honed their skills in advanced data manipulation and efficient code iteration in C programming.
Upon completing this course, you will: Master the use of floating-point data types and input/output handling in C. Understand and apply various operators and decision-making constructs in C programming. Execute advanced bitwise operations and control LEDs using embedded C. Achieve proficiency in bitwise manipulation and loop constructs for efficient code iteration and embedded system control. Course Description Embark on a comprehensive journey through ARM Cortex (STM32) Fundamentals: Buildin