Hello Unregistered ,
Paul. Can we see that? I have used pics with the internal CAN module and a can line driver and ones without but with an external microchip mini CAN board and line driver. I built a Honda...
I have been working on a CAN interface file where you pass a few initial set up parameters, speed etc. and it selects and sets the appropriate registers. When you want to send a frame, you load a...
Be interested to see what you were working on. I've done quite a bit on CAN with PBP.
Thanks for the explanation. I misinterpreted these paragraphs. My understanding was to have ASYNC cleared and use Fosc/4. Ioannis
The SYNC block uses FOSC/4 as its sync clock, so it's difficult to use it if it's using FOSC/4 as its input source for counting too. 9966 for 16-bit read/write see sec 20.1.1.1: 9965 In...
Sure it is. Inside the ISR, Timer 0 is stopped, reloaded and restarted. I think is it obligatory to use Fosc/4. Unless I misunderstood the DS. Then why is it necessary to use ASYNC=1? Could...
Two things... Since you're using FOSC/4 as the source, set ASYNC bit in T0CON1. Also, when using 16 bit mode (MD16=1) you should always write TMR0H then TMR0L in that order so that the high...
Re: CAN header and EXT asm question
Paul. Can we see that?
retepsnikrep Today, 05:26I have used pics with the internal CAN module and a can line driver and ones without but with an external microchip mini CAN board and line driver.
I built a Honda...