Hi all i wanted the FX2 to receive a 16 bit address (used to interface with labview)one eg is E012(one of the addressing i need to use), i am using the two registers I2CS and I2DAT. As u all know I2DAT is an 8 bit register as i am oso not sure wheather it is the correct step to write to I2DAT a 16 bit address when I2DAT only holds 8 bit. Or is there any other step, I wanted I2C to to write or read from (in my case labview) Please enlighten me thanks
i know the guess was rite bcoz he says it is the one i guess it to!
i am instinkt and sure profeshionel
ah yes - the hallmarks of a professional.
Not!
u are v bad.
bcoz i got good ans and u wrong.
ha ha
I wonder if his code looks like this
4 ( ... ; ... ; ...) { whl (...) {
btw got above should be "guessed"
Erik
i gueddes it good
you guesedd it bad
who is profesihonal; arrrr
enough, you go ahead and guess for the rest of your life, I hope that when you guess wrong it will not harm anyone.
Your alter ego assumed that people guessed badly.
But a professional should not guess. They may form a hypothesis, and then try to verify it.
So, how long will you troll around, trying to play a not too bright 9-year-old? Don't you have anything creative to write?
A little (plagiarized) creative writing in the title ;)
On a serious note:
Why is it that the blatantly obvious troll posts trigger any response?
Surely the respondents realize that they are just feeding the idiot(s) desires.
Why is it that the blatantly obvious troll posts trigger any response? I guess to avoid the deaf being led by the blind as in http://www.keil.com/forum/docs/thread11650.asp .
The Troll is being trolled?
The trolls may post totally 100% foolish posts. The problem is still that there are people who can't see the difference between good and bad advice, or good and bad source code examples. Ignoring the trolls would then result in beginners to spend significant time running fools errands...
So we have Labview -> USB -> EZ-USB -> I2C -> LED Chip.
Assuming Labview sends USB Data to your Micro and that part works. That brings us to the next step:
EZ-USB -> I2C -> LED Chip
What Dat does LAbview leave in the chip? What does the LED chip need? In between those two statements is your code. If it means truncating the address do it. The micro will be the address decoder. LAbview send the control message. The LED performs the correct action. Your Micro is the middle man (translator).