• STM32F4 memcpy arry to structure other name addr hard-fault?
    I have some question about memcpy? when i use memcpy with STM32F4,i wanna copy some data to structure in other data(copy data size 16byte), but however i used microlib or not this memcpy translation...
  • STM32F4 memcpy arry to structure other name addr hard-fault?
    I have some question about memcpy? when i use memcpy with STM32F4,i wanna copy some data to structure in other data(copy data size 16byte), but however i used microlib or not this memcpy translation...
  • How to override the standard library functions like memcpy, memset and memmove etc in ARM.
    Note: This was originally posted on 12th March 2012 at http://forums.arm.com Hi, I would like to call a user defined memcpy, memset etc functions and avoid the usage of standard ARM library functions...
  • How to override the standard library functions like memcpy, memset and memmove etc in ARM.
    Note: This was originally posted on 12th March 2012 at http://forums.arm.com Hi, I would like to call a user defined memcpy, memset etc functions and avoid the usage of standard ARM library functions...
  • 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...