STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 2109 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
  • 677 Views
  • 5 replies
  • 0 kudos
Labels