In this page I covered the embedded system programming group assignment.


Group assignment:


Individual assignment
Browse through the datasheet for your microcontroller
Write a program for a microcontroller, and simulate its operation, to interact (with local input &/or output devices) and communicate (with remote wired or wireless connection)
1. Introduction
Embedded systems development requires specific toolchains and workflows tailored to different microcontroller and processor architectures. This document demonstrates and compares the toolchains and development workflows for some commonly used embedded architectures: ARM (Cortex-M), RISC-V, AVR, ESP32, and Raspberry Pi.
What is MICROCONTROLLER
• A microcontroller is a small computer chip that includes a computer's central processing unit (CPU), memory (RAM, ROM, EEPROM, etc.), digital/analog input/output devices, etc., in a single chip.
• As an electronic component, a microcontroller is programmable, capable of communicating with peripherals, and capable of performing various signal processing, control, and data processing functions.
• These features are used in various fields such as automobiles, home appliances, industrial robots, and medical equipment.
• Microcontrollers are used in small-scale projects to large-scale products, and are especially important for products related to embedded systems.
• In addition, it is used in development boards such as Arduino and used in various projects.
• Microcontrollers are becoming more integrated due to recent technological advancements, and play an important role in IoT devices that can operate while connected to the Internet.
References
https://www.alldatasheet.com/category/index.jsp?Searchword=MICROCONTROLLER
https://eu.mouser.com/c/ds/semiconductors/embedded-processors-controllers/microcontrollers-mcu/arm-microcontrollers-mcu/
ChatGPT