STM32 MPUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Not able to send and receive data on I2C ports

Hi,I'm trying to send and receive data over an I2C port.Working with STM32MP15 ecosystem release v2.0.0 (concrete STM32MP157F-EV1 and openstlinux 5.4 dunfell) and i2c-tools. I want to access I2C2 on MB1262C IO EXPANSION connector CN21.Following this ...

DmnSd by Associate III
  • 1208 Views
  • 6 replies
  • 0 kudos

UART DMA fifo error

I have a new problem about serial communication. When UART sends and receives data quickly, there will be FIFO error.This is my code 

0693W0000059z05QAA.jpg 0693W0000059z00QAA.jpg
Yli.8 by Associate II
  • 524 Views
  • 1 replies
  • 0 kudos

Resolved! Can't run gtk_hello_world example on STM32MP157A

Hi, i dont know if it is a stupid question or not but anyways, I was following the STM32MP157A-DK2 tutorial for developing on ARM Cortex A7 i maked the example given for hello_world.c with given makefike. It works fine on my linux pc but the borad i ...

MÇerçi by Associate III
  • 1117 Views
  • 8 replies
  • 1 kudos

Accessing AWS Restpoint not possible

HelloI got a problem accessing a Rest point server.In what follows I will give you the verbose output on my STM32MP1 (Running under Buildroot)And the second one my Laptop (Ubuntu 18.04)I don't understand why is it working on one and not on the second...

Error trying to build dtb

Hi, I tried to follow the example in the youtube workshop, moving a pwm timer to the a7 side. I was able to create a dts file with cube mx but when running make to build the dtb i get"reference to non existent node or label "ethernet_mac_address""Is ...

OHaza.1 by Associate III
  • 425 Views
  • 2 replies
  • 0 kudos

New - STM32 MPUs Ecosytem Release V2.1

Dear STM32 MPU Community,We are please to announce that New MP1 Ecosystem V2.1.0 is available. Please check out the Release note on STM32 Wiki to get complete description of content and new features. Please pay attention to the following : Ubuntu 20....

MPU security empowerment

Hello,My goal is to harden my Hardware security. I am using an STM32MP157C and buildroot as main distro.What exactly do I need to know when it comes to security? I am dealing with the hardware part and I am working on an IoT project.My colleague take...

Help getting console on UART4

Are there any specific kernel config options to get the console to work on UART4?I feel like I've tried every permutation of build, DT, and loading configuration at this point.I'm working on a custom board with a new 'machine' building on the Distrib...