AN000: The way we work
"We are software engineers and as such we code, yeah we like to write code" In a few words the vast majority of our trainings are text base, because are mainly
"We are software engineers and as such we code, yeah we like to write code" In a few words the vast majority of our trainings are text base, because are mainly
The template-g0 project uses a makefile to compile and link out of the box, it is not limited to build the project, also comes with several extra targets that helps you to run
There is a very nice way to navigate through the code using VS Code, just pressing Ctrl + Click, it will take you to any definitions or declaration. This is achieved using one of
Debugging on a command line can be a daunting task, but the good news are there is a VS Code extension that will allow us to debug in a visual way. Install the
There is one way to use function printf with our microcontroller even though if we do not have a screen to display information, well we do. we can use our debugger and OpenOCD
Misra is… well, through many years of mistakes and mistakes the software engineers had been developing a series of recommendations or guidelines about things that should be avoided when developing a program in
Did you know documentation is important?, the hell it is. It can be boring sometimes, that’s for sure but there is an interesting option to extract the same documentation from the comments
Ok, so, Where can i find the information about configuring the MCAL drivers, its provided by Elektrobit, NXP or AUTOSAR?. Well let me tell you something is pretty much the three of them.
To be honest, it's quite cumbersome to write manuals, tutorials, articles, etc., especially when they involve describing how to use a graphical interface because there's a lot of work
SavvyCAN is a open source project that will allow us to send, receive and decode CAN messages, it does not required installation or any driver, just unzip somewhere in your computer the application.
Back in the old days when debugging was precaurius we like to use printf a lot, but a lot. Semihosting was the defacto solution but it was slow, very slow. Then came the
Just to be clear, Windows for any software development SUCKS!!!!!, the following guide present a good alternative since allow us to use many of the feature presented in Linux, with certain limitation but
For those who don't like Eclipse or VS Code, don't have the budget for Lautherbac, JLink, or iSystems, and aren't tech-savvy enough to debug using the command