Hello A bit late to the party but since i didn't find an answer, here's my scenario:LIS3DSH configured at high resolution mode, being polled at 40 HzI read ZH=A6(166), ZL=F0 (240)Converted to 16 bit, I get num=(A6<<8 )+ (F0) I shift by 4: num=num>>4,...
Posted on June 21, 2018 at 15:36I compiled the source code for the DFUSe (downloadable from ST) using visual studio 2013.I added a Sleep(20) to sleep for 20 ms inside the loop in function CSTThread::BodyThread().Now the function no longer seems to h...