How do i need to create .bin file for an QSPI memory?
I am a beginner and I do according to this video "External Qaspi Loader How to - 05 - Qspi Driver Coding" https://youtu.be/XqCq0xtQmbI I uploaded the project "EXTERNAL QSPI Loader" to stm and now question about .bin file
How to create a data file to be stored in the Flash memory,
which can be a binary file or .hex?
For example, I have a project "Hello World" and I want to upload it to external QSPI memory.
I need as usual to create a project "Hello world" and just indicate in the stm32CubeIDE settings to create a .bin
Or I need to make some additional settings for my "Hello world" project like, MPU configuration!?!
And the resulting file, to program Quad-SPI Flash memory using the ST-LINK utility...
