How to Launch Program on Reset?
-
Hi, I have a program written in eVC++ for a HP1710 PDA running PPC2003. I want my program to automatically run when either a soft or hard reset is done. If I place it in the start up folder it is ok with soft reset but gets wiped when a hard reset is done. People in other forums have told me to create a folder in the flash memory(permanent memory) called "2577",place my program here and it should run once any reset is done. Also I was advised that if that did not work then create a folder called "0" and place it in that. Both these solutions do not work so I figured someone here might be able to help me. Oh, the flash storage is called "iPaq File Store"; Thank you Cush
-
Hi, I have a program written in eVC++ for a HP1710 PDA running PPC2003. I want my program to automatically run when either a soft or hard reset is done. If I place it in the start up folder it is ok with soft reset but gets wiped when a hard reset is done. People in other forums have told me to create a folder in the flash memory(permanent memory) called "2577",place my program here and it should run once any reset is done. Also I was advised that if that did not work then create a folder called "0" and place it in that. Both these solutions do not work so I figured someone here might be able to help me. Oh, the flash storage is called "iPaq File Store"; Thank you Cush
When u do the hard reset, the DEVICE goes to factory settings. Meaning, it'll be set to the initial configuration which was provided by the vendor(i.e., program stored in the ROM are loaded.) So, you may want to load your program onto ROM than that of RAM. I'm not sure about writing into ROM. Correct me If I'm wrong and let me know how to do the same. Zxczc