08-15-2020 03:31 AM
I am running Development Destop 2.0 and get the following error when using the BMI090L shuttle board:
"Current version of Development Desktop 2.0 does not suport the connected sensor."
Note that the board works with the BMI160 sensor (sensors connected to board using shuttle header, just like the did with the BIM090L board).
Note that I downloaded DD 2.0 UI3.21 and installed it along with the various patches (help, shark, roger, algoplugin, BNO firmware).
I also updated the flashed the board firmware after downloading all these files.
I've tried this with 3 shuttle boards (sensor boards). Yes, they were oriented with the blank part off the board, just like with the BMI160.
Thanks.
D
Solved! Go to Solution.
08-15-2020 11:49 PM
Note that the base board has the silk screen which says: App 2.0 Rev 1.1
08-16-2020 08:55 AM
Yes DD2.0 v3.21 does not support BMI090L shuttleboard.
Please try COINES examples provided in below URL
https://github.com/BoschSensortec/BMI090L-Sensor-API/tree/master/examples/coines
To run the BMI090L COINES examples,
1. Download and install latest COINES software
2. Install TDM GCC and GCC ARM compiler .Add both compilers to PATH
3. Replace example Makefile with below content. Have check on EXAMPLE_FILE name
ifeq ($(OS),Windows_NT)
HOME=C:
endif
COINES_INSTALL_PATH ?= $(HOME)/COINES/v2.2
EXAMPLE_FILE = bmi090l_any_motion_interrupt_mcu.c
C_SRCS += ../../../bmi090la.c
C_SRCS += ../../../bmi090lg.c
INCLUDEPATHS += ..
INCLUDEPATHS += ../../..
TARGET ?= MCU_APP20
include $(COINES_INSTALL_PATH)/examples/examples.mk
4. Run mingw32-make download
5. Open COM port to see output