probably obvious pwm problem

Sorry for the newbie question, but can’t get either PWM to work on the SAMD51 micromod board (ATP carrier).

So far just using simple Arduino IDE to get everything going. Trying an Analogwrite on some of the pins bricks the chip (which I then restore with atmel studio). Some of them don’t , but there’s still no pwm signal.

I’m setting pinmode output in setup, and then analogwrite. Some setup I’m missing? not possible in arduino IDE?

thanks,

Johann

Which pins are being used? https://cdn.sparkfun.com/assets/learn_t … ptions.pdf https://cdn.sparkfun.com/assets/learn_t … Pinout.pdf has the pin descriptions

Do regular sketches compile/work? (try the basic ‘blink’ https://learn.sparkfun.com/tutorials/mi … -guide/all)