Hello, We have some problems to manipulate TMSK1(address is 0x1022). We wrote the following test code: test.c ***...*** ***** void main() { int i, j; printf("\n"); i=peek(0x1022); printf("TMSK1=%d ", i); j=0x00; poke(0x1022, j); i=peek(0x1022); (...) (23 years ago, 29-Jan-02, to lugnet.robotics.handyboard)
|