drivers
drivers copied to clipboard
Help wanted: MC33879
Hey
I want to use a MC33879 with tinygo. Basically it is just a shift register with two additional PWM inputs. Datasheet: https://www.nxp.com/docs/en/data-sheet/MC33879.pdf
To generate a suitable PWM output you have to push data via SPI at a very high speed: PWM @ 1kHZ and one MC33879 => 16kHz SPI Speed
What would be the best way to implement this?
What is target using?