STM32 MPUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32MP1 - Bare metal on A7

Hi,I have a current project using the M7 that I need to port over to the A7. The goal is to be running bare-metal code on the A7, like we are on the M7. Currently, I am following this open source guide to run bare-metal on the A7 and it seems to work...

mkurtz by Associate II
  • 1030 Views
  • 6 replies
  • 0 kudos

search a char array within an other char array

hi everyoneI'm trying to search for a certain char array(say char Temp[]) within a lager array in this case, char Rcv[500]. here is my codeint scanRcv(char *Temp){ int ii=0; for(int i=0;i<RcvLength;i++){ while(Rcv[i]==Temp[ii]){ ii++; if(ii==strlen...

Ala by Senior
  • 2703 Views
  • 3 replies
  • 0 kudos

How do I enable LinuxPTP PPS Output?

I know that to get PPS output on the Ethernet PPS Pin PG8 that the device tree has to configure the pin for AF11. I also believe that PPS has to be enabled somehow? ​On some embedded Linux systems there is a /sys/class/ptp/ptp0/pps_enable variable to...

Issue with OPTEE driver on version 3.9.0

Hello,Our team is currently working on stm32mp1 boards (the dk2 and the ev1).Our software architecture is using TFA, OPTEE, Uboot and Linux.For our needs, we have developed an SPI driver for OPTEE. The OPTEE version on which we developed this driver ...

romain2 by Associate III
  • 220 Views
  • 0 replies
  • 0 kudos

Traininigs STM32MP1

We are searching for a training possiblity on the MP1 processor, which is in Germany. Mainly we are interested in the HW and the software e.g. multiprozessor handling. There are online courses but they do not deep dive. Anyone an idea about this? ST ...

JMein.1 by Associate III
  • 188 Views
  • 2 replies
  • 0 kudos

Resolved! usage of i2c read command in U-Boot

Hi,I have a custom board with a ST32MP157C and a 24AA025E48 on a i2c bus.In the U-Boot, I want to read the MAC address located in the 24AA025E48 on the i2c bus 1 at address 0x53 at offset 0xFA.When I can use the following commands it works (MAC Addre...

TJann.1 by Associate II
  • 627 Views
  • 2 replies
  • 0 kudos

Resolved! logicanalyser A7-M4 example. DMA memory allocation

HiI am working on the A7-M4 big data exchange example included in the next branch:https://github.com/STMicroelectronics/meta-st-stm32mpu-app-logicanalyserThere is a  la_reserved node that is included in thereserved-memory node of the stm32mp157c-demo...

ALibe by Associate
  • 298 Views
  • 2 replies
  • 0 kudos