• 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...
  • dynamic allocation of memory for two dimensional arry
    Is there any way where we can create dynamic memory for two dimensional array,please help me with an example and its accessing
  • dynamic allocation of memory for two dimensional arry
    Is there any way where we can create dynamic memory for two dimensional array,please help me with an example and its accessing
  • 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...