STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion 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
  • 774 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...