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...
Here you will find snippets of working code that will help save you time. Please help add to our collection of examples by contributing code that you have written.
Re: Increasing resolution of DTs MIBAM library?
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) :)
CuriousOne - 14th September 2025, 21:01