• uVision Debugger does not display the content of arrays correctly
    When using arrays and structs uVision debugger shows all elements as 0x00 even though the data is correct. I can verify the data is correct by outputing the array or structs contents to the STDIO. ...
  • uVision Debugger does not display the content of arrays correctly
    When using arrays and structs uVision debugger shows all elements as 0x00 even though the data is correct. I can verify the data is correct by outputing the array or structs contents to the STDIO. ...
  • External Array of Structure
    Dear All, I am using LPC2138 with LCD display and key pad, program down loader via URAT. I have program and big chunk of messages stored in Array of Structure. Till now, I manage to compile whole thing...
  • External Array of Structure
    Dear All, I am using LPC2138 with LCD display and key pad, program down loader via URAT. I have program and big chunk of messages stored in Array of Structure. Till now, I manage to compile whole thing...
  • Empty arrays in nested structures
    I am porting code from ew and gcc to keil uvision arm compiler (Arm compiler 5.06 update 1 build 61). Both ew and gcc allow me to the following: struct header { uint32_t chksum; uint8_t id;...