Skip to main content
This topic has been closed for replies.

1 reply

John E KVAM
ST Employee
April 28, 2021

l double-checked. There is a makefile in there. In fact there are two.

If you want to use interrupts, you need a kernel module to absorb the interrupt and then make a call-back for you.

That code is in there - but you only need it if you want to use the interrupts. Otherwise the code will poll for done.

I'd start with the polling-type program until you are confident it works and then move on to the interrupt.

The code is simple and hopefully straight forward.

Good luck.

  • john
If this or any post solves your issue, please mark them as 'Accept as Solution' It really helps. And if you notice anything wrong do not hesitate to 'Report Inappropriate Content'. Someone will review it.