hi all,
I am currently trying to develop a driver (library with RTSC) which has to do the following functionalities.
1.Handle hardware and software interrupt (that is Hwi , Swi ).
2.Also semaphore posting functionality in the interrupt handler.
Herein i am facing one issue :
The hardware interrupt hhandling functionality does not seem to work when it is implemented inside the library. Whereas if we implement
Interrupt handler in the application , it gets called whenever the hardware interrupt is triggered.
QUERIES:
1. Do you see any issue in our approach of implementing the interrupt handler in the library.
2.It would be very useful if you can share some document which explains the following
a. Developing a driver (library with RTSC from scratch).
b. Modifying an existing library to add SYS/BIOS features like interrupt handling , semaphore creation etc
Regards
Shrish