This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

need help !!!

how to configure the ads1256 registers?

Parents
  • HOW DO I PUT A BINARY NUMBER INTO THE C CODE?

    I TRY OB1O1OIOI1 BUT GET ERROR?

    1. Please don't hijack other people's threads for completely unrelated questions.
    2. Your CAPSLOCK key seems to be stuck. Or you're trying to appear rude by writing in ALL CAPITAL LETTERS.
    3. This is a question about C that has very little to do with Keil tools specifically.
    4. The answer: You can't. There might be a way to weasel around this C-specific limitation by using #define, but you should really consider if pulling something like that is worth your while. Use hexadecimal numbers instead.

Reply
  • HOW DO I PUT A BINARY NUMBER INTO THE C CODE?

    I TRY OB1O1OIOI1 BUT GET ERROR?

    1. Please don't hijack other people's threads for completely unrelated questions.
    2. Your CAPSLOCK key seems to be stuck. Or you're trying to appear rude by writing in ALL CAPITAL LETTERS.
    3. This is a question about C that has very little to do with Keil tools specifically.
    4. The answer: You can't. There might be a way to weasel around this C-specific limitation by using #define, but you should really consider if pulling something like that is worth your while. Use hexadecimal numbers instead.

Children
No data