• Code banking with Cygnal 8051 F120
    Hello ! I've a problem with code space and my 8051F120. It have 128ko of memory and with Keil I have to use bankin if I want to use all the memory. But I don't manage to setup the bank (in Target ...
  • banking without bank switching with SILabs f12x
    I have a unique application that is about to overflow 64k. I can not use bank switching because of the overhead. PLEASE do not reply anything about how small the overhead is - I do not care, there...
  • Init
    void GpioInit(void) { // Set to inputs FIO0DIR = \ FIO1DIR = \ FIO2DIR = \ FIO3DIR = \ FIO4DIR = 0; // clear mask registers FIO0MASK =\ FIO1MASK =\ FIO2MASK =\ FIO3MASK =\ FIO4MASK = 0; /...
  • Silab IDE Disassambled code
    My program runs fine on uvision simulation (nothing to do with Silab peripherials). Same program shows (long multiplied by long) calling C:0000 My tool integration shows both, uvision and Silab are...
  • Silabs C8051F121
    Hi, Wonder if anyone encountered this problem. I am trying to simulate the input to AIN0. I have set up an input voltage of 3.0V. However, I am not able to see the sampled value. I am using uVision3...