Part Number: LAUNCHXL-CC2640R2
Hi team,
Im having troubles with the integration of the LCD display of the sharp 128x128 Boosterpack. I'm using a CC2640R2 Board with an integrated BMI160 ACC Sensor from Sensor BoosterPack. My CCS version is 10.1 and SDK 4.30 (do not want to update to avoid misconfigurations). My project consist in the simple_peripheral + BMI160 example project. When I want to activate the LCD display by activating BOARD_DISPLAY_USE_LCD=1, the project does not work. However, as soon as I comment out the BMI160 initialization lines (e.g. bmi160_init(&s_bmi160); ) the LCD works again (what could be the correlation there?). I think it is rather a symptom from my project that uses BLE+BMI160 than related directly to the BMI160 or BLE project. Standalone simple_peripheral and BMI160 example project works fine with LCD. I've attached two ROV images, both with NOT commented bmi160_init(&s_bmi160); line. One with BOARD_DISPLAY_USE_LCD=0 and the other =1(the one with stackPeak 60).


thanks.
Best regards,