Hello i'm trying to control RGB led on the analogs pins A0 .. A6 on the portenta H7.
But every time i run the line "analogWrite(a0,255);" the code freeze and the red led in the board blink.
i tried analogRead it seem works and i tried to change some parameter i even tried on a other new portenta H7 board and i get the same result.
Thanks.
i found somes where it work i can keep progress in my project now.
ps: its very not intuitive to analogWrite on digital pin but till it work and i understand why, its the more important.