I'm using stm32l476jgy6 MCU, it has 3 SPI busses, I'm using all of 3 SPI busses for different peripherals. If peripheral on SPI1 fails to communicate with MCU, will it cause any effect on other SPI busses? I've a scenario where I'm using BLUENRG-MS o...
Hi, I'm using MotionFX library v3.0.0, even if i do compass calibration, yaw value is still drifting some times. do I need to use MotionMC library to get better results?
I want to track the swing of cricket-bat using mems sensors. i'm running Motion FX library at 100hz and 200hz. motion fx library is failing some times to track the orientation if the swing speed is more . can I run MotionFx sensorfusion library at 30...
I'm using motion fx library to get orientation of the device. I'm putting the device running sensor-fusion on a cricket bat. If I play a very fast swing, the orientations are becoming inaccurate. if I wait for some time holding bat in standstill p...
HI Eleon BORLINI I found the isse. I setup a timer interrupt for 10ms and reading data from accelrometer fifo every 10ms . and I created an isr for tap interrupt to read timestamp of accelerometer. if interrupt comes when mcu performing accelerome...
Thank you david its very helpful.if I use __set_BASEPRI() , and systick interrupt occurs when cpu is doing SPI read/write operation can it cause any errors in spi operation?