STM32 MPUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32MP15x PWM with DMA

Hi,I am using a STM32MP151AAA3 and i need to control an RGB LED via PWM control (something like the WS2812B). I was looking into the PWM driver options for Linux side control and can't find options for PWM control for specific buffer sizes or anythin...

RBerk.1 by Associate III
  • 299 Views
  • 2 replies
  • 0 kudos

Resolved! STM32MP135 - BAREMETAL - UART - DMA

Hello, I am currently using bare-metal MP13 solution in CubeIDE. I want to integrate uart with DMA. After configuring DMA settings for uart4, a following fragment of DMA init code has been generated:NVIC is not available for Cortex-A, but still its f...

jschneider_1-1704878867812.png

Resolved! STM32MP157 DK2 M4 debug issue

Dears,I'm using STM32MP157C-DK2 board in production mode.Now I'm debugging the firmware in M4 core. However, when I insert a breakpoint at DMA interrupt handler and wait for a while, it will crash the whole system (A7+M4) and lead to the reset.I also...

STM32MP157F-DK2 Dual ADC with DMA

Dear all,I'm currently using the STM32MP157F-DK2 series, and I'm trying to use the ADC1 and ADC2 in dual regular simultaneous mode triggered by TIM2 out event. Also, I used one DMA stream (DMA2_stream0) to read the ADC values of the Common Data Regis...

image_2023-09-21_165417637.png
jutoroa by Associate III
  • 4169 Views
  • 4 replies
  • 0 kudos

STM32MP157 Slave ADC can not get correct value.

Dear all,I have a question about ADC.When i used adc in dual regular simultaneous mode, master adc can get correct value, but slave adc can not.Does anyone have some idea?These are my ADC 1 and 2 configuration.In my understanding adcData_DMA = ADC_CD...

Ken_102633_2-1693187253128.png Ken_102633_1-1693186962285.png Ken_102633_0-1693186930718.png