2022-12-25 08:54 AM
2022-12-26 02:01 AM
Show steps to recreate... How you import into IDE?
Check external loader setup in IDE debug config...
2022-12-27 05:10 AM
Hey, What to choose?
2022-12-27 06:46 AM
Finlay figure it out thanks for the pointer,,,MM..1
Added MX25L6433F_GFX01M2_STM32G0.stldr to External loaders...
Does any one know were in doc one can read about this? How shuld one know how to do this?
2023-01-02 05:39 AM
Hello PEkbe.1,
What you did is correct. All ours TBSs based on X-Cube-Display module (STM32G071 AZ1-AZ2/ STM32WB55 AZ1-AZ2, STM32U575 AZ1) need a specific external loader which is not provided by default on STM32CubeIDE and this is why we need to add them manually by copying it to the installation folder.
I've found another thread which treats this issue actually, I'll invite you to have a look at it.
/Osman
2023-01-04 06:59 AM
Thank you!
To: ST still irritated that you don't mention it anywhere...
Would have saved me a bunch of time...
2023-01-05 05:27 AM
Question @Osman SOYKURT
When I'm done with code and have all GUI working, were do I get a new MX25L6433F_GFX01M2_STM32G0.stldr for my own hardware?
What I mean is do I need to create a custom external loader? If so how is this done?
2023-01-06 01:02 AM
Hello PEkbe.1,
This external loader is included in the TBS itself in the gcc folder :
/Osman
2023-01-06 01:06 AM
Yes you need new loader, but only if you change pinout connection or flash chip type.
2023-01-08 12:41 AM
Just because I'm a curious type :)
How is a loader created?