Skip to main content
Associate
December 3, 2024
Solved

B-U585I-IOT02A - default external loader

  • December 3, 2024
  • 1 reply
  • 683 views

1. I have encountered a problem when trying to use B-U585I-IOT02A board with the default external loader available in stm32cubeprogrammer (M25LM51245G_STM32U585I-IOT02A). There is an error when trying to read, or write external flash memory, but erase seems to work fine. I am attaching the error screenshot.

wperf_1-1733248971778.png

From my program (FW - not external loader) external flash works well. What could I have done wrong? It seems very simple, however, it doesn't work as per the instructions and tutorials.

2. Is there any good instruction on how to build an EWARM example project into a .stldr file without an IAR?

 

 

Best answer by Tesla DeLorean

0x70000000 or 0x90000000, NOT 0x07000000

1 reply

Tesla DeLorean
Tesla DeLoreanBest answer
Guru
December 3, 2024

0x70000000 or 0x90000000, NOT 0x07000000

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
wperfAuthor
Associate
December 3, 2024

Thanks. I don't know how I could have missed it.