STM32 MPUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Issue running Hello world application

Hi, I am using STM32MP157D-DK1 board to cross compile my application from host pc.My host PC is installed with ubuntu 20.04. I have setup the build environment in host pc. When i am executing the hello exe in STM32MP board.Please find details below. ...

YRedd.2 by Associate
  • 638 Views
  • 1 replies
  • 0 kudos

Sending Raw Ethernet Packages using STM32MP157C-DK2

Hi, we tried to send raw ethernet packages using a STM32MP157C-DK2. We used this simple C code here: https://gist.github.com/austinmarton/1922600The code works well on Linux x86 systems as well on Raspbian, but not on the STM32MP157C-DK2 [1]: Sending...

GTelk by Associate II
  • 846 Views
  • 0 replies
  • 0 kudos

Support for Murata 1YN CYW43439 chipset

Hello everyone,I am trying to integrate the Murata Wi-Fi/BT combo module 1YN in a custom board design based on stm32mp1. The BT part works fine, while the Wi-Fi is not initialized by the system.Apparently, the chipset variant CYW43439 is not supporte...

bimorqt by Associate III
  • 3854 Views
  • 4 replies
  • 0 kudos

How to activate FDCAN in production mode

Dear ST Community,I'm working with fdcan on stm32mp157d-dk1, the fdcan works properly in engineering mode, but i have an issue when in production mode, I found that I have to add the fdcan to the device tree, then I tried to compile the dts generated...

BJlou.1 by Associate II
  • 1319 Views
  • 3 replies
  • 0 kudos

Linux distribution for "STM32MP151AAA"

Hi team,​I'm trying to build my own Linux distribution for "STM32MP151AAA" now.​https://wiki.st.com/stm32mpu/wiki/OpenSTLinux_distributionAre there only the following two images that I can select by referring to the above URL?Is the difference betwee...

tatsuya by Associate II
  • 592 Views
  • 1 replies
  • 0 kudos

Resolved! About the SRAM4 access size from M4 and A7 cores

Many thanks for your help!Currently, we are using the SRAM4 memory as a shared RAM mapped between the M4 and the A7 cores. We have a Linux application that writes full 32bit values from the A7 core, as in the following snippet: *(volatile uint32_t...