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

DMA2D minimum width requirement?

Hello,I'm using a H743 with the DMA2D device in RegToMem mode.  Generally it seems to work for larger images, but I've been trying to fill a small rectangle (5 x 60) pixels, and I was expecting 300 write pulses.  Instead, I'm getting 480 pulses (8 x ...

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...

Resolved! Read temperature calibration value doesn't work

Dear SupportI am using STM32H563, try to get internal Vref, and temperature working, and ADC conversion is OK, but when using macro  __HAL_ADC_CALC_VREFANALOG_VOLTAGE, and __HAL_ADC_CALC_TEMPERATURE to convert to Vref and temperature, it ends up a in...

Ping1 by Associate II
  • 62 Views
  • 1 replies
  • 0 kudos

Stm32l011 refuses to go into stop mode

Hello everyone, I have a problem with my STM32L011G4U6, I want to put it in stop mode or in standby mode, but the two modes are not taken into account, only the sleep mode works, I must surely make a mistake but where? here is my function:   void E...