STM32 MPUs Products and hardware related

Ask questions and find answers on STM32 microprocessors, including hardware, power, DRAM, flashing, interfacing, device tree, and peripherals.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

level sensitive IRQ on GPIO

Hello, I am using the ST32MP157c-dk2. I want to adapt the mcp2518xxfd driver the bsp. The driver uses a level sensitive irq on a gpio. Since I have not been able to configure a level sensitive irq, I tried it edge sensitive. But this configuration fa...

FHill by Associate
  • 1293 Views
  • 4 replies
  • 0 kudos

spread spectrum on STM32MP1

Hi,I have to use the spread spectrum on PLL4 on STM32MP1I have set the pll4 in tfa and u-boot as followstfa     pll4:st,pll@3 {    cfg = < 1 49 11 10 1 3>; csg = < 80 80 SSCG_MODE_CENTER_SPREAD >;  };u-boot  pll4:st,pll@3 {    cfg = < 1 49 11 10 1 7>...

MArdi by Associate II
  • 1271 Views
  • 4 replies
  • 0 kudos

Resolved! speaker output in STM32MP157C-EV1

HI, All.I would like use speaker output in STM32MP157C-EV1. I revised the wiki but there aren't references about how play audio with speaker output. Is it enable speaker output to this board? Is it possible enable this output to play audio?Regards!Al...

AVazquez by Associate III
  • 3180 Views
  • 4 replies
  • 0 kudos

How to increase the RPMsg buffer size?

i want to increase the RPMsg buffer size as suggested in this thread:https://community.st.com/s/question/0D50X0000AnuE1XSQU/what-is-the-maximum-transmission-interprocessor-bandwidth-on-stm32mp1i already tried the following:On the M4:Changing RPMSG_BU...

rengl by Associate II
  • 1347 Views
  • 1 replies
  • 0 kudos

Resolved! VIRT_UART (or RPMsg framework) on M4 cannot send messages until A7 host sends a message.

While I'm modifying the code of OpenAMP Echo, I found that VIRT_UART_Transmit() fails until host Linux sends any message (like $ echo "A" > /dev/ttyRPMSG0).After Linux send a message everything works as expected.After digging into it a little bit, I ...

STM32MP157AAA3 use LPDDR3?

I designed a PCB using LPDDR3 and STM32MP157AAA3 MPU, but I accidentally found that u does not support, this is not a pit man? Why is this diagram on the DDR instruction manual AN5122, I'm designing it accordingto this. But now pcb has produced how t...

0690X00000ArjACQAZ.png
Mokail by Associate II
  • 2769 Views
  • 12 replies
  • 0 kudos

Resolved! Toogle Pins for STM32MP157C-DK2

Hello,I am working on the evaluation board STM32MP157CDk2I am trying to add my code in the main method while loop in order to toogle pins.I added the following code:while (1) { /* USER CODE END WHILE */ HAL_GPIO_TogglePin(atoi(1), GPIO_PIN_1...