• overlay and ver 7.xx
    I took some old code (saved with the original version) and decided to see what happened if I compiled with 7.xx. To my surprise I got DATA space overflow. What I found was that there is no DATA_GROUP...
  • Sbit and Extern on big project
    I have read http://www.keil.com/forum/1854/how-to-use-extern-sbit-declare/ My problem is same. Using "extern sbit" works as mentioned in above post for small project. My project has more then...
  • Debug problem in ver. 7.04
    I try to debug simple code static void com_isr (void) interrupt 4 using 1 { unsigned char data c; /*- Received data interrupt. -*/ if (RI) { c = SBUF; RI = 0; ... ... } } and local variable...
  • Frankline Ver 3.20
    Hello, I am using Frankline Ver 3.20, Now i made a mind to purcahse keil V7, I have few ? can you please reply me. 1. the code is compitalble with Frankline V 3.2 (Dos Based) with Keil V 7. ...
  • PK51 >> Ver 8 Released ?
    Hi, As seen the http://www.keil.com >> ver. details, found latest Ver 8.0 Released with new Pack. Is Ver. 8 Released on PK51? When it is available to download. Regards