Other Parts Discussed in Thread: SYSBIOS
Hello,
I plan to add a ethernet function to my project for debugging. I am checking helloworld example in mcsdk_2_01_02_06\examples\ndk\helloWorld folde\evmc6678l folder.
All interrupts in my current project are implemented and verified by CSL APIs.
However, the interrupt in helloworld example looks to be implemented by SYS/BIOS.
I want only small modification to current project. I need to implement ethernet interrupt by CSL APIs.
But I wasn't able to where the interrupt is initialized.
How can I change SYS/BIOS interrupt to CSL APIs on helloworld project?