Hi everyone! I am using LSM6DS3 in a very simple setup: For the debugging purposes I am only using accelerometer, ODR is set at 416Hz, fifo is enabled in continuous mode and set at the same freq, no decimation. Only XL data is set to be stored in fif...
Posted on February 03, 2017 at 09:15Hello,I am guessing that code generation with LL drivers is not yet supported for product families such as F1 and F0, although it is a bit confusing that in New Library manager F0 drivers claim LL support from ver...
Posted on December 06, 2016 at 22:28Hello!I've come across this strange problem where I can't seem to find a reasonable explanation why it occurs:I am using a simple RTOS, I have an EXTI interrupt handler that calls a simple function which sets a fl...
Posted on May 16, 2014 at 13:37
Hi,
My RTC (F103) is currently running from LSI. The counter is counting properly, and the SEC flag in CRL is set every second as expected.
When the Alarm is set, the SEC flag is asserted and cannot be c...
Posted on May 14, 2014 at 16:18
Hello,
I am using USART 1 at 115200 and todayserious problems with USART overrun started to appear (yesterday everything was fine and I don't seem to remember any significant changes on this portion of the ...
Hi!This problem is still driving me crazy. I tried setting STOP_ON_FTH and set the FTH to 9, so only 3 samples were captured each time, but it didn't work. After reading the datasheet and AN again I discovered that by setting STOP_ON_FTH I actually l...
Thanks for your replies.I did exactly what Ozone suggested. I stopped the program execution when the error occurred and checked the signals. I was able to see a bunch of normal reads3C -> 00003E -> 0A0A3C -> 00013E -> C4D23C -> 00023E -> F2AC...Follo...
Posted on December 07, 2016 at 21:03Thanx for all for the inputs. Some brief comments are below:- I played with the debugger a bit. The status variable is stored directly in R0, everything seemed to be in order, but the debugger froze when the stack...
Posted on July 08, 2015 at 14:58Jack thank you for this post. My driver with SPI mode 0 worked for quite some time :) but now I found a couple of devices that have some problems and I think edge sampling might be the problem. If you are still active...