cancel
Showing results for 
Search instead for 
Did you mean: 

B-U585I-IOT02A - default external loader

wperf
Associate

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?

 

 

1 ACCEPTED SOLUTION

Accepted Solutions

0x70000000 or 0x90000000, NOT 0x07000000

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

View solution in original post

2 REPLIES 2

0x70000000 or 0x90000000, NOT 0x07000000

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

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