an2295 Version 9.2.1 GUI source code?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

an2295 Version 9.2.1 GUI source code?

737 Views
dougpaulsen
Contributor IV

*Does anyone know where the source code is for the famous AN2295 version 9.2.1 boot loader GUI is located?


The version 9.2.1 consists of two parts:  (1) the "Bootload Control.exe" GUI and (2) the hcs08sprg.exe backend.  The source for the hcs08sprg.exe back end may be found here:


http://www.freescale.com/files/community_files/8BITCOMM/hc08sprg-update-9.2.1.exe.zip

 

I have modified the hcs08sprg.exe to handle some rather more exotic bootloading which require additional input parameters..  For my debug, I have abandoned the GUI "Bootload Control.exe" and used debug features of Visual Sutdio to supply my custom hcs08sprg.exe with the needed additional parameters..  

 

All is working quite well except that I I find it necessary to publish my test tool for others to use.  As these users don't have Visual Studio, I now find I need to modify the "Bootload Control.exe" to allow independent users to select and enter additional parameters. 

 

The source for "Bootload Control", however, is not included in the above Zip package.  It would obviously be helpful if I didn't have to totally re-invent this front end.

 

As an aside, I've found two AN2295 version 10 packages.  Those do include the equivalent of hcs08sprg.exe, but those are for a later version of Visual Studio which I do not have.

 

Thanks for any pointers!

 

Doug

Labels (1)
0 Kudos
3 Replies

523 Views
apanecatl
Senior Contributor II

Nice to hear you figured it out!!!

0 Kudos

523 Views
apanecatl
Senior Contributor II

Hi Doug, I am afraid AN2295 GUI's source code is not public :S

0 Kudos

523 Views
dougpaulsen
Contributor IV

Hi Pedro:

Thanks for your comments. I managed to create my own GUI. There was a

subtlety in passing parameters from a .NET GUI to the modified backend

program, but I finally figured it out.

doug

On Tue, Feb 24, 2015 at 8:29 AM, Pedro Augusto Panecatl Salas <

0 Kudos