• Master/slave bus arbitration for XC16x-devices
    Has anybody used Master/slave bus arbitration for XC16x-devices via HOLD, HLDA and BREQ? What problems can arise for this schematic? We have working project with two XC167, connected via SPI. It works...
  • tms570 dcan lost arbitration retransmit failure
    Hello, I work with mcbtms570 and I have DCAN problem. I need to know, how can I detect re-transmit failure after lost arbitration? Very helpfull will be also information if does exist something like...
  • _nop_() does not work
    Hi forum! I need a delay in a programm but _nop_() seems not to work. Thus I wrote the following code in the main function where x is an IO pin: while(1) { x = 1; _nop_(); x = 0; _nop_();...
  • hello.c does not work
    I'm very new... I have a XC167 and I tried to use the hello.c code here: http://www.keil.com/support/docs/2601.htm but on the Hyperterminal i see only the "H" (anyway, this should mean that...
  • does the INTSIO.ZIP work with C166?
    Hello, I would like to use the interrupt driven serial I/O. see http://www.keil.com/download/docs/intsio2.zip.asp but if I use this code I receive following msg: Code: EA=1; /* Enable Interrupts...