I am trying to run the Invensense motion_driver_6.12. I compiled the code with IAR and the STM32 works ok - all the test I've done with the board are ok: UART, I2C.. etc. But when I run the python client demo program "eMPL-client-py" the program shows only one empty black window and nothing occurs. I tried to run first the program and then switch on the board and vice-versa.
Thanks
I worked with this library for a week almost gave up and today finally I got this image.
Platform :
STM32F429ZI , STM32-Disc0--MB1075B development kit
motion_driver_6.12 in IAR
MPU9250/6050 (not an advertisement,I dont use an official eval-board )
At first ,I even cannot make the python-client work. After reading this passage , I can open the cube window.
Just like you, I only got a empty window. Then I modified the
motion_driver_6.12
making it suitable for my board(ports conflict existing) :Make sure everything done before connecting the sensor with your board. Especially the configuration in the ARM project. An useful suggestion is to test every module such as i2c, usart and interruption.
If it's useful , give me a thumb . Any problem just comment below .
which type of Invensense chip you are using?
log_stm32.c
if this function work wellfputc(out[i]);