-
|
Hi I 'm using AocodaRC F405V2 board and substitue AT32F435. It works fine with atbetaflight, which suggest IMU/baro chip is all working. Now, I have an issue "baro chip dps310 is not detected." There are a couple of items I have checked. a) It's a AocodaRC F405V2, so the basic configuration is from this target file. c) DPS310 chip is selected e) configuration tab selects DPS310 BUT, baro chip is not detected. what I have missed here? Please check following configurations: AOCODARCF435V2 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
Now I have got betaflight 4.5 working. |
Beta Was this translation helpful? Give feedback.
-
|
Let me know if you made any progress with the investigation. |
Beta Was this translation helpful? Give feedback.




There is a comment on the issue: "i2C1 using ports PB6, PB7 not working for AT32F435 target. Need to hack/change "drivers/bus_i2c_at32f43x.c" for i2c1 to be mux4. In the code its mux8. "
Add a PR for this: #9412