Hi, > > At my best try, it could communicate with the arm7, but I got the > following messages on the screen: > Info: options.c:50 configuration_output_handler(): Command probe not > found > Info: options.c:50 configuration_output_handler(): Command erase not > found > Info: options.c:50 configuration_output_handler(): Command write not > found > > Your problems start here (from the log):
Error: str7x.c:188 str7x_flash_bank_command(): unknown STR7x variant: '0' Try with the following line in the configuration script, instead of yours: flash bank str7x 0x40000000 0x00040000 0 0 0 STR71x If you look at the source files, there are some scripts to help you start writing your own: /src/target/target/str710.cfg Edgar -- Edgar Grimberg System Developer Zylin AS Phone: (+47) 51 63 25 00 _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
