STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Problem calculating CRC32 with DMA (STM32U585)

Hello,perhaps someone here has an idea what's going wrong:I wrote a small program with cube ide to calculate a crc32 (standard polynom 0x4c11db7). It took me some time, but now I get the same result when using HAL_CRC_generate and 'manually' feeding ...

GunterH by Visitor
  • 30 Views
  • 0 replies
  • 0 kudos

SPI DMA cannot send multiply bytes

Hi, I'm using STM32G431 to drive my SPI screen. Due to the high cpu load, i decided to change the IT sending mode to DMA. After putting a little changes on code, it doesn't work any more, and i have confirmed it will work again once get it back to IT...

Resolved! DMA and GPIO on STM32C031G6

I would like to sample the entire GPIOA Port using the DMA and TIM16. TIM16 triggers the DMA which in turn is supposed to copy the content of the IDR register of GPIO onto an array. This works fine if I use the CNT register of TIM16 as CPAR. When I s...

areum by Associate
  • 64 Views
  • 1 replies
  • 1 kudos

PSSI DMA or IT on STM32H5?

Hello!I have not been able to figure out how to get PSSI DMA working for the H5. For other peripherals, there is a DMA-tab in the configuration, but not for PSSI. Similarly, I have not been able to find any way of using interrupts for transmitting or...

olaan by Associate II
  • 751 Views
  • 8 replies
  • 1 kudos

Resolved! STM32U5A5 OTG_HS USB Host with DMA not enumerating

Hello,I have been utilizing the OTG_HS peripheral on an STM32U5A5 to act as a USB host. I am using the USBx stack in a non-secure application and initializing the peripheral as follows: VOID USBX_APP_Host_Init(VOID) { MX_USB_HCD_Init(); ux_host...

Namr by Associate
  • 182 Views
  • 2 replies
  • 1 kudos

Need help with specific I2C DMA setup on STM32U5

Hello,I am trying to implement the following: a timer (tim3) is set to PWM generation, outputting a pulse periodically. Its TRGO triggers the DMA channel to request I2C to initiate a read transaction, read 8 bytes and generate an event interrupt (TC ...

ruddy17 by Associate II
  • 316 Views
  • 5 replies
  • 1 kudos

ADC to DMA not working on Nucleo-U545RE-Q

Hello.I have problems to get DMA with ADC working.I'd like to collect 2 values from PA3 and PA4 and store them in an array (convertedData_u16). I configured ADC1 with Channels 8 and 9, and GPDMA1 with Channel1.I can see that data is being collected i...

Labels