• memcpy usage landing in HardFault_Handler
    Hi, I am using memcpy and it is not running and landing in HardFault_Handler. I am trying to create a big font to display in TFT LCD. Below is my scenario. Can somebody what I am missing here...
  • memcpy usage landing in HardFault_Handler
    Hi, I am using memcpy and it is not running and landing in HardFault_Handler. I am trying to create a big font to display in TFT LCD. Below is my scenario. Can somebody what I am missing here...
  • memcpy on cortex-m7 causes unaligned usage fault
    Hi, I am migrating my application FW written in C from original target architecture of cortex-M4 to M7. A piece of code that works on M4 now triggers an unaligned usage fault on M7, which does memcpy...
  • memcpy on cortex-m7 causes unaligned usage fault
    Hi, I am migrating my application FW written in C from original target architecture of cortex-M4 to M7. A piece of code that works on M4 now triggers an unaligned usage fault on M7, which does memcpy...
  • Memcpy
    Hello, I am new to embedded programming, particularly C, and I am trying to write bytes to code memory, within my already executing code. The purpose is to see if I can write a program to program...