• how to use a bit variable defined in another module?
    Gentlemen: I wanna use a bit variable in file:assem.asm.And the bit variable is defined in another file:main.c;Just as follows: in main.c unsigned char bdata flags; sbit red_flag = flags^1; in assem...
  • how to use a bit variable defined in another module?
    Gentlemen: I wanna use a bit variable in file:assem.asm.And the bit variable is defined in another file:main.c;Just as follows: in main.c unsigned char bdata flags; sbit red_flag = flags^1; in assem...
  • how to define a byte variable in bit addressing space in assembly
    Hi, There is am assembly file that will be integrated into my project that is written in c. A variable defined in the assembly file as PROCTOCOL equ 020H I converted it to RSEG ?BI?RunIsp?ISP...
  • how to define a byte variable in bit addressing space in assembly
    Hi, There is am assembly file that will be integrated into my project that is written in c. A variable defined in the assembly file as PROCTOCOL equ 020H I converted it to RSEG ?BI?RunIsp?ISP...
  • Defining a variable in the bit-band area
    I wonder to know is there anyone who define a variable in bit-band area in c programming language for cortex-M3. I have followed the compiler attribute based on the below link www.keil.com/...