• Forced Hard Fault / Bus Fault debugging Cortex M4
    Hi, I am working on a software development on a nRF52832 chip from Nordic, embedding a Cortex M4. I am using Keil µVision5. Amongst other things, the nRF52832 communicates via UART with a GSM chip...
  • Forced Hard Fault / Bus Fault debugging Cortex M4
    Hi, I am working on a software development on a nRF52832 chip from Nordic, embedding a Cortex M4. I am using Keil µVision5. Amongst other things, the nRF52832 communicates via UART with a GSM chip...
  • Hard Faults and MemManage Faults in Cortex m3/m4
    I wrote a simple program, where I am writing to an illegal memory location. Writing in an illegal Memory location generates a MemManage fault. And if MemManage is not enabled, HardFault in generated....
  • Hard Faults and MemManage Faults in Cortex m3/m4
    I wrote a simple program, where I am writing to an illegal memory location. Writing in an illegal Memory location generates a MemManage fault. And if MemManage is not enabled, HardFault in generated....
  • HTTP Server: recover Header HTTP
    Hello everyone, We are currently working on a Web server on a Cortex-M7 ARM to transmit SOAP messages via HTTP and CGI. For this, we would need to recover the request's HTTP Header and more specifically...