2015-02-20 01:59 AM
hi,
I have downloaded the last stm32cube software including BSP for STM32discovery boards. I had issue with LSM303 accelerometer before i discovered that: in Drivers/BSP/Components/lsm303dlhc.c line 124 should ''probably'' be: ctrl = (uint8_t) (InitStruct >> 8); not ctrl = (uint8_t) (InitStruct << 8); please confirm. #lsm303dlhc #stm32cube2015-03-13 09:53 AM
Hi giorgi.quentin,
Actually, we confirm that it’s an error, it will be fixed in the next release.thanks for your feedbacks.Best regards,Heisenberg.