Re: Problem with reading MPU-6500 by STM32
I can get the right WHO_I_AM(0x70) from mpu6500 by i2c,but I cant read other register or write other register.I cant read the gyroscope/accelerometer . whats more ,i changed some mpu6500,and it doesnt work.
Ask questions and find answers on STM32 hardware set-ups, including schematic-related challenges, debugging probes, power configurations, and more.
I can get the right WHO_I_AM(0x70) from mpu6500 by i2c,but I cant read other register or write other register.I cant read the gyroscope/accelerometer . whats more ,i changed some mpu6500,and it doesnt work.
This fault has appeared very abruptly. One hour ago I was working with the board just fine, programming via STM32CubeIDE. Then I swapped the board to a different USB port on my laptop, now it is not programmable.When I hit the 'Run' button, it appea...
I am working with a Nucleo-H745ZI-Q development board and want to put it to standby mode to measure current consumption. I have put the domain D1, D3 in M7 and then domain D2 in M4 in standby mode. I also use 1 user LED for each core, so that I can k...
Hello All, I'm currently working with the STM32 H747-DISCO board, but I'm encountering some difficulties in interfacing the B-CAMS-OMV Camera Module. The LCD is functioning correctly, but the camera is not working (even though the 3 LEDs are lit). I'...
HI, STM Experts, Using STM32CubeIDE, I configured a project with default settings for the STM32H563ZIT6 (8 MHz external clock), running at 250 MHz. Additionally, I've enabled SPI1 for full duplex communication (transmitting and receivi...
Hi ST-Community Members,We have chosen the H753BI MCU as the main unit for our project, utilizing 32MB SDRAM and 128MB parallel NOR flash. We are nearing the final prototype model, but we need to finalize the GUI and hardware. We selected a 1280x800 ...
I would like to read the level of audio input signal to use like a vu-meter instead of use analog input. This is my code but I read always 0dB on both channels. void AUDIO_PLAYER_Init2(){/* Allocat mem for Smr */pSmrPersistentMem = malloc(smr_persis...
Hello!After it was clear, that the STM32F469I-DISC0 does not support the HDMI output feature, I purchased also the STM32F769I-DISCO to be able to evaluate the connection of a HDMI monitor to the board.I need to connect a keyboard to the board and my ...
Hi, I'm having some problems with the STM32F429 DAC testing. I have two boards of the same type. On board 1, the Digital Storage Oscilloscope shows that the sine wave voltage ranges from 2.08V to 2.94V. However, on board 2, with the same program and ...
Respected sir/madam,We are using STM32H753I-EVAL2 development board for testing STM32H753XIH6 microcontroller. We wanted to test SPI interface. But, the development board do not provide any provision for it.How can we test SPI functionality using the...