STM32 MPUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Firmware does not run properly after stop and start

Hi, I'm currently working with the STM32MP157-DK2. I built a firmware to run on the Cortex M4. To load/start/stop the firmware by the A7 I use :echo -n "firmware_name" > /sys/class/remoteproc/remoteproc0/firmwareecho -n start > /sys/class/remoteproc/...

Lukas1 by Associate III
  • 1632 Views
  • 6 replies
  • 0 kudos

Resolved! How to enable hardware flow control (rs485)?

I am using the STM32MP157C-DK2 board. I fixed the stm32mp157a-dk1 file as shown belowGenerated the device tree blobs (* .dtb) and updated the device tree blob on the board.I sent an echo "hello!" > /dev/ttySTM1and I see that the RTS pin is held for t...

0693W000000UTzhQAG.png 0693W000000UU1YQAW.png 0693W000000UTxgQAG.png 0693W000000UTxlQAG.png
ASido by Associate II
  • 2849 Views
  • 3 replies
  • 0 kudos

Resolved! USB-OTG suspend on connect

Hi,We're using a STM32MP157C on a custom board and trying to get ethernet over USB to work. We have a type B USB connector on the board and when a cable is connected, the USB peripheral seems to get suspended as the logs from dwc2 shows. We've seen t...

MLars.10 by Associate II
  • 1218 Views
  • 3 replies
  • 0 kudos

Resolved! How to build logicanalyser example M4 firmware?

Hi,not sure if I am missing something obvious here:https://github.com/STMicroelectronics/logicanalyserI cloned the sources and imported everything into CubeIDE, however it does not see any make targets, when I try to build how2eldb's main.c I get:***...

Jin by Associate II
  • 1363 Views
  • 6 replies
  • 0 kudos

Resolved! STM32MP1xx: Ethernet assignment to cortex-M4 core?

Hello, we are going to develop an application which requires the usage of a cortex-m core that communicates through ethernet.Both the wiki and the migration guide (AN5253) from cortex-m4 to MP1 says this is not possibile. Is it really true? Looking a...

CMase.1 by Associate II
  • 1140 Views
  • 4 replies
  • 1 kudos

Resolved! STM32MP157-DK2 problems RPMsg

I want to exchange data between M4(running custom firmware) and A7(running OpenSTLinux) by using the Linux RPMsg framework.The ST-wiki refers to https://www.kernel.org/doc/Documentation/remoteproc.txt.I tried to run the example given by kernel.org, b...

Lukas1 by Associate III
  • 1417 Views
  • 3 replies
  • 0 kudos

Resolved! STM32MP1 no OS

Can I use STM32MP1 without an operating system?Linux is harder for me to master than a microcontroller.It would be convenient if the cube generated code hal for the processorIs there a similar feature planned?If not, is there a step-by-step instructi...