STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM327H73 and USB2514 continued problems

We are continuing having a bear of a time getting the USB2514 to work properly with the STM327H73 both with the USB2514 built into our board and also with the STM327H73 connected to a EVB-USB2514BCQFM36 eval board.The latest issue is as follows:Conne...

PCevo.1 by Associate III
  • 237 Views
  • 2 replies
  • 0 kudos

Resolved! POSIX support in FreeRTOS on STM32

Hello,As far as I know,STM32 does not support the POSIX abstraction layer for FreeRTOS.That means I can not use functions like:Interact with tasks through: 'pthread_create', 'pthread_join'..Use POSIX glue elements like: 'pthread_mutex'...EtcIf I am p...