在哪里有 AM437X 的 Ethernet Subsystem 程序做参考啊
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
针对很多程序,我对 interruptRegParams.corepacConfig.corepacEventNum = (int32_t)eventId;
interruptRegParams.corepacConfig.intVecNum = (int32_t)intrNum; /* Host Interrupt vector */
interruptRegParams.corepacConfig.isrRoutine = (void (*)(uintptr_t))(&OSPI_hwiFxn);
interruptRegParams.corepacConfig.arg = (uintptr_t)arg; 不是很是了解啊,能讲讲interruptRegParams.这个结构体,跟程序跟主机怎么建立起来的连接,不是很明白啊,如果我要使用多个中断怎么处理啊‘’
关于中断函数的说明,可以参考https://software-dl.ti.com/jacinto7/esd/processor-sdk-rtos-jacinto7/06_01_01_12/exports/docs/pdk/docs/user_guide/html/structOsalRegisterIntParams__corepac__t.html
另外,之前e2e工程师已有回复,我们RTOS Processor SDK已不再提供技术支持。我这边能提供的技术支持也有限。
https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1071334/notice-regarding-processor-sdk-ti-rtos-for-am335x-am437x-omap-l13x-c674x-k2g-devices