• Problem with SI-Labs Special Function Registers and RTX51Tiny
    I'm wondering if anybody else has run into a problem with RTXTiny51 and the SiLabs processor. I'm using the C8052F62 processor, am using a LOT of the peripherals and have IO lines and interrupt routines...
  • locating a function to a special adress
    please help me I want to place my wait() function in util.c from 4000H adress; I wrote "?PR?wait?util(0x4000)" in Options menu>LX51 Locate> User Segment I got *** ERROR L108: SEGMENT IN LOCATING...
  • SFR Registers
    I'm using an TI 8051 device with Keil and had a piece of code that is not behaving as I had originally expected. I created a simple piece of testcode to demonstrate this: char passtest = 0; char...
  • About SFR
    How to define TH2 and TL2 as a int I tried using data unsigned int Count _at_ 0xCD but it is giving error C274
  • Special functions for Hardware Access
    Are there special functions for access to the hardware, has share while passing by macros (#define)?