I want to make a project for ch32v003j4m6 that is going to play short PCM samples from its (limited) flash.
One way would be to bit-bang everything and hand this task to CPU, but I think there might be a way to attach a PWM channel to a timer and dynamically change its frequency and modulation.
Is there any way to do so?
I want to make a project for ch32v003j4m6 that is going to play short PCM samples from its (limited) flash.
One way would be to bit-bang everything and hand this task to CPU, but I think there might be a way to attach a PWM channel to a timer and dynamically change its frequency and modulation.
Is there any way to do so?