Skip to content

Commit 4f8fd7f

Browse files
committed
tests: Modified 1100 pins.
Signed-off-by: MDin <Dinesh.M-EE@infineon.com>
1 parent ab1b217 commit 4f8fd7f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

tests/test_config.h

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,19 @@
4646
#define TEST_PIN_ANALOG_IO_GND A0 // Pin connected to Ground
4747
#define TEST_ADC_MAX_VALUE 1023
4848
#define TEST_ADC_RESOLUTION 10 // ADC resolution
49+
#elif defined(KIT_XMC11_BOOT_001)
50+
#define TEST_PIN_DIGITAL_IO_OUTPUT 3 // IO_4
51+
#define TEST_PIN_DIGITAL_IO_INPUT 2 // IO_3
52+
#define TEST_PIN_PULSE 5 // IO_2
53+
#define PWM_FREQUENCY_HZ 490 // PWM Frequency in Hz
54+
#define TEST_PIN_ANALOG_IO_VREF A2 // Pin connected to Vdd
55+
#define TEST_PIN_ANALOG_IO_DIVIDER A1 // Pin connected to voltage divider
56+
#define TEST_PIN_ANALOG_IO_GND A0 // Pin connected to Ground
57+
#define TEST_ADC_MAX_VALUE 1023
58+
#define TEST_ADC_RESOLUTION 10 // ADC resolution
4959

60+
#define TEST_PIN_ANALOG_IO_DAC 53
61+
#define TEST_PIN_ANALOG_IO_DAC_INPUT A3
5062
#elif defined(KIT_XMC14_2GO)
5163
#define PWM_FREQUENCY_HZ 490 // PWM Frequency in Hz
5264
#define TEST_PIN_ANALOG_IO_VREF A0 // Pin connected to Vdd

0 commit comments

Comments
 (0)