User Activity

Hi, I'm using 2 STM32F7-SOMs and the same program for both of them. I have ran my program on the original STM32F7-SOM, and the USB host was working. Then, I ran it on the other STM32F7-SOM, and the USB stucks at enumeration state. Any suggestions or...
I have been able to implement individually:SD + FreeRTOS + FATFS + DMAUSB + FreeRTOS + FATFSI want to know how can I make (SD + USB + FreeRTOS + FATFS + DMA) work. Example would be great. Thank you every much.
Posted on July 14, 2018 at 20:38Hi,Communication: I2CMaster: STM32F746NGH6Slave: bq25895MIDE: Eclipse NeonPreviously, I can read from and write to the slave using HAL_I2C_Mem_Read() and HAL_I2C_Mem_Write() with I2C communication. After I program my ...
Posted on July 07, 2018 at 04:41Hi, I'm having trouble reading a register in a slave through I2C communication. Slave: bq25895 http://www.ti.com/lit/ds/symlink/bq25895.pdfIn main:while (1){   HAL_StatusTypeDef status = HAL_OK;    uint16_t return_val...