From af624592e65632ccf33926bce5e89e62545a527c Mon Sep 17 00:00:00 2001 From: Arturo Buzarra Date: Tue, 11 Feb 2020 13:13:05 +0100 Subject: [PATCH] README.md: Update CCIMX8X readme file to match with the new PWM and GPIO settings https://jira.digi.com/browse/DEL-6807 Signed-off-by: Arturo Buzarra --- apix-gpio-example/README.md | 2 +- apix-pwm-example/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apix-gpio-example/README.md b/apix-gpio-example/README.md index 5af9dc9..1a37692 100644 --- a/apix-gpio-example/README.md +++ b/apix-gpio-example/README.md @@ -13,7 +13,7 @@ The GPIOs lines used in this example are mapped as follows in the Digi boards: - User button: MCA_IO10 (User Button 1 in the board) - User led: USER_LED1 (User Led 1 in the board) - **ConnectCore 8X SBC Pro**: - - User button: MCA_IO05 (GPIO connector, J20, Pin A5) + - User button: MCA_IO07 (GPIO connector, J20, Pin A3) - User led: USER_LED0 (Connected in the board) - **ConnectCore 8X SBC Express**: - User button: GPIO0_20 (Connected in the board) diff --git a/apix-pwm-example/README.md b/apix-pwm-example/README.md index c5bf7dc..8827a49 100644 --- a/apix-pwm-example/README.md +++ b/apix-pwm-example/README.md @@ -10,7 +10,7 @@ vice-versa. The PWM lines used in this example are mapped as follows in the Digi boards: - **ConnectCore 8M Nano DVK**: MCA PWM0 channel 2 connected to the LED1. - - **ConnectCore 8X SBC Pro**: MCA PWM1 channel 0 - Pin **A5** of the Expansion connector (J20). + - **ConnectCore 8X SBC Pro**: MCA PWM2 channel 0 - Pin **A3** of the Expansion connector (J20). - **ConnectCore 8X SBC Express**: MCA PWM1 channel 0 - Pin **33** of the Raspberry Pi Expansion connector (J11). - **ConnectCore 6UL SBC Pro**: PWM4 - Pin **11** of the GPIO connector (J30). - **ConnectCore 6UL SBC Express**: PWM1 - Pin **27** of the expansion connector (J8).