Hi, I am using C++ for my project and I would like to have access to the elements of my class inside a callback function from HAL drivers. Until now, no success, can anybody help me how I can do this? Thank you.
I am trying to send 1023 bytes every 1 ms using isochronous channel, but the maximum I can achieve is 512 bytes. If I try to increase to 1023 I see in wireshark only 199 bytes, but until 512 bytes it works fine. Does anyone know how to configure to g...
Hi mayank,Can you share your PHY driver solution for KSZ8081? I am trying to use the same but having problems to modify the from driver lan8742. Thank you in advanceBest Regards
Hi AKali,I am trying to do the same, send MAC frames without TCP/UDP protocol, just initialize hardware and send frames, but I am not able, I am now sure how to initialize and configure. Could you please share your solution?Thank you in advanceBest R...
Hi Bartek,did you manage to solve the problem? I am trying to do the same thing, the CM4 started correctly in debug mode and wait but when I launch CM7 it runs directly without halt and addres starts with 0x801... which is not correct.If you got it r...