• Net_initialize()
    Hello, In the HTTP server code from MDK5 there is function call net_initialize(). But it doesn't seem to have a definition. What is the purpose of this function call in the code. Thanks
  • Stuck in net_initialize() for a mqtt project in Keil
    Hi, I am actually developing my first Keil project with the goal to realise a mqtt connection by ethernet to a server. I already have all the mqtt functions and I am just trying to make it run with...
  • Hard fault in SystemInit_ExtMemCtl()
    Hi I hope someone here can help guide me. I'm using a custom designed board which uses the same SDRAM memory configuration as the ST32429I-EVAL board. In the Keil file system_stm32f427x.c...
  • fopen hard fault (__sys_open)
    Hello, I am using an STM32F437 MCU with Keil MDK-ARM V4.71a. My application (no RTOS) reads an SD Card on start up via the RL-ARM FFS. This has been working for a few years but I have now upgraded...
  • Hard Fault in rt_sem_wait
    Hi, I have a an application crashing due to a hard fault. When I inspect the PC it tells me that the function being executed is the RTX function rt_sem_wait. The signature of this function is: ...