2021-09-02 02:34 AM
I am using bno080 dev board with nucleo board.
I have the code from github which is done in the IAR IDE.
https://github.com/hcrest/bno080-nucleo-demo/
I am using stm32cubeide....While initializing the project in IAR IDE they asked to enable i2c configuration in project configuration......but in stm32cubeide.....I dont know how to do it?
When I run the code in stm32cubeide...after initializing the i2c in code ..no device is detected without that configuration.
Can some one help with this.