• the function get_host_by_name() impose a delays
    Hi, I saw nothing in the manual of any delays on the function get_host_by_name(); For example: if you call the function every minute with the same hostname, the first time, the function retrieves...
  • the function get_host_by_name() impose a delays
    Hi, I saw nothing in the manual of any delays on the function get_host_by_name(); For example: if you call the function every minute with the same hostname, the first time, the function retrieves...
  • Keil Debug cannot trace HardFault handler
    I am not expert on Cortex-M3. I recently test the memory handle using mbed LPC1768. It is strange that the debugger cannot jump into the hardfault_handler function. But the exceptional code execuated...
  • Keil Debug cannot trace HardFault handler
    I am not expert on Cortex-M3. I recently test the memory handle using mbed LPC1768. It is strange that the debugger cannot jump into the hardfault_handler function. But the exceptional code execuated...
  • Calling non-secure Reset Handler from Secure main
    Hi, I am trying to run the example for ARMCM33_DSP_FP_TZ code provided in Keil MDK on a new Cortex-M33 MCU by our company. I have made necessary edits to the linker script to assign the correct values...