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

STM32U575VGT: Autonomous SPI reading

I have a project where a STM32U575VGT must convert a SSI multiturn encoder value into a parallel single turn value for GPIO output. The SSI values are 3 bytes long, and it would be best if the CPU is only interrupted when the last 2 values differ. I ...

Roth.Ian by Associate II
  • 144 Views
  • 8 replies
  • 0 kudos

USBPD Library Never sends PS_RDY

Hello,I've been adapting the DRP1M1 USB-PD DRP reference design for use on a custom STM32U5A9 Board, and have run into an issue where it seems like ST's compiled USBPD library just stalls during negotiation as a SRC device.Hardware: STM32U5A9, custom...

JoeMck by Associate II
  • 55 Views
  • 1 replies
  • 0 kudos

Resolved! STM32H753ZI / MDMA issue with linked list (DMA ADC)

Hi, I would like to use MDMA to get values from ADC. I have one adc set with 6 channels, starting conversion with timer (100µs). So I would like to save in memory adc values like that : val1, val2, val3, val4, val5, val6 -> val1(100µs),val1(200µs)......

before.jpg after.jpg
lclor by Associate III
  • 164 Views
  • 5 replies
  • 0 kudos

STM32H563ZIT6 external loader fail

I'm currently developing an external loader on STM32H563ZIT6 development board.I'm facing an issue on programming with cube programmer in the image belowThe problem I think might be linked to interrupt handler of systick. I've attached the Loader_src...

MicheleMalaspina_0-1777545872858.png