STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

When will HAL be RTOS-aware?

Posted on April 07, 2018 at 18:07This has been asked many times going back some 4 years, but has never been answered with any commitment by ST.There's even this teazer in stm32f?xx_hal_def.h:&sharpif (USE_RTOS == 1U)  /* Reserved for future use */  ...

Frank CA by Associate II
  • 512 Views
  • 0 replies
  • 0 kudos

Alternative to MSC device (MTP)

Posted on March 26, 2018 at 07:30Hello there,I was able to implement an MSC class device basing on external qspi flash memory ( https://community.st.com/message/190720-re-qspi-fatfs-usb-mass-storage?commentID=190720 ).It works, but after some resear...

0690X0000060A4FQAU.png

Bug in HAL SD driver code

Posted on April 06, 2018 at 02:31 I spent the day chasing a bug that I had discovered a year ago, but forgot about. As detailed here: https://community.st.com/thread/39452-sdio-demo-code-doesnt-work-with-usd-ver-1 , there is a flaw in STM32...

usbh_userprocess never called

Posted on October 13, 2017 at 21:30USBH_UserProcess  (USBH_HandleTypeDef *phost, uint8_t id) function never calledI'm using Cube MX 4.22.1. STM32CubeF4 Firmware Package V1.16.0.Stm32F4Discovery board.Cube settings:Peripherals-USB_OTG_FS -> Host_Only...