Skip to content

Commit 289d7d2

Browse files
committed
tests: Modified 1100 pins.
Signed-off-by: MDin <Dinesh.M-EE@infineon.com>
1 parent 2841ea2 commit 289d7d2

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
@@ -47,7 +47,19 @@
4747
#define TEST_PIN_ANALOG_IO_GND A0 // Pin connected to Ground
4848
#define TEST_ADC_MAX_VALUE 1023
4949
#define TEST_ADC_RESOLUTION 10 // ADC resolution
50+
#elif defined(KIT_XMC11_BOOT_001)
51+
#define TEST_PIN_DIGITAL_IO_OUTPUT 3 // IO_4
52+
#define TEST_PIN_DIGITAL_IO_INPUT 2 // IO_3
53+
#define TEST_PIN_PULSE 5 // IO_2
54+
#define PWM_FREQUENCY_HZ 490 // PWM Frequency in Hz
55+
#define TEST_PIN_ANALOG_IO_VREF A2 // Pin connected to Vdd
56+
#define TEST_PIN_ANALOG_IO_DIVIDER A1 // Pin connected to voltage divider
57+
#define TEST_PIN_ANALOG_IO_GND A0 // Pin connected to Ground
58+
#define TEST_ADC_MAX_VALUE 1023
59+
#define TEST_ADC_RESOLUTION 10 // ADC resolution
5060

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

0 commit comments

Comments
 (0)