What? Cortex-M Microcontrollers Now Have Professional Graphics Drivers?

What? Cortex-M Microcontrollers Now Have Professional Graphics Drivers?

(The technology for 2D graphics processing has actually matured since the era of the NES; what the 6502 could do, the Cortex-M can naturally handle as well.) 【Introduction】 In our previous article “What is an Embedded System (Part 2) – The Deposition Model”, we mentioned: Current computer technology is approximately 20 years ahead of embedded … Read more

Getting Started with Arm-2D: Simplified Porting Guide

Getting Started with Arm-2D: Simplified Porting Guide

Introduction In our previous article “What is an Embedded System (Part 2) — Deposition Model”, we mentioned: Current computer technology is approximately 20 years ahead of embedded technology; today’s embedded systems are comparable in resources, theory, and methodology to the cutting-edge computer technology of the 1980s. GorgonMeducer, WeChat Official Account: Bare Metal Thinking – What … Read more

Exploring Arm-2D: Is JPEG Decoding Meaningful for Resource-Constrained Systems?

Exploring Arm-2D: Is JPEG Decoding Meaningful for Resource-Constrained Systems?

IntroductionFor embedded product development, cost is the most fundamental consideration. Even if the conclusions are similar for the same problem, they often have completely different paths in different contexts. Take the question of whether “JPEG software decoding on the Cortex-M platform is meaningful” as an example; the thought process here is quite typical:First, the Cortex-M … Read more

Exploring the Significance of JPEG Decoding on Resource-Constrained Systems in the Cortex-M Platform

Exploring the Significance of JPEG Decoding on Resource-Constrained Systems in the Cortex-M Platform

IntroductionFor embedded product development, cost is the most fundamental consideration. Even if the conclusions are similar for the same problem, they often have completely different paths in different contexts. Take the question of whether “JPEG software decoding on the Cortex-M platform is meaningful” as an example; the thought process here is quite typical:First, the Cortex-M … Read more

What GUI to Use for Arm-2D?

What GUI to Use for Arm-2D?

[Continuing from Last Time] Last time we discussed: Arm-2D is a GUI toolkit for microcontrollers with limited resources, and we systematically introduced how to deploy the Arm-2D library in an MDK project, further explaining how to use the PFB Helper to achieve “infinitely variable speed” between “frame rate and RAM usage”. Today, we will continue … Read more

Weekly Lesson: Implementing Graphical Interface with Arm-2D on Cortex-M Chips

Weekly Lesson: Implementing Graphical Interface with Arm-2D on Cortex-M Chips

Click the card below to follow Arm Technology Academy Weekly Lesson is a new column at Arm Technology Academy, where I regularly select public courses from the Extreme Technology Community for everyone to learn more technology. Welcome to follow Weekly Lesson. Public Course Content This session introduces how to deploy Arm-2D on Cortex-M processor chips … Read more