User Activity

How can i modify this part of code to can send the register address of 16 bits /* Implementation of I2C read for 16-bit values */ int32_t mlx90632_i2c_read(uint16_t Reg, uint16_t *value) { uint8_t data[2]; int32_t ret; ret = I2C_TxRx1(MLX_I2C_Adre...
I have an stm32f401vc discovery card, I can't download and debug the code you can find the error in this picture when I connected the card to my pc here is what I found in the Device managerI worked on this card for a long time and this is the first ...
I used the STM32F401 discovery board which has an L3GD20H gyroscope sensor communicated with the MCU via SPI1, I made the necessary configuration by Cube MXI tried to read the device ID of the gyroscope but each time I received 0xff,can someone help ...