• Hard fault at misaligned memcpy memset
    we made some simple tests with STM32F100 Value Line Eval Board: //------------------------------------------------------------------------------ // Variables static unsigned char sDstBuf[1024...
  • Hard fault at misaligned memcpy memset
    we made some simple tests with STM32F100 Value Line Eval Board: //------------------------------------------------------------------------------ // Variables static unsigned char sDstBuf[1024...
  • ARM9 STR912FW44 word32 misalignment in external RAM
    I have a struct containing several word8, word16 and word32. Writing a full 32-bits value causes mis-writing to the previous 32-bits value. 2 bytes go to the correct place, and 2 bytes to the previous...
  • ARM9 STR912FW44 word32 misalignment in external RAM
    I have a struct containing several word8, word16 and word32. Writing a full 32-bits value causes mis-writing to the previous 32-bits value. 2 bytes go to the correct place, and 2 bytes to the previous...
  • why program counter register in core file is misaligned!!!
    hello everyoone I encountered a problem that the PC program counter register in a core file is misaligned!!! The info of registers as follow (gdb) info registers x0 0x1 1 x1 0x0 0 x2 0x5be5503d1f1bab00...