STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

I2C Repeated Start on NUCLEO-F303RE

Hi to all!Does anyone know how to implement a repeated start in I2C communication?I'm using a NUCLEO-F303RE with the following STM32CubeMX commands:HAL_I2C_Master_TransmitHAL_I2C_Master_ReceiveThese couple of commands don't implement a repeated start...

flavio23 by Associate III
  • 391 Views
  • 1 replies
  • 0 kudos

Question and comments about NAND driver

I am using STM32CubeMX version 4.26.1 - haven't upgraded to 5.0 because my customer won't agree to yet, as there is some stable code produced by the older version which they don't want to regression test right now. The device is the STM32H743IITX, l...

Advice for speeding up USB writes?

Hello, we are using an STM32F7 and are saving image data to USB, using mostly the BSP code (disk_write in usbh_diskio.c -> USBH_MSC_Write in usbh_msc.c and so on). However we have found it's quite slow, 6-7 seconds to save one 400x400 image. I've s...