STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Is there any max bytes limitation on function HAL_I2C_Mem_Read_DMA() using STM32F746IG and FW1.17.0 ?

I´m trying read bytes from Adafruit I2C Non-Volatile FRAM Breakout module (ic MB85RC256V from FUJITSU) in my STM32F746IG custom board.Using FW 1.16.2, I can read 512 bytes using HAL_I2C_Mem_Read_DMA.Using FW 1.17.0, The I2C stops (clock pin goes down...

ALORE.1 by Associate II
  • 1767 Views
  • 8 replies
  • 0 kudos

Resolved! sprintf gives a hard fault

HiI have a problem where my NUCLEO-U575ZI-Q board gets a hard fault if I use sprintf. I reproduced the error by creating a new project based on the sample project "Tx_Thread_Sync". So I am using Threadx.I then added two lines to the app_threadx.c  ch...

APede.1 by Associate II
  • 3461 Views
  • 7 replies
  • 1 kudos

FATFS_LinkDriverEx(.....) returns error

code generated for stm32l0xx with FAT option ticked, generates following stub, I believe missing the equal sign in if condition:uint8_t FATFS_LinkDriverEx(const Diskio_drvTypeDef *drv, char *path, uint8_t lun){ uint8_t ret = 1; uint8_t DiskNum = 0; i...

HAHA by Associate II
  • 1134 Views
  • 5 replies
  • 0 kudos