Hi,
unfortunately I don't have installed DIAB on my machine, but with DIAB toolchain it should be similar. Right click on project name -> Properties -> Settings and choose Cross Settings:
jiri_kral_0-1614601165243.png
Then press Apply button. You will see new section -Flash Image in settings:
jiri_kral_1-1614601281683.png
If there is no such option - you may add a post build step with command:
mb-objcopy -O srec your_elf_file.elf your_srec_file.srec
jiri_kral_2-1614601412250.png
Jiri