Is arm-elf-insight able to download program?

Dear all,

Is arm-elf-insight able to download program to both internal flash and external intel command set flash?

Or it can only load program into RAM?

Thanks!

Kevin

Hi

The load command in arm-elf-insight, that is the gdb debugger , can only download files to RAM when connected to OpenOCD. The load command uses memery writes on OpenOCD that cannot write to flash

Programs can be loaded into flash with the openocd command “flash write”, in aem-elf-insight the command is “monitor flash write”

Regards,

Magnus

Thank you so much!

Regards,

Kevin