Unfortunately, same behavior. After sending the command via Bluetooth (I send the command for example: hserout ["Q",dec 155,10,11] in a loop while the pushbutton is pressed). After a while, the servo...
louislouis Today, 13:14What those two chips have in common is auto context save for interrupts.
i simulated the 1824 and the problem was not experienced, but who would trust a simulator
try this for...
Hi Richard,
I don't know, I'm just guessing.
Here the code for PIC 16F688 working just fine:
'* Notes : PIC16F688 *...
125KHz is [COLOR=#333333]only available with a pbpl compile
from the manual hpwm section
every chip you have posted about on this subject is quite capable of that output.
your posted code...
Hello,
I am upgrading from a 16F628 to a 12F1572 to take advantage of it's "Precision" 16Bit PWM.
How do I configure PBP 3 to take advantage of it's HWPWM function?
(Needed is a symetrical...
Hi Folks,
I actually discovered a problem with DT PWPS servo pulse generator.
If I use hardware USART (hserin) for receiving commands from Bluetooth module and the PWPS plugin is active...
I tried to use above code with 24C32 and PIC16F887 but it does not works. It stuck on this loop: while SSPCON2.0 = 1 : wend
Here's complete code:
...
Will post "Upgraded" version soon - it now supports individual attributes for all chars, like language, inversion, underline, striketrough. Working on variable width character support too.
9246
Re: 16Bit 125KHz PWM with PIC12F1572
FYI:
Zebryk Today, 21:441. I just requested a current PBP manual to see if the HWPWM feature now includes >32767Hz.
2. I have the PIC12F1572 data sheet which seems to have a completely differenct PWM operation than...