Hello.

PIC16F1936.

Say I run DT's MIBAM on PORTB pins, but I also want to use existing HPWM module to generate something on PORTC pins.

Will it work?

https://www.picbasic.co.uk/forum/con...le-Modulation)

As said there,

The module uses Timer1, and it cannot be used for any other purposes.
Consequently, the PIC being used must have a Timer1.

As I understand, while Timer1 and CCP1 share same pins, these are different hardware modules and can operate separately and independently?