nelius de lange

Results 3 issues of nelius de lange

For some reason around about the time I switched to an RTOS system I have to call CAN.begin(1000E3) to get it to work at 500kbs. Does anyone have any idea...

Hello, it seems that these lines // wait for TX buffer to free while ((readRegister(REG_SR) & 0x04) != 0x04) { yield(); } and // wait for TX complete while ((readRegister(REG_SR)...

Is this where the buffers are supposed to be cleared ? void CANControllerClass::flush() { }