Dear ST engineers: I'm using a 6 axis IMU module (lsm6dsltr) for my project and this picture is the gyro original data. My parameters of the module is LSM6DSL_2000dps with 260mHz filtering chain. The figure shows a vibration circumstance that a...
Hi ST engineers, my project use LSM6SDLTR connect with TI chip by I2C. I already get the orginal data and trying to trans them into quaternions or eulerian angles. Here is some issues.1.accelerometer original data have some noise.How to deal with the...
My bootloader and application is refer to F7-packet-ExtMem, but when I jump to application's location it will get IACCVIOL err.My cpu is stm32f469 and use qspiflash to save application codes.Memory map mode is ok.Don't know why it cause this err.
Look over the debug message, my screen szie is oversize.Can I set the default screen size bigger?My screen widget is in a selfmake container, so that is hard to separate into different screens.debug message: error palce:
I close the LP1 filter on gyro original data and this issue seem fixed. But Im not understand why this could happened.I get the reference code from https://github.com/STMicroelectronics/STMems_Standard_C_drivers/blob/master/lsm6dsl_STdC/examples/lsm...
I found that error is in the timebase Irq. I had close the timebase init and timebase irq before jump to app, but still have IACCVIOL problem.My bootloader use systemTick for timebase and APP use sysTick for freertos tim6 for timebase.I also change ...
Thanks everone. I found that qspiflash download FLM is not correct.When I erase flash it write 0x88 into it and touchgfx images always get 0x88...And my QSPI memory mapping mode is not setting correctly too.STM32F469-DISCO is use N25Q128A , my pro...