| | download .s19 problem Kai Schlamp
|
| | Hy! I have problems downloading a self compiled file to my Handyboard (with 68HC11A1). I just wrote a little test programm: int main() { int foo = 0; while (foo < 1000) { foo++; } return(0); } and compiled it to a .s19 file with the gnu gcc 68hc11 (...) (24 years ago, 28-May-01, to lugnet.robotics.handyboard)
|
| | |
| | | | Re: download .s19 problem Fred G. Martin
|
| | | | the target of your code is probably the zero page of RAM, where the downloader bootstrap routine lives. so as your code is being downloaded, you're over-writing the hc11-ram-based dl comms code and the host side ultimately fails. fred (...) (24 years ago, 29-May-01, to lugnet.robotics.handyboard)
|
| | | | |
| | | | Re: download .s19 problem Kai Schlamp
|
| | | | (...) Heyho! Hmmm, are you sure? But why does it work then when i change S0 to S1? I don´t change the memory map with this. But can somebody tell me a site, where the different S Types are explained? I know S1 (a normal dataset) and S9 (the last (...) (23 years ago, 7-Jun-01, to lugnet.robotics.handyboard)
|
| | | | |
| | | | | | Re: download .s19 problem Kai Schlamp
|
| | | | (...) Ok, i searched a bit in the net and found out that S0 is a header record (with no usefull information, or!?). So it seems to me that dl from Randy Sargent doesn´t work with *.s19 files with a S0 header (or does it work for anyone else?). So (...) (23 years ago, 7-Jun-01, to lugnet.robotics.handyboard)
|
| | | | |