• Does debugger show far * variables correctly?
    Using v6.22, in Dallas Contiguous mode, I created the following simple program: #include <absacc.h> void main(void) { unsigned char far *a; unsigned char far *b; a = FARRAY(unsigned char, 0x7FEDC...
  • Does debugger show far * variables correctly?
    Using v6.22, in Dallas Contiguous mode, I created the following simple program: #include <absacc.h> void main(void) { unsigned char far *a; unsigned char far *b; a = FARRAY(unsigned char, 0x7FEDC...
  • how to initialize char and int in keil 5
    hello! i m using stm32lo73rz in keil micro vresion 5 in hll format. I cant initialize char and int. I m using unsigned char i[]= "giga" but warning will generate that i not decleared. and when compile...
  • how to initialize char and int in keil 5
    hello! i m using stm32lo73rz in keil micro vresion 5 in hll format. I cant initialize char and int. I m using unsigned char i[]= "giga" but warning will generate that i not decleared. and when compile...
  • global variables are not initialized
    Hi, For the last couple of years we've been working on an embedded ARM project. This worked fine all until suddenly out of nowhere global variables are no longer initialized. The problem happens...