FreeRTOS has many cool features, and one is that it can report the CPU percentage spent in each task. The downside is that to get this kind of information some extra work is needed. In this article I show how to do this for the NXP i.MX1064.
Monthly Archives: April 2020
Dumping Variables and Arrays with GDB in Eclipse
Using the debugger to inspect the application data is a very convenient thing. But if the data grows and if the data set is large, it makes more sense to dump the data to the host and process it offline. GDB is the de-facto debugger engine and includes a powerful command line and scripting engine which can be used in Eclipse too.
Easter Blooming in the Time of COVID-19
Image
It is the 4th week: Stores, school and universities are closed. Everyone should stay at home if possible. It is really a special situation, and there is no Easter traffic jam to the South.
For nature it means less pollution, there is much less traffic, and ideal to enjoy nature. But we should stay at home. I’m very happy that I live in a rural area and that I can enjoy this beautiful blooming tree behind the house.
Tutorial: Rename, Copy or Clone Eclipse Projects with MCUXpresso
Especially in a lab or classroom environment it is convenient to start with a template project, and then explore different ways to shape the project for different needs. As for any IDE of this world, this requires an understanding of the inner workings to get it right. So in this article I show how to copy, clone or rename properly an Eclipse ‘template’ project in the MCUXpresso IDE.