Hello,
I can be wrong, but I think there could be a mistake in my PIC16F88's data-sheet.
To activate the PWM function on RB0, according to the data-sheet, I need (at least I assume it is so) to set CCPMX_ON.
Doing so, it will activate PORTB.3!!!
This is what I can read in the data-sheet:
<img src="http://www.picbasic.co.uk/forum/attachment.php?attachmentid=1521&stc=1&d=117580494 3">
This is what I have to do to make it work on RB0:
<img src="http://www.picbasic.co.uk/forum/attachment.php?attachmentid=1522&stc=1&d=117580515 2">
Question: am I missunderstanding something or is this an error in the documentation?
Bookmarks