Hi Rob,The Ethernet PHY I'm using has a dedicated interrupt output that I have hooked up to the STM32 as GPIO EXTI line. I've enabled the link down & up interrupts on the PHY. So, when the link status changes, the GPIO EXTI interrupt fires. The de...
Thanks for the pointer on that function, @JDosp.1 . This was helpful for me to understand how to dynamically manage link status. I ended up using this approach:Register link status change callback with nx_ip_link_status_change_notify_set()Call _nx_...
Thank you @bb1 ! Calling SCB_InvalidateDCache() at startup eliminated the hard faults I was experiencing with the caches and MPU disabled. This should really be built into the startup code for Cube MX.
Posted on July 03, 2018 at 18:47Peter,Thanks for the response. I think I've found the issue - we had a versionof hardware that didn't have IRQ_IN connected to the host MCU. Once Iswitched to our corrected hardware, this issue was resolved.Thanks ver...
Posted on June 19, 2018 at 22:44I have encountered this issue as well. However in my case, I am unable to communicate with a tag at all, regardless of whether calibration is performed or not. But performing calibration always returns the 00 01 02 ...