Hi again, and thanks for the quick update:) Could you additionally change one of the occurrences of "Silicon Labs" to "Silabs" and another one to "Silicon Laboratories" to make it easier yet for search machines?
One could also probably use the tool srecord http://srecord.sf.net for some read/modify/write operation. I'm guessing about the command line but it might be some permutation of: srec_cat /sys/class/c2port/c2port0/flash_data --binary \ -exclude -within infile.hex -intel \ infile.hex -intel \ -o /sys/class/c2port/c2port0/flash_data --binary hex to bin conversion with backfill could be something like: srec_cat infile.hex -intel \ -fill 0xff 0 7680 \ -o outfile.bin --binary (both commands untested...) Greetings, Frieder ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Sdcc-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sdcc-user
