Hey, We are trying to get a higher resolution PWM from the Arduino side of the Udoo NEO FULL. On a normal Arduino it is possible to change two PWM's to 16-bit instead of 8-bit by changing the timers. Shown here: https://arduino.stackexchange.com/questions/12718/increase-pwm-bit-resolution Since the addresses of the M4 chip are different and we don't have a good understanding of embedded systems, does anybody have a solution for us? The frequency of the PWM does not matter for us, we just need a higher resolution then the default 0-255. Preferably the 0-65535.