Is the code So smart to switch to hardware i2c if we use the i2c capable pins and then switch to software i2c when we use any other pins.
Also I am actually working on a Firmware for the F4 boards and in that i have to interface a dps310 barometer over i2c and requesting 25 bytes of data and ...
Search found 2 matches
- Fri May 12, 2023 7:33 am
- Forum: General discussion
- Topic: hard i2c vs soft i2c
- Replies: 2
- Views: 4757
- Thu May 11, 2023 9:38 pm
- Forum: General discussion
- Topic: hard i2c vs soft i2c
- Replies: 2
- Views: 4757
hard i2c vs soft i2c
I am using the stm32duino core by stmelectronics version 2.4.0 and I want to know whether the I2c wire object declared using the wire.h library run on hardware i2c or softi2c.
Hardware : stm32f405rgtxx
Pins for i2c : PB10 , PB11
Hardware : stm32f405rgtxx
Pins for i2c : PB10 , PB11