Darrels documentation says
In order to increase the resolution to 10 bits the LSB would need to be 1/4 of its current length meaning you'd need the PIC to run at 192MHz. Or you'd need to reduce the...
I'm using MIBAM because with 64mhz PIC18 CPU, I can have 48 independent PWM channels. But they're 8 bit. I want 48 channels with 9 or 10 bits resolution (12 - preferable) :)
Unfortunately, there are no PIC chips with like 8-16-32 independent PWM outputs.
Sure, there are chips like LT8500, with 48 channel PWM output, but they're way too expensive...
So maybe bitbang isn't the right word, but I am wondering if anyone has attempted USB communication on a chip without integrated USB functionality. I'm aware chips like the 18F2550 include that...
Hello.
Currently this "library" or whatever it is correctly called, has resolution of 8 bits, which can be somewhat limiting.
Is there a chance to "increase" resolution to 9 or 10 bits, or it has...
Common Development and Distribution License (CDDL) is a free software license, produced by Sun Microsystems, based on the Mozilla Public License (MPL), version 1.1.
Competitions are subject to the privacy policy and website terms and conditions of picbasic.co.uk, owned and controlled by Crownhill Associates Limited (“Crownhill”).
The following rules shall apply, together with any instructions or rules specific to any current competition. By entering any of the community run competitions, you are deemed to have accepted the following:
...
Re: Increasing resolution of DTs MIBAM library?
Well that's nice idea, but selection of pins to where you can map HPWM - is quite limited as I know.
CuriousOne Today, 08:48I had another idea - use MIBAM as is, but feed outputs to logical AND gate and use built in PWM...