2024-12-03 10:12 AM
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.
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?
Solved! Go to Solution.
2024-12-03 10:42 AM
0x70000000 or 0x90000000, NOT 0x07000000
2024-12-03 10:42 AM
0x70000000 or 0x90000000, NOT 0x07000000
2024-12-03 11:48 AM
Thanks. I don't know how I could have missed it.