STM32 MPUs Products and hardware related

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 996 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
  • 2079 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...

the two ways of using GPIO peripheral

Hello,I am working with stm32mp157c-dk2I have read the GPIO related parts in documents and wiki. I have also used GPIO from M4 side.Are the following statements correct ?Discovery board STM32MP157C-DK2 has two types of GPIOs connector:GPIO 40 pins co...

IYetk by Associate III
  • 625 Views
  • 1 replies
  • 0 kudos

U-boot standalone application crash system after about 20sec running, is it because watchdog timeout? what

With STM32MP157C-DK2 kit, I am testing U-boot standalone example "hello world" application, it print out some information and then stay in a loop until a key input detected to terminate the application. I found out the example code running for about ...

HZhu.12 by Associate II
  • 632 Views
  • 1 replies
  • 0 kudos