Saturday 12 December 2015

Is there a standard for writing device drivers for microcontrollers?


I have written device drivers for microcontrollers using AUTOSAR. But I was interested in knowing if there are other standards for device drivers. I am planning to write for TIVA TM4C123GH6PM. It has an ARM Cortex-M4F Processor Core.


My main goal is to write drivers that could be used by others too, and wouldn't require much knowledge of the hardware from them.




No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...