Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - stephen1w

#1
I found FM can "Play wave file when programming complete".
From the menu "Options"-->"Avanced options"-->"Misc".

I would really be nice to see a new function "Execute custom program when programming complete" can be added in next release version.

For example,I want to program different Hex File (content is different,file name is the same) to the LPC2364 chips.The difference between the Hex Files is just some bytes indicate Ethernet MAC Address,because each chip must have unique Ethernet MAC Address.And I write a program called "update_hex.exe",It opens the Hex File,increase the MAC Address automatically,then modify the MAC Address bytes in the Hex File.

Now, my programing steps are :
1.Click Flash Magic "Start" button to progrmming.
2.Wait until programming is finished.
3.Manually execute my "update_hex.exe" program to increase the MAC Address bytes in the Hex File.
4.Do the steps above again to programming another chip.

But sometimes I forgot the 3rd step(execute update_hex.exe),so some chips have the same MAC Address. :'( :'( ??? ???

So I'd like to see FM can add "Execute custom program when programing complete" function.And I can let FM Execute  "update_hex.exe"  automatically.

Thanks
Stephen