STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

linker issue with freeRTOS osMailQId

HiIn main.c I have got these lines: osMailQDef (object_pool_q, 10, MEM_memberTypeDef); // Declare mail queue osMailQId (object_pool_q_id); object_pool_q_id = osMailCreate(osMailQ(object_pool_q), NULL);in another file in my therad I want to access obj...

MK..1 by Associate III
  • 424 Views
  • 0 replies
  • 0 kudos

Resolved! SBSFU settings vs. application settings

I'm running the SBSFU on a STM32H7 where I can succesful upload a new application and it is starting. The application is running on an external flash.The question is, can I simply change the clock system settings to the applications need at startup o...

SHaue.2 by Associate II
  • 999 Views
  • 1 replies
  • 1 kudos

Resolved! STM32U575I-EV - This eval board is supposed to source power to the USB-C connection but as far as I can tell, my board does not. Are there additional configuration steps I need to take for the board to source USB power?

 I am using the UX_Host_MSC example project. When a connect a USB drive to the USB-C port, the demo app detects a physical connection but power is never activated.

KBret.1 by Associate II
  • 875 Views
  • 3 replies
  • 0 kudos

Resolved! Is there an example for the ll_ucpd driver?

I am developing on the STM32U5 family and i need to use UCPD. As far as I know the UCPD middleware is no supported on this family, so I need to implement my functionality using the LL driver for the UCPD module. I am not experienced with usb power de...

MCseh.377 by Associate II
  • 1243 Views
  • 3 replies
  • 0 kudos