• wrong evaluation of the compiler??... Very rare error
    Dear all, I have this ultra simple strcture typedef struct { uint8_t Hora; uint16_t Data1; } EEpromPaqueteDatosS; When I do sizeof(EEpromPaqueteDatosS) it returns 4!!! But if I do the sizeof...
  • Something wrong with my keil?
    Hi, I have tested my ARM7 stamp baord with some of the supplied test HEX files including UART test with Tera Term. All good. My problem however is when I generate the hex files myself with Keil uv3...
  • Keil's Simulation is right or wrong?
    The MCU I used is SM8958A,which has 1K bytes on-chip RAM, 256 bytes of it are the same as general 8052 internal memory structure while the expanded 768 bytes on-chip RAM can be accessed by external memory...
  • Keil Bug
    Hello Look at this code if i replace 1024 in array with more than 2048 compiler work fine but micro hang !! program work fine with 1024 or less. i use at91sam7x256 this have 64KB Ram. if i replace...
  • A bug of keil?
    int a = 6; main() { } this can be successfully compiled. But if you omit the "int",it can be also successfully compiled.Is it a bug of keil?