Embedded Software Architecture: OverviewSoftware architecture serves as a plan or framework for creating embedded systems. It defines how various software components should be structured and organized across different levels of abstraction. The main objectives of a software architecture in...Feb 15, 2023·6 min read
0x02 Adding Button SupportThis article is a follow-up to the previous one, where we blinked the onboard LEDs. Here, we add pushbutton support to the project. We will use the Board support package(BSP) APIs as in the previous section. Procedures Open the "Hello World!" projec...Dec 20, 2022·2 min read
0x01-"Hello, World!" ProgramPrinting "Hello, World!" to the console is the most basic operation there is in programming as it can be written in just about any programming language and is relatively simple to understand. The purpose of "Hello, World!" is to demonstrate a program...Dec 20, 2022·4 min read