I've got a more general question,
I've writen a large amount of device drivers (UART, SPI, CAN, etc...) in the past. All of them use there specific interrupt system (thru VIC) to get serviced in time. They are not writen with any OS in mind, they only use the compiler specific instructions to enable/disable the interrupts and push/pop the registers on stack.
If I want to utilize embOS as my main operating system, then what is the risk hence amount of work involved in doing so keeping in mind that I want to re-use most of my devices drivers.
Mvg.
ARMfreak
I've writen a large amount of device drivers (UART, SPI, CAN, etc...) in the past. All of them use there specific interrupt system (thru VIC) to get serviced in time. They are not writen with any OS in mind, they only use the compiler specific instructions to enable/disable the interrupts and push/pop the registers on stack.
If I want to utilize embOS as my main operating system, then what is the risk hence amount of work involved in doing so keeping in mind that I want to re-use most of my devices drivers.
Mvg.
ARMfreak