Skip to content

Commit ef2b68a

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

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

tests/test_config.h

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,20 @@ static const float test_pwm_frequencies[] = {1, 50, 5000, 50000};
4848
#define TEST_ADC_MAX_VALUE 1023
4949
#define TEST_ADC_RESOLUTION 10 // ADC resolution
5050
static const float test_pwm_frequencies[] = {1, 50, 5000, 20000};
51+
#elif defined(KIT_XMC11_BOOT_001)
52+
#define TEST_PIN_DIGITAL_IO_OUTPUT 3 // IO_4
53+
#define TEST_PIN_DIGITAL_IO_INPUT 2 // IO_3
54+
#define TEST_PIN_PULSE 6 // IO_2
55+
#define TEST_PIN_SYNC_IO 4 // IO_1
56+
#define PWM_FREQUENCY_HZ 490 // PWM Frequency in Hz
57+
#define TEST_PIN_ANALOG_IO_VREF A2 // Pin connected to Vdd
58+
#define TEST_PIN_ANALOG_IO_DIVIDER A1 // Pin connected to voltage divider
59+
#define TEST_PIN_ANALOG_IO_GND A0 // Pin connected to Ground
60+
#define TEST_ADC_MAX_VALUE 1023
61+
#define TEST_ADC_RESOLUTION 10 // ADC resolution
62+
63+
#define TEST_PIN_ANALOG_IO_DAC 53
64+
#define TEST_PIN_ANALOG_IO_DAC_INPUT A3
5165
#elif defined(KIT_XMC14_2GO)
5266
#define PWM_FREQUENCY_HZ 490 // PWM Frequency in Hz
5367
#define TEST_PIN_ANALOG_IO_VREF A0 // Pin connected to Vdd

0 commit comments

Comments
 (0)