I am currently working on getting a pwm to work on port 0 pin 1. I am using the dev board, and a custom board.
when I use pwm_pin_set_usec(pwm_dev, 1, 5000, 2500); it will only work when I add a pull up on the line.
if i try to use port 0 pin 5 on the dev board it will work fine. but it is defaulted high. is there a way to configure port 0 pin 1 to do pwm without a pull up?