PoJD / can

Set of CAN MPLAB projects for PIC microcontroller
MIT License
5 stars 2 forks source link

CanRelay is using chip with 44pins #36

Closed PoJD closed 6 years ago

PoJD commented 6 years ago

Update code to use all PORTD and E ports too. Recheck all the pin assignments. Measure voltage again. CanRX and TX ports stay at B ports. Check MCLR too so it is not port E instead.

PoJD commented 6 years ago

Try even before with older chip. Hopefully it would work too so that I do not need to branch out.

PoJD commented 6 years ago

older chip rather not trying since I have to choose different chip family in MPLAB and don't want to risk burning the old chip this way.

PoJD commented 6 years ago

MCLRE bit drives usage of MCLR/RE3, we use default value = 1, i.e. MCLR enabled and RE3 disabled