Posted on May 26, 2005 at 07:41hi,squirrel thanks for your reply! you mean you can transmit and receive data correctly using code above? if that so,I think maybe there is something wrong with my can controller interface. can you tell me your can...
Posted on May 26, 2005 at 01:55Hi,I have a question about st710 CAN When i transmit data between two ST710 Can controller,both them are configured by following code: void config_CAN(void) { u16 uMask; RCCU->CCR = 0x00; While (RCCU->CCR != 0x00) ...