I'm trying to compile a binary file in Keil.
I followed the instrudiction and added this to Options for Target - User - After Build/Rebuild
C:\Keil_v5\ARM\ARMCC\bin\fromelf.exe --bin --output=sps_device.bin out_580\sps_device.axf
But a just get a folder called sps_device.bin. There're 5 files in (called ER_IROM1, ER_IROM2...). How get I one .bin file?