Skip to main content
MBhin
Associate II
June 12, 2019
Solved

How to create STM32MP157AAAx Example Project

  • June 12, 2019
  • 13 replies
  • 6482 views

Hi ST Community,

i am using STM32CubeIDE. But i can not create an example project as i am getting the following error.

0690X000008iVU1QAM.jpg

But according to old posts related to STM32MP157, other users have created the example project successfully. Need some help please for getting started.

i am using STM32CubeIDE v1.0.0.

Best Regards,

Usman

This topic has been closed for replies.
Best answer by PatrickF

Good to hear it is working, for our knowledge, what's went wrong ?

For Linux debug, please have a look to https://wiki.st.com/stm32mpu/wiki/Linux_tracing,_monitoring_and_debugging

13 replies

MBhin
MBhinAuthor
Associate II
July 3, 2019

i tried with another d card and now i am getting following error

NOTICE: CPU: STM32MP157AAA Rev.B
NOTICE: Model: STMicroelectronics STM32MP157C eval daughter on eval mother
NOTICE: Board: MB1263 Var1 Rev.C-01
INFO: Reset reason (0x15):
INFO: Power-on Reset (rst_por)
INFO: Using SDMMC
INFO: Instance 1
INFO: Boot used partition fsbl1
WARNING: Failed to access image id=28 (-2)
ERROR: Partition ssbl not found
PANIC at PC : 0x2ffdb96b
 
Exception mode=0x00000016 at: 0x2ffda000

Bernard PUEL
Technical Moderator
July 3, 2019

DK1 board is a DK2 board without the daughter board (LCD, WIFI, BT). So how could you have a LCD on your DK1 board ? I guess you have a DK2 board so should use the right TSV file.

PatrickF
Technical Moderator
July 4, 2019

on EVAL board, could you try Flashing eMMC instead of SD-Card, using FlashLayout_emmc_stm32mp157c-ev1-trusted.tsv ?

If fail during USB reconnect, could you try to add -tm 20000 to the CubeProgrammer command line ?

In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.NEW ! Sidekick STM32 AI agent, see here
MBhin
MBhinAuthor
Associate II
July 4, 2019

thank you so much everyone for helping me, it was very helpful. its working now.

one last question on this topic, can we debug the hello world example, which run on linux?

PatrickF
PatrickFBest answer
Technical Moderator
July 4, 2019

Good to hear it is working, for our knowledge, what's went wrong ?

For Linux debug, please have a look to https://wiki.st.com/stm32mpu/wiki/Linux_tracing,_monitoring_and_debugging

In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.NEW ! Sidekick STM32 AI agent, see here