x-cube-mems1 MotionMC MotionEC_Library minimum Stack size Heap_Size?
How to know MotionMC and MotionEC Library minimum Stack size Heap_Size?When I invert my compass,stm32 will reset, then i increase Stack size Heap_Size,it run very well.
Ask questions and find answers on ST MEMS sensors, such as the LSM6DSV and the LSM6DSL. Learn how to use the SensorTile.Box, and STEVAL kits.
How to know MotionMC and MotionEC Library minimum Stack size Heap_Size?When I invert my compass,stm32 will reset, then i increase Stack size Heap_Size,it run very well.
Hi,I am evaluating sths34pf80 but unfortuantely I am not able to make it work. I am referiing to the code in the github https://github.com/STMicroelectronics/STMems_Standard_C_drivers/tree/master/sths34pf80_STdCThe below code is from example sths34pf...
Hello, I am designing a PCB board using LSM6DSO and STM32f1xx, this PCB design will be only an experimental design for a bigger project, so I need both SPI and I2C to be available for testing (not at the same time).I'm wondering if there will be any ...
HiWe are testing out the lsm6dsv320x, which will be used on our new board.The low G accelerometer is working fine, however the high G looks to be reporting wrong values.If I use a simple calculation to computer the angles, the high G is off by about...
Hi everyone.Can someone from ST please provide information about when the STEVAL-MKI248KA will be available for testing?We are currently designing a new device that could really benefit from ISM6HG256XTR but we are tight on time and already in the in...
Hi team,We need thermal details (Junction to ambient temperature, Case temperature and body temperature) for the following IC's:ASM330LHHXG1TRM24M02-DWMN3TP/KPlease provide the details for the given IC's.Thanks & regards,Aravind R
I am developing firmware for the ISPU on the LSM6DSO16IS and have a question regarding communication between the host MCU and the ISPU core.My objective is to persist magnetometer calibration data. My intended workflow is:The ISPU runs the MotionMC_u...
Hi, I am using LSM6DSL accelerometer sensor.I have configure it to use acc only, +-16g, @27Hz, and using FIFO.Here is the configuration I am doing:uint8_t val = 0x04; err = lsm6dsl_write_reg(p_ctx, LSM6DSL_CTRL3_C, &val, 1); val = 0x24; ...
Greeting, this is my first ever post on the forum so i hope the topic can be interesting to others.I was working with the ISM330 gyro, reading the datasheet and i noticed that the gyro rate sensitivity seems to be a bit off. Here is what they mention...
I am working with LIS2DW12 configuring the INT1 for the activity/inactivity interrupt. With the below configurations (as provided in the datasheet), 1. Write 50h in CTRL1 // Turn on the accelerometer // ODR = 200 Hz, FS = ±2 g2. Write 42h in WAKE_UP_...