Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 virtex 5 上的 microblaze 环境中:
我有一种情况,我需要执行 spi 事务 (XSpi_Transfer) 以从外部芯片 (mcp2515) 读取以响应中断。使用 XGpio 接口的 gpio 中断功能触发中断。
我遇到的问题是 XSpi_Transfer 在从中断上下文中调用时挂起。关于是否可以从中断中使用 XSpi 的任何提示?我认为问题在于 XSpi 的低级机制使用中断来执行低级 fifo 处理。