Hello Steve,
Thank you! Now I think I have succeed to do the NIMURegister() cause when carryout the BIOS_start(), System managed to call the currespond CpswEmacInit and CpswEmacStart functoin that I defined in the instance.
I am trying to make a TCP sample first but these things confused me:
1. After calling NIMURegister() to regist the hardware instance into NIMUDeviceTable.How the socket can really connect or hook to the hardware? Cause from socket() function I cannot find anywhere to input any Handle to it.
2. From sample we can find that we can call socket commands to new a socket and send in the task.But base on the first question, How can we managed to do this? Casue all of the samples in SPRU523 and SPRU524 files,The sample task always have input parameter of sockaddr of IP addr and so on.