• how to franklin shift to keil
    hi; these days,i work hard trying to find the problem:my program is well compiled by franklin proview 32 and can run free-of-error when download to the machine.But when compiled by the keil,there is...
  • Linking Franklin c ompiler with micro vision 2
    Hi all, Is it possible to link franklin C compiler with micro vision 2 IDE. If so, can you please tell how to do it. Thanks, Aravind
  • 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...
  • 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
  • Micorvision Ver 5 Problem
    Dear Sir, I am trying to see the memory content in the particular memory address but I am not able to see it.I have checked all memory maps as well tried by changing the setting of memory model too...