{"id":20926735,"url":"https://github.com/gabrielevalenzuela/microcontrollerexamples","last_synced_at":"2025-08-20T16:05:20.743Z","repository":{"id":254587526,"uuid":"846795799","full_name":"GabrielEValenzuela/MicrocontrollerExamples","owner":"GabrielEValenzuela","description":"Example projects for LPC1769 and STM32 microcontrollers. Includes code samples and setup instructions for various functionalities and peripherals. Ideal for learning and implementing embedded systems with ARM Cortex-M.","archived":false,"fork":false,"pushed_at":"2024-09-14T22:10:28.000Z","size":329,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-09-16T06:07:00.701Z","etag":null,"topics":["c","embedded-systems","lpc1769","stm32f103c8t6"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GabrielEValenzuela.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-24T01:34:52.000Z","updated_at":"2024-09-14T22:10:31.000Z","dependencies_parsed_at":"2024-08-30T00:07:35.677Z","dependency_job_id":"d972cb7d-6388-4f47-a42a-560dce5fc994","html_url":"https://github.com/GabrielEValenzuela/MicrocontrollerExamples","commit_stats":null,"previous_names":["gabrielevalenzuela/microcontrollerexamples"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GabrielEValenzuela%2FMicrocontrollerExamples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GabrielEValenzuela%2FMicrocontrollerExamples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GabrielEValenzuela%2FMicrocontrollerExamples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GabrielEValenzuela%2FMicrocontrollerExamples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GabrielEValenzuela","download_url":"https://codeload.github.com/GabrielEValenzuela/MicrocontrollerExamples/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225249390,"owners_count":17444421,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["c","embedded-systems","lpc1769","stm32f103c8t6"],"created_at":"2024-11-18T20:41:40.883Z","updated_at":"2025-05-13T17:33:54.252Z","avatar_url":"https://github.com/GabrielEValenzuela.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🚀 Microcontroller Examples\n\n## 📝 Overview\n\nThis repository contains a collection of examples and tutorials for working with the **LPC1769** and **STM32** microcontrollers. These examples are designed to help you understand and implement embedded systems using these platforms.\n\n## 📁 Repository Structure\n\n- **LPC1769/**: Contains examples specific to the LPC1769 microcontroller. Each subfolder represents a module.\n- **STM32/**: Contains examples for the STM32F103C8T6 microcontroller. Each subfolder represents a module.\n- **EXAMS/**: Contains exams for the LPC1769 microcontroller. Each subfolder represents a year and exam number.\n- **FINAL_PROJECTS/**: Contains the final projects 2024 for the LPC1769 microcontroller.\n\n## 📦 Libraries and Frameworks\n\n### 📚 CMSIS (Cortex Microcontroller Software Interface Standard)\n\nCMSIS is a vendor-independent hardware abstraction layer for the Cortex-M processor series. It provides a standardized API for peripheral access, system initialization, and more. In this repository, CMSIS is used along with CMSIS drivers for the LPC1769 microcontroller to facilitate low-level programming and hardware abstraction.\n\n### 📚 libopencm3\n\nlibopencm3 is an open-source library that provides a unified API for a variety of ARM Cortex-M microcontrollers, including the STM32 series. It abstracts the hardware-specific details, making it easier to write portable and maintainable code. In this repository, libopencm3 is used for the STM32F103C8T6 microcontroller to manage peripheral interactions, system initialization, and more.\n\n## 🔧 Considerations and Prerequisites\n\nBefore compiling these projects, ensure you have the following:\n\n- 🛠️ **ARM GCC Toolchain**\n- 🐞 **OpenOCD** (for debugging)\n- 💻 **A compatible IDE or text editor** (e.g., VSCode, Eclipse, MCUExpresso for NXP microcontroller)\n- ⚙️ **Make or CMake** (depending on your build preference)\n\nFor installation instructions, please check the [INSTALL](INSTALL) file in the repository.\n\n\u003e [!CAUTION]\n\u003e For LPC1769 projects, we utilize `bare metal` programming. This means we develop a minimal bootloader to initialize the clock, memory, and processor before proceeding to the main program.  \n\u003e To make it work with MCUExpresso, please copy the source files and header files from the `src` and `include` directories to your projects, except for `newlib_stubs.c`.\n\n## 🏃‍♂️ Running the Examples\n\nAfter building, flash the firmware onto your LPC1769 or STM32 board using the appropriate tools (e.g., OpenOCD, ST-Link Utility).\n\n## 🤝 Contributing\n\nContributions are welcome! Please fork this repository and submit a pull request with your changes.\n\n## 📄 License\n\nThis repository is licensed under the MIT License. See the [LICENSE](LICENSE) file for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgabrielevalenzuela%2Fmicrocontrollerexamples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgabrielevalenzuela%2Fmicrocontrollerexamples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgabrielevalenzuela%2Fmicrocontrollerexamples/lists"}