• How to determine the actual usage for XDATA?
    Hello, I have a project with 512K flash for code and 64K SRAM for XDATA. After compiling with PK51, I got following infos about program size: "data=188.0 xdata=51140 const=166971 code=203033". ...
  • How to determine the actual usage for XDATA?
    Hello, I have a project with 512K flash for code and 64K SRAM for XDATA. After compiling with PK51, I got following infos about program size: "data=188.0 xdata=51140 const=166971 code=203033". ...
  • Unable to determine offending instruction: usage fault illegal unaligned load or store cortex m7 keil mdk pro
    Problem Once in a blue moon (every ~500 hours of run time, non-deterministic) I am getting a Usage Fault/ Illegal unaligned load or store. Please, help me to trace the fault to actual offending instruction...
  • Unable to determine offending instruction: usage fault illegal unaligned load or store cortex m7 keil mdk pro
    Problem Once in a blue moon (every ~500 hours of run time, non-deterministic) I am getting a Usage Fault/ Illegal unaligned load or store. Please, help me to trace the fault to actual offending instruction...
  • how to determine correct overlayed memory usege
    i have a project where ram has become a precious resource. i have reconfigured my code so that i should be allowing the linker to overlay as much as possible (all code on the idle loop). my problem...