• udp_get_socket listener function
    I have been using TCPnet for ST10 but I imagine my question applies cross-platform. The documentation for udp_get_socket specifies that a user-defined listener callback should be registered as below...
  • udp_get_socket listener function
    I have been using TCPnet for ST10 but I imagine my question applies cross-platform. The documentation for udp_get_socket specifies that a user-defined listener callback should be registered as below...
  • after implementing bootloader, main application hangs on HAL_Delay()
    Hi, My bootloader does its job of jumping to a desired location where the main application file is residing. some part of main application works , But for some reason the main application hangs at...
  • after implementing bootloader, main application hangs on HAL_Delay()
    Hi, My bootloader does its job of jumping to a desired location where the main application file is residing. some part of main application works , But for some reason the main application hangs at...
  • Armv8-M Hangs on Non-secure Interrupt Handler Exit
    Hello, On exiting non-secure interrupt handler, armv8-M cm33 gets in a bad state and hangs. I think what's happening is, on exiting non-secure handler, cpu try to restore state from a secure area...