• I get stuck in HardFault_Handler when calling os_mbx_send
    I am trying to pass a message from one task to another and when I call os_mbx_send I am getting a HardFault_Handler error. The call stack has a lot of HAL_CM3 calls. Any ideas? Seems pretty straight...
  • I get stuck in HardFault_Handler when calling os_mbx_send
    I am trying to pass a message from one task to another and when I call os_mbx_send I am getting a HardFault_Handler error. The call stack has a lot of HAL_CM3 calls. Any ideas? Seems pretty straight...
  • Unexpected address range accesses from bare metal code
    Note: This was originally posted on 12th September 2012 at http://forums.arm.com My test system (Carbon SoCD running a Cortex A9 model) has a memory map with entry point 0xFFFF0000, with a valid memory...
  • Unexpected address range accesses from bare metal code
    Note: This was originally posted on 12th September 2012 at http://forums.arm.com My test system (Carbon SoCD running a Cortex A9 model) has a memory map with entry point 0xFFFF0000, with a valid memory...
  • Unexpected behaviour calling an assembly function from c code. Is a bug?
    Hi, In the recent days i've been playing with assembly code in my raspberry 3B. I have a little code that shows how fast is my assembly code vs memcpy: #include <stdio.h> #include <time.h> #include...