Failed to run code in DDR of STM32MP135F-DK?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2024-06-03 1:41 AM
Running the code "MP13_BSP_BasicTemplates" in the DDR of the STM32MP135F-DK succeeds,But running the code "UART_Receive_Transmit_Console_A7" in the DDR of the STM32MP135F-DK fails(“USE_DDR” Macros added,Link text has been modified),Errors are as follows:
Solved! Go to Solution.
- Labels:
-
STM32MP13 Lines
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2024-06-03 2:00 AM
Hello @zhuij.1
In order to make the FW run in DDR, you have also to remove "monitor reset" in the debug configuration of the "UART_Receive_Transmit_Console_A7", in the startup tab.
rgds,
David B.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2024-06-03 2:00 AM
Hello @zhuij.1
In order to make the FW run in DDR, you have also to remove "monitor reset" in the debug configuration of the "UART_Receive_Transmit_Console_A7", in the startup tab.
rgds,
David B.
