Video about writing efficient embedded code

Video about writing efficient embedded code

My latest video blog is now available. This time I am looking at writing efficient embedded code – where the…

Some more embedded software tips

Some more embedded software tips

Some more tips for embedded software developers. Today I am looking at real time programming, using the C language and…

C: the language of embedded – a webinar

C: the language of embedded – a webinar

Next Friday – 13 July – I am participating in a joint seminar with Doulos, looking in detail at the…

4 handy embedded software tips

4 handy embedded software tips

From time to time, I like to muse on some useful programming tips for embedded developers. This is such a…

Video about C++ reference parameters

Video about C++ reference parameters

My latest video blog is now available. This time I am looking at reference parameters in C/C++ and how they…

Video about a C++ “flaw”

Video about a C++ “flaw”

My latest video blog is now available. This time I am looking at an interesting aspect of C++, where there…

Video about writing maintainable embedded code

Video about writing maintainable embedded code

My latest video blog is now available. This time I am looking at how to write debuggable and maintainable code….

Writing portable/reusable code

Writing portable/reusable code

What are you priorities when writing code? Obviously you need to implement some specific functionality and there may be a…

Take a break – the break statement in C

Take a break – the break statement in C

It is a given that structured programming – in one form or another – is a Good Thing. For years,…