Can we load .bin file in place of .elf file for debug purposes in the system workbench for stm32 , I do not need break points , I know I can load the same file using j_flash utility but I want this process with system workbench
At the debug mode I would not like to provide .elf file , as the generated elf file does not have CRC that is generated .In STM system workbench I use post build command to generate .bin file and than I use srec-cat script to generate CRC on this .b...