• C8051F120 simulation problem
    Hello. I'm using Silabs C8051F120 microcontroller and I have a problem during simulation in Keil C51 8.05. The problem is the following: after building I start simulator and make Run. Program is being...
  • C8051F120 Simulation Problem
    v8.01 includes peripheral simulation for C8051F120. All VT_REGs are not present in debugger though. I can not connect to UART0 since only S1IN and S1OUT are present.
  • C8051f120 Code Banking Problem
    When I compile: Build target 'Target 1' compiling main.c... compiling Config.c... assembling L51_BANK.A51... assembling STARTUP.A51... compiling Misc.c... compiling MenuSettings.c... compiling...
  • C8051F120 timer Problem
    Hi frnds, I am using Silabs C8051F120, I wanted to have timer delay of 1-msec (One milli second), Since both timers 0 & 1 are used for som application. I had left with Timers 2,3,4 , so i used...
  • Problem with C8051F120 GPIO
    Hi, I am working on Silabs C8051F120 Microcontroller. I have written a Interrupt code where I am toggling a pin P1.1 , The code is working fine and pin is toggling after specified period. but...