Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

UNO-Q: Fix SPI (spi2) - disable PWM on D11#242

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
KurtE wants to merge1 commit intoarduino:main
base:main
Choose a base branch
Loading
fromKurtE:q_spi2_mosi_afr
Open
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -76,7 +76,7 @@
/* tim1_etr_pa12 is not available for PWM */
/* Currently only the pins marked with ~ on the pin headers are enabled */
/* pinctrl-0 = <&tim1_ch4_pa11 &tim1_ch3n_pb15 &tim1_ch1n_pb13 &tim1_ch2n_pb14>; */
pinctrl-0 = <&tim1_ch4_pa11 &tim1_ch3n_pb15>;
pinctrl-0 = <&tim1_ch4_pa11>;
pinctrl-names = "default";
};
};
Expand DownExpand Up@@ -269,7 +269,7 @@
/* <&gpiob 4 0>, */ /* D8/PB4 - TIM3_CH1 */
<&gpiob 8 0>, /* D9/PB8 - TIM4_CH3 */
<&gpiob 9 0>, /* D10/PB9 - TIM4_CH4 */
<&gpiob 15 0>, /* D11/PB15 - TIM1_CH3N */
/*<&gpiob 15 0>,*/ /* D11/PB15 - TIM1_CH3N */
/* <&gpiob 14 0>, */ /* D12/PB14 - TIM1_CH2N */
/* <&gpiob 13 0>, */ /* D13/PB13 - TIM1_CH1N */
/* <&gpiob 11 0>, */ /* D20/PB11 - TIM2_CH4 */
Expand DownExpand Up@@ -301,7 +301,7 @@
/* <&pwm3 1 PWM_HZ(500) PWM_POLARITY_NORMAL>, */ /* D8/PB4 → TIM3_CH1 */
<&pwm4 3 PWM_HZ(500) PWM_POLARITY_NORMAL>, /* D9/PB8 → TIM4_CH3 */
<&pwm4 4 PWM_HZ(500) PWM_POLARITY_NORMAL>, /* D10/PB9 → TIM4_CH4 */
<&pwm1 3 PWM_HZ(500) PWM_POLARITY_INVERTED>, /* D11/PB15 → TIM1_CH3N */
/*<&pwm1 3 PWM_HZ(500) PWM_POLARITY_INVERTED>, */ /* D11/PB15 → TIM1_CH3N */
/* <&pwm1 2 PWM_HZ(500) PWM_POLARITY_INVERTED>, */ /* D12/PB14 → TIM1_CH2N */
/* <&pwm1 1 PWM_HZ(500) PWM_POLARITY_INVERTED>, */ /* D13/PB13 → TIM1_CH1N */
/* <&pwm2 4 PWM_HZ(500) PWM_POLARITY_NORMAL>, */ /* D20/PB11 → TIM2_CH4 */
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp