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

Dynamic Allocation Issues with SDRAM

Hi,I'm working on a project using STM32H733 and Azure RTOS. I have written my own implementation of malloc and other memory allocation functions. I'm using the `tx_byte_pool_create` function to first create a byte pool in SDRAM and then using `tx_byt...

Umair_0-1760679685655.png Umair_1-1760679875019.png Umair_2-1760680331343.png Umair_3-1760680453337.png
Umair by Associate II
  • 135 Views
  • 0 replies
  • 0 kudos

STM32h735g ADC3 Support in Zephyr

I am trying to use pins on ADC3 of an STM32h735g in Zephyr, but I am getting a "Could not read (-22)" error, despite not having issues with ADC1. Is ADC3 supported? If so, can you help me with how to configure it?This is based on the Zephyr samples/d...

anthonyog by Associate II
  • 680 Views
  • 13 replies
  • 2 kudos

Resolved! USB PD AVS support in X-CUBE-TCPP

Hello, I don't seam to see anything related to the implementation of the USB PD AVS system to allow a sink to request voltages of up to 48V. Am I miss-reading the X-CUBE-TCPP code? If it is missing, is there a plan to implement it? Thanks a lotHave a...