STM32 MPUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32MP153/157 periphery

Hey,As a hardware engineer, I worked for a long time with the M7 controller.For a Specific Algorithm, It seems like I should use a stronger core then the M7 480Mhz, when the purpose is to Calculate in Real-time.one of the options is to use the MP153/...

Pkats.1 by Associate II
  • 896 Views
  • 1 replies
  • 0 kudos

Resolved! How to use remoteproc on STM32MP151?

I want to use remoteproc to load and start firmware on Coretex-M4 from Cortex-A7.I refer to the following Wiki page.https://wiki.st.com/stm32mpu/wiki/Linux_remoteproc_framework_overviewIn above Wiki page, I have tried [4.1.1 Remote processor boot thr...

HMasu.1 by Senior
  • 1931 Views
  • 18 replies
  • 0 kudos

Resolved! How to specify the address to load Cortex-M4 firmware?

I want to know how to specify the address to load Cortex-M4 firmware when U-Boot or Linux Kernel load the firmware of Cortex-M4 in Retention RAM.​And, how to specify the address to load Cortex-M4 firmware if I load the firmware of Cortex-M4 in Retent...

HMasu.1 by Senior
  • 355 Views
  • 2 replies
  • 0 kudos

Resolved! How to get STM32Cube_FW_MP1_V1.2.0RC2?

want to exchange large data buffers with the coprocessor.I have done following wiki page.​https://wiki.st.com/stm32mpu-ecosystem-v1/wiki/How_to_exchange_large_data_buffers_with_the_coprocessor_-_example#Source_code​I want to analyze Cortex-M4 source ...

HMasu.1 by Senior
  • 339 Views
  • 2 replies
  • 0 kudos

Resolved! M4 libc startup code crashing using nosys.specs

Trying to run some test code on the M4 core of a custom stm32mp151a board and can't seem to get far. I have been successful in getting u-boot working on the A core, so the majority of the board has been proven functional.I will attach my make file as...