• I am getting a hard fault before main with os_sem or os_mut functions
    Hello all, I am trying to protect my display device with a mutex or semaphore. When I add functions (os_sem or os_mut) to my object the project compiles fine, but I get into the HardFault_Handler before...
  • I am getting a hard fault before main with os_sem or os_mut functions
    Hello all, I am trying to protect my display device with a mutex or semaphore. When I add functions (os_sem or os_mut) to my object the project compiles fine, but I get into the HardFault_Handler before...
  • LPC1768 hard fault when using a function pointer
    Hello, I am working with a LPC1768. I don't have a lot of experience with it yet, so I am stuck doing something that seems very simple - but I cannot find the reason in the manual. I am calling...
  • RTX Hard fault when trying to access osMailQId
    I want to send a mail item from Thread X to Thread Y. In that mail I want either Thread X or Thread Z's address, so that Thread Y knows where to send responses/data back to. I wanted to include Thread...
  • LPC1768 hard fault when using a function pointer
    Hello, I am working with a LPC1768. I don't have a lot of experience with it yet, so I am stuck doing something that seems very simple - but I cannot find the reason in the manual. I am calling...