With an abundance of micro-controllers available on the market, having some sort of abstraction layer between the physical and application layers is preferable. This way, the user application part of the firmware does not depend on the physical hardware it runs, making it easier to move the code to other micro-controllers implementing different technologies. In …
Tag: drivers
CMSIS-like headers for sensors and peripherals
In one of our previous blog posts, we explained how arm standardized core modules access by implementing CMSIS not only for the core components but also for the micro-controller peripherals. At Andustria, we are using this approach not only for micro-controllers but also for sensors and connected peripherals like transceivers or memory modules that are configurable …