STM32 MPUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 1211 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
  • 1360 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
  • 1132 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
  • 1404 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...

I can't connect consol using ssh by STM32CUBEIDE

I made linux configuration by virtualbox. and I did copy to board  kernel file by ssh(scp command). now I am testing M4 firmware .https://wiki.st.com/stm32mpu/wiki/Getting_started/STM32MP1_boards/STM32MP157C-DK2/Develop_on_Arm%C2%AE_Cortex%C2%AE-M4/M...

bkwak by Associate II
  • 1591 Views
  • 3 replies
  • 0 kudos

SDIO clock on the STM32MP157A-EV1

I'm using STM32MP157A-EV1.It configured boot from eMMC mode.This is because SDIO is used as interface.I inserted the uSD card into the slot for trial.The information of SDIO is as follows.root@stm32mp1:~# cat /sys/kernel/debug/mmc0/iosclock:     9900...

Osamu by Associate II
  • 1363 Views
  • 3 replies
  • 0 kudos

Other ways for working with interconnect between MPU and MCU

Hi all! Can anybody give advice about other methods of working with interconnect between MPU and MCU. I saw example working with RPMsg, but in this case we have a problem with memory, because we need a big buff in MCU for data. Now we trying to use D...

VKare.1 by Associate II
  • 798 Views
  • 1 replies
  • 0 kudos

Resolved! A question regarding OpenAMP RPMsg example

Hi, I'm currently porting OpenAMP virtio to Arduino platform: https://github.com/stm32duino/Arduino_Core_STM32/pull/766I would like to share one thing about the OpenAMP examples in CubeMP1.Here is the implementation of MAILBOX_Poll:int MAILBOX_Poll(s...