• ZI-data too big
    Hi, I have the following BIG structure: typedef struct { BYTE c_re[3]; int c_gnrl; float c_time[2]; BYTE c_cmm[13]; int c_cmm_p[2]; BYTE c_ext[10]; int c_ext_p[10]; int c_stp[50][3...
  • ZI-data too big
    Hi, I have the following BIG structure: typedef struct { BYTE c_re[3]; int c_gnrl; float c_time[2]; BYTE c_cmm[13]; int c_cmm_p[2]; BYTE c_ext[10]; int c_ext_p[10]; int c_stp[50][3...
  • How to see C code when using ULINK2 with Atmel AT91RM9200
    I'm using a Keil Ulink2 ICE debugger with an Atmel AT91RM9200 (ARM 9) powered board. My problem is that it doesn't look like I'm benefiting from all the features of the debugger. For example, in the...
  • How to see C code when using ULINK2 with Atmel AT91RM9200
    I'm using a Keil Ulink2 ICE debugger with an Atmel AT91RM9200 (ARM 9) powered board. My problem is that it doesn't look like I'm benefiting from all the features of the debugger. For example, in the...
  • ERROR 172 - SEGMENT TOO BIG
    I am currently struggling through a "segment too big" problem when compiling a particular ".c" file. When I first received the error it reported an "Act=156, Max=128". I then moved all variable declarations...