ccmp2-dvk: update libdigiapix.conf for ccmp2-dvk
Signed-off-by: Francisco Gil <francisco.gilmartinez@digi.com>
This commit is contained in:
parent
e65ba8d69f
commit
28932ae553
|
|
@ -7,9 +7,9 @@ This application enables one ADC channel on the board. After that, the
|
|||
application takes periodic samples and prints the raw value and the value in mv.
|
||||
|
||||
The ADC lines used in this example are mapped as follows in the Digi boards:
|
||||
- **ConnectCore MP25 DVK**: ANA0 (GPIO connector, J8, Pin 18).
|
||||
- **ConnectCore MP13 DVK**: ADC1_INP14 (MikroBus socket, J31, Pin 1).
|
||||
- **ConnectCore MP15 DVK**: AN0 (GPIO connector, J41, Pin 4).
|
||||
- **ConnectCore MP25 DVK**: ANA0 (GPIO connector, J8, Pin 19).
|
||||
- **ConnectCore MP15 DVK**: ANA0 (GPIO connector, J41, Pin 4).
|
||||
- **ConnectCore 93 DVK**: ADC IN0 (GPIO connector, J48, Pin 1).
|
||||
- **ConnectCore 91 DVK**: ADC IN0 (GPIO connector, J48, Pin 1).
|
||||
- **ConnectCore 8M Mini DVK**: MCA_IO1 (channel 1) at XBEE1_UART_TX. By default
|
||||
|
|
|
|||
|
|
@ -14,6 +14,11 @@ the ID and print in the console.
|
|||
|
||||
The CAN interface for this example depends on the running platform:
|
||||
|
||||
- **ConnectCore MP25 DVK**: CAN connector of the board (J14).
|
||||
- 5V: Pin 1
|
||||
- CAN1_H: Pin 2
|
||||
- CAN1_L: Pin 3
|
||||
- GND: Pin 4
|
||||
- **ConnectCore MP13 DVK**: CAN connector of the board (J33).
|
||||
- 5V: Pin 1
|
||||
- CAN1_H: Pin 2
|
||||
|
|
@ -24,11 +29,6 @@ The CAN interface for this example depends on the running platform:
|
|||
- CAN1_H: Pin 2
|
||||
- CAN1_L: Pin 3
|
||||
- GND: Pin 4
|
||||
- **ConnectCore MP25 DVK**: CAN connector of the board (J14).
|
||||
- 5V: Pin 1
|
||||
- CAN1_H: Pin 2
|
||||
- CAN1_L: Pin 3
|
||||
- GND: Pin 4
|
||||
- **ConnectCore 93 DVK**: CAN connector of the board (J15).
|
||||
- 5V: Pin 1
|
||||
- CAN1_H: Pin 2
|
||||
|
|
|
|||
|
|
@ -9,15 +9,15 @@ whenever an interrupt is generated in the input GPIO.
|
|||
|
||||
The GPIOs lines used in this example are mapped as follows in the Digi boards:
|
||||
|
||||
- **ConnectCore MP25 DVK**:
|
||||
- User button: GPIOF,10 (User Button 1 in the board)
|
||||
- User led: GPIOF,5 (ULED in the board)
|
||||
- **ConnectCore MP13 DVK**:
|
||||
- User button: GPIOA,13 (User Button 1 in the board)
|
||||
- User led: GPIOG,0 (ULED in the board)
|
||||
- **ConnectCore MP15 DVK**:
|
||||
- User button: GPIOA,13 (User Button 1 in the board)
|
||||
- User led: GPIOC,3 (ULED in the board)
|
||||
- **ConnectCore MP25 DVK**:
|
||||
- User button: GPIOF,10 (User Button 1 in the board)
|
||||
- User led: GPIOF,5 (ULED in the board)
|
||||
- **ConnectCore 93 DVK**:
|
||||
- User button: GPIOCHIP2,7 (User Button 1 in the board)
|
||||
- User led: USER_LED1 (User Led 1 in the board)
|
||||
|
|
|
|||
|
|
@ -8,6 +8,11 @@ Afterward, it reads the data back to validate it (tested with 24FC1026).
|
|||
|
||||
The I2C connections for this example depend on the running platform:
|
||||
|
||||
- **ConnectCore MP25 DVK**: MikroBus connector (J40).
|
||||
- VCC: Pin 7
|
||||
- GND: Pin 8
|
||||
- I2C-1 SDA: Pin 6
|
||||
- I2C-1 SCL: Pin 5
|
||||
- **ConnectCore MP13 DVK**: MikroBus connector (J31).
|
||||
- VCC: Pin 7
|
||||
- GND: Pin 8
|
||||
|
|
@ -18,11 +23,6 @@ The I2C connections for this example depend on the running platform:
|
|||
- GND: Pin 8
|
||||
- I2C-6 SDA: Pin 6
|
||||
- I2C-6 SCL: Pin 5
|
||||
- **ConnectCore MP25 DVK**: MikroBus connector (J40).
|
||||
- VCC: Pin 7
|
||||
- GND: Pin 8
|
||||
- I2C-2 SDA: Pin 6
|
||||
- I2C-2 SCL: Pin 5
|
||||
- **ConnectCore 91 DVK**: MikroBus connector (J40).
|
||||
- VCC: Pin 7
|
||||
- GND: Pin 8
|
||||
|
|
|
|||
|
|
@ -9,9 +9,9 @@ vice-versa.
|
|||
|
||||
The PWM lines used in this example are mapped as follows in the Digi boards:
|
||||
|
||||
- **ConnectCore MP25 DVK**: MikroBus PWM channel 4 - PIN **1** of the MikroBus connector (J40).
|
||||
- **ConnectCore MP13 DVK**: MikroBus PWM channel 8 - PIN **1** of the MikroBus connector (J31). Need to add the overlay _ov_board_pwm8_ccmp13-dvk.dtbo
|
||||
- **ConnectCore MP15 DVK**: MikroBus PWM channel 4 - PIN **1** of the MikroBus connector (J31).
|
||||
- **ConnectCore MP25 DVK**: MikroBus PWM channel 4 - PIN **1** of the MikroBus connector (J40).
|
||||
- **ConnectCore 93 DVK**: PWM0 channel 1 shared with LVDS backlight. Need to disable LVDS and enable the PWM channel in the DTB.
|
||||
- **ConnectCore 91 DVK**: PWM0 channel 1 shared.
|
||||
- **ConnectCore 8M Mini DVK**: MCA PWM0 channel 2 connected to the LED1.
|
||||
|
|
|
|||
|
|
@ -11,6 +11,13 @@ the page size and the address size in bytes.
|
|||
|
||||
The SPI connections for this example depends on the running platform:
|
||||
|
||||
- **ConnectCore MP25 DVK**: MikroBus connector (J39).
|
||||
- VCC: Pin 7
|
||||
- GND: Pin 8
|
||||
- SPI-0 CLK: 4
|
||||
- SPI-0 MISO: 5
|
||||
- SPI-0 MOSI: 6
|
||||
- SPI-0 SS0: 3
|
||||
- **ConnectCore MP13 DVK**: MikroBus connector (J30).
|
||||
- VCC: Pin 7
|
||||
- GND: Pin 8
|
||||
|
|
@ -25,13 +32,6 @@ The SPI connections for this example depends on the running platform:
|
|||
- SPI-0 MISO: 5
|
||||
- SPI-0 MOSI: 6
|
||||
- SPI-0 SS0: 3
|
||||
- **ConnectCore MP25 DVK**: MikroBus connector (J39).
|
||||
- VCC: Pin 7
|
||||
- GND: Pin 8
|
||||
- SPI-0 CLK: 4
|
||||
- SPI-0 MISO: 5
|
||||
- SPI-0 MOSI: 6
|
||||
- SPI-0 SS0: 3
|
||||
- **ConnectCore 91 DVK**: MikroBus connector (J39).
|
||||
- VCC: Pin 7
|
||||
- GND: Pin 8
|
||||
|
|
|
|||
Loading…
Reference in New Issue