- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hi
I'm trying to write a bare metal usb midi device driver using the 13.0 hardwarelib and i'm stuck tryimg to use the alt_int_isr_register() function for creating an interrupt handler. Searching the internet for further documentation and interrupt examples of the Socal hardwarelib and api, give so far no results (maybe because its relatively new). ---- Is there more nios style documentation (underway) like the chapter 8 exception handling chapter of the NIiosII Software Developers Handbook, containing code examples ? --- and/or Can someone show some code as how to setup an bare metal interupt handler using ds5 and the gnu bare metal compiler ?コピーされたリンク
2 返答(返信)
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hi,
The 13.0 SP1 contains an updated HWLIB and some more examples. There you can find a baremetal example using the HWLIB and interrupts. The example is called "Altera-SoCFPGA-HardwareLib-16550-GNU". Have a look at the example and if there are any question, just ask. The default-location for the example is here: "C:\altera\13.0sp1\embedded\examples\software" best regards!- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Thanks for the good advice
I was actually using the sp1 version, but had discarted the 16550 example due to having broken the usbuart connector on my sockit board... I have now mananged to implement a button interrupt handler from looking at the example :-) , but getting a usb device reset interrupt to work is still eluding me. best wishes