• DATA ABORT ERROR in memmove intruction
    Dear all, I am facing DATA ABORT ERROR due to which PROCFAULT raised. I am seeing the instruction as memmove function. 0x3ff9fc DataUtilities::Index+0x2c: e1a0c005 MOV IP, R5 <pos> 0x3ffa00 DataUtilities...
  • DATA ABORT ERROR in memmove intruction
    Dear all, I am facing DATA ABORT ERROR due to which PROCFAULT raised. I am seeing the instruction as memmove function. 0x3ff9fc DataUtilities::Index+0x2c: e1a0c005 MOV IP, R5 <pos> 0x3ffa00 DataUtilities...
  • Compiler is not specifying subroutines as relocatable
    The compiler is generating the following sub-routine call: 019C DA000000 CALLS SEG (WriteString),WriteString I am translating this to be an Inter-Segment Subroutine Call, where the compiler is...
  • Compiler is not specifying subroutines as relocatable
    The compiler is generating the following sub-routine call: 019C DA000000 CALLS SEG (WriteString),WriteString I am translating this to be an Inter-Segment Subroutine Call, where the compiler is...
  • µVision: Using CMSIS and DFP of specified Include Path only, not from Keil’s Pack directory
    µVision Version 5.36.0.0 I am trying to be independent of the automatically installed Keil packs and want only use the CMSIS/DFP versions, which are placed direct inside my project’s repository. The...