• bits are not setting
    Can anybody tell me what is wrong in the following coding? I am unable to set P1.5 and P1.6 if I take the set memory from the variable and try to assign it to P1.5 or 6. But I am able to set P1.5 and...
  • how to set parity bit and stop bit
    i have problem how to set parity bit and stop bit in C language while sending data on serial port
  • Setting OTP LOCK bit
    uC: STR912 I am having trouble programmatically setting the OTP lock bit (ie not using JTAG/CAPS to set the lock, but by using firmware running on the STR912 itself). I can read and write the OTP...
  • Setting Port Bit with ARTX
    I'm writing a library to set a Port BIT , that can be used on ARTX for xc167 . I use a function with parameters "PortAddr" and "PortBit" : *(PortAddr) |= ( 1<<PortBit ); and analog function for...
  • can not set bits in 8051
    Hello everybody, I am a new entrant in 8051 programming. I am able to set bits in assembly language. But when I tried to set bits in c using Keil IDE, the bits are not getting set even after using bitset...