STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion 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
  • 758 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
  • 1385 Views
  • 1 replies
  • 1 kudos

STMCubeIDE ADC_RegularConversion_DMA example error

Dear everyone, I am using an STM32F429ZI Nucleo board and using the ADC_RegularConversion_DMA example on STMCubeIDE 1.10.1I must say on a first point of fiew, the example seems to work fine, there are some analog data in the variable: __IO uint32_t u...

_legacyfs_online_stmicro_images_0693W00000biaEFQAY.png _legacyfs_online_stmicro_images_0693W00000biaEZQAY.png _legacyfs_online_stmicro_images_0693W00000bia8OQAQ.png
JGall.5 by Associate
  • 655 Views
  • 0 replies
  • 0 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
  • 1121 Views
  • 3 replies
  • 0 kudos

Resolved! How to run bootloader on bricked STM32H7 Discovery kit?

I have recently bricked my STM32H7 discovery kit by trying to select the M4-only boot option, but I am no longer able to connect the debugger. I have had a similar problem with the Arduino Giga board but I managed to "unbrick" it by running a bootloa...

Clem1 by Associate III
  • 2188 Views
  • 4 replies
  • 1 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
  • 1667 Views
  • 3 replies
  • 0 kudos