NXP Kinetis-L Framework Example
Developing your own drivers and API’s from scratch can be a time consuming but rewarding process. Fill in the form…
Jacob's Blog
Developing your own drivers and API’s from scratch can be a time consuming but rewarding process. Fill in the form…
One of the unique challenges of writing embedded software is that it requires the programmer to understand minute details of…
During the darkest hours of the design process when deadlines have passed, bugs are running rampant and the light at…
It’s that time of the year again where spring is in full force, the sun is shining, birds are chirping…
Last time in “Scripting 101”, we introduced the concept of a bash shell script within the linux environment. A quick…
Doxygen Code Templates Version 2.5 Header File Template Source File Template Doxygen MainPage Template Click the links below to download…
If you’ve built your Smart Phone Signal Generator you might be wondering what else you can do with it! Below…
The Android and Linux operating systems have become very popular in the last few years. Due to their open source…
Function pointers can be used for a wide variety of applications including the implementation of state machines. Just like any…
Debugging an embedded system can be an extremely challenging venture especially when communication interfaces are involved. The slightest timing offset…
Following a standard like the Motor Industry Software Reliability Association (MISRA) C is a great step towards writing safer, better…
One of the most common applications for using function pointers is in task schedulers. Every embedded system contains some type…