Author |
Message |
Topic: uVision2 |
Manoel_Filho
Replies: 4
Views: 8695
|
Forum: General CCS C Discussion Posted: Sun Mar 15, 2015 6:38 pm Subject: uVision2 |
You are completely right.
I can perfect communicate with the chip, no problem.
Thank you,
regards. |
Topic: uVision2 |
Manoel_Filho
Replies: 4
Views: 8695
|
Forum: General CCS C Discussion Posted: Sun Mar 15, 2015 2:10 pm Subject: uVision2 |
Ok Jeremiah. Thank you! I know the I2C procedures, no issue about this. The main problem is that this device BK-1080, is a little bit weird. The device ID have 16 bits with ACK. The initial address bi ... |
Topic: uVision2 |
Manoel_Filho
Replies: 4
Views: 8695
|
Forum: General CCS C Discussion Posted: Sun Mar 15, 2015 11:53 am Subject: uVision2 |
Hi there.
Does any good soul can translate this code to me?
#define BK_DATA_HIGH() P02=1;
#define BK_DATA_LOW() P02=0;
#define BK_DATA_READ() P02
#define SDADIROU ... |
|