Skip to content

Commit 540d78e

Browse files
committed
Fix I2C for MCU_STM32H723xG
Add I2C configuration to MCU_STM32H723xG in target.json as suggested by @jeromecoutant. Signed-off-by: Daniel Starke <[email protected]>
1 parent 53d043d commit 540d78e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

targets/targets.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3211,7 +3211,8 @@
32113211
"STM32H723xx"
32123212
],
32133213
"overrides": {
3214-
"system_power_supply": "PWR_LDO_SUPPLY"
3214+
"system_power_supply": "PWR_LDO_SUPPLY",
3215+
"i2c_timing_value_algo": true
32153216
}
32163217
},
32173218
"MCU_STM32H725xE": {

0 commit comments

Comments
 (0)