spk_lionking
Junior Member level 1
- Joined
- May 13, 2013
- Messages
- 19
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Activity points
- 1,423
Hi everybody,
I have some problem about low-latency interrupt mode in MicroBlaze.
If i don't use XPS_INTC of Xilinx, I use my interrupt controller. So, I have to prepare what function or lib to implement fast interrupt handle in my project. Example, i see some funtion in XPS_INTC of Xilinx such as XIntc_Connect, XIntc_ConnectFastHandle,... or something likes that, so may I also need corresponding fuction/lib with my interrupt controller like that, right ???
My IP use APB interface, so I add "AXI to APB bridge" to my SoPC. It causes no address map, ID... for my IP, so I use base address of "AXI to APB bridge" instead. It works when I want to write/read data to register in my IP interrupt controller.
The most important thing right now, how I implement interrupt hander with my interrupt controller. I really need your help to resolve this embarrassing.
Hope yours reply soon,
Best Regards,
Tuan Nguyen
Regards,
Tuan Nguyen
I have some problem about low-latency interrupt mode in MicroBlaze.
If i don't use XPS_INTC of Xilinx, I use my interrupt controller. So, I have to prepare what function or lib to implement fast interrupt handle in my project. Example, i see some funtion in XPS_INTC of Xilinx such as XIntc_Connect, XIntc_ConnectFastHandle,... or something likes that, so may I also need corresponding fuction/lib with my interrupt controller like that, right ???
My IP use APB interface, so I add "AXI to APB bridge" to my SoPC. It causes no address map, ID... for my IP, so I use base address of "AXI to APB bridge" instead. It works when I want to write/read data to register in my IP interrupt controller.
The most important thing right now, how I implement interrupt hander with my interrupt controller. I really need your help to resolve this embarrassing.
Hope yours reply soon,
Best Regards,
Tuan Nguyen
Regards,
Tuan Nguyen