Commit 1ba0f921 authored by Adam Wujek's avatar Adam Wujek

test_master/atmel_start: enable advanced mode for i2c

Signed-off-by: 's avatarAdam Wujek <dev_public@wujek.eu>
parent 13bcb9c2
......@@ -277,7 +277,7 @@ drivers:
functionality: I2C
api: HAL:Driver:I2C_Master_Sync
configuration:
i2c_master_advanced: false
i2c_master_advanced: true
i2c_master_arch_dbgstop: Keep running
i2c_master_arch_inactout: Disabled
i2c_master_arch_lowtout: false
......@@ -286,7 +286,7 @@ drivers:
i2c_master_arch_sdahold: 300-600ns hold time
i2c_master_arch_sexttoen: false
i2c_master_arch_trise: 215
i2c_master_baud_rate: 100000
i2c_master_baud_rate: 400000
optional_signals: []
variant:
specification: SDA=0, SCL=1
......
......@@ -28,7 +28,7 @@
// <e> Advanced
// <id> i2c_master_advanced
#ifndef CONF_SERCOM_3_I2CM_ADVANCED_CONFIG
#define CONF_SERCOM_3_I2CM_ADVANCED_CONFIG 0
#define CONF_SERCOM_3_I2CM_ADVANCED_CONFIG 1
#endif
// <o> TRise (ns) <0-300>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment