We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 408903d commit 0ddba96Copy full SHA for 0ddba96
loader/boards/arduino_giga_r1_m7.overlay
@@ -59,7 +59,7 @@
59
60
&timers1 {
61
status = "okay";
62
- st,prescaler = <4>;
+ st,prescaler = <0>;
63
64
pwm1: pwm {
65
@@ -509,7 +509,7 @@
509
cdc-acm = <&cdc_acm_uart0>;
510
i2cs = <&i2c2>, <&i2c4>, <&i2c1>;
511
spis = <&spi1>, <&spi5>;
512
- pwms = <&pwm1 3 PWM_HZ(6000000) PWM_POLARITY_NORMAL>,
+ pwms = <&pwm1 3 PWM_HZ(12000000) PWM_POLARITY_NORMAL>,
513
<&pwm2 4 PWM_HZ(500) PWM_POLARITY_NORMAL>,
514
<&pwm2 3 PWM_HZ(500) PWM_POLARITY_NORMAL>,
515
<&pwm8 1 PWM_HZ(500) PWM_POLARITY_NORMAL>,
0 commit comments