• AT89C51CC03 : 10-Bit ADC Problems
    Hello, i have problems to get a 10-Bit result from the internal adc of the AT89C51CC03. I always got only a 8-Bit result, though setting the PSIDLE-Bit. Also i did not need the adc-eoc-interrupt...
  • Parity bit problem in USARt
    Hello here my usart settings that it works fine USAR.USART_BaudRate=9600; USAR.USART_StopBits=USART_StopBits_1; USAR.USART_WordLength=USART_WordLength_8b; USAR.USART_Parity=USART_Parity_No ;...
  • Alignment of bit fields problem
    Hi, I'm working with at91sam7s256. Of course i'm using Keil. I want to align struct with bitfields one by one because a want to cast buffer on my struct and read data using that struct. the problem...
  • Bit declare
    How can I declare a bit variable? THanks Nguyen The Son
  • shifting bits
    I'm trying to read the data from an ADC. I'm getting the error message error C193 '+=' bad operand type. If I use '=+' I don't get the error but my data is shifting. My result is a 0 or 1. It should be...