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