• Imprecise bus access fault in Cortex M7
    I'm trying to write unit tests for non-executable SRAM. As a step in that process, I try to execute code inside SRAM by putting some Thumb opcodes in RAM and then executing them. The opcodes execute...
  • Logging a fault on a Cortex machine
    In the generic user guide of the Cotex M4 architecture (4.3.10 Configurable Fault Status Register) , I found this statement: "This is an asynchronous fault. Therefore, if it is detected when the priority...
  • fault
    Hey guys, I'm currently working on the network application in C and ARM. I'm trying to continuously pass UDP strings from my PC to a new box. It works perfectly. However, I am getting seemingly random...
  • 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...
  • fault
    when the function Close_All_Sokets is made the processor locks. #include <sokets.h> is the first line in permutation.c but it also fails if i put it anywhere else. has anyone seen a problem or...