STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

SDMMC + FileX on U545

Is there any update on this issue? I have similar problem with being not able to initialize SD Card using SDMMC1 + FileX + ThreadX. Getting SDMMC_FLAG_CTIMEOUT while initialization (SD_PowerON() function). Does someone have maybe a working example of...

MDaniol by Associate
  • 117 Views
  • 1 replies
  • 0 kudos

File Hierarchy problem in MTP

Hello.I am using USBX pima_mtp device class.The project uses the example from @example with some changes:Storage type was changed to ierarchical.Added support for image type associations.MTP functions were implemented in ux_device_pima_mtp.c Each obj...

root__1 by Associate
  • 296 Views
  • 1 replies
  • 0 kudos

Resolved! Use of .c or .h files

Hi, I am curious one thing when using the HAL libraries. Just as an basic exapmle i assign LED1 to PB12 pin of STM32F070CBT6 as an GPIO_output. And i want to use HAL_GPIO_WritePin(GPIOB, LED1, LED1_SET); instead of HAL_GPIO_WritePin(GPIOB, GPIO_PIN_1...