PDA

View Full Version : maxterm download


clement sudhakar
01-31-01, 02:30 AM
<br>I use maxterm with nmix0016 micro controller board ( 80c535 based). Everything works fine until I assemble the file with a 3rd party assembler (I used pseudo sam assembler a51). But I couldnt download the .obj file to the board using maxterm. It says there is a character mismatch or wrong format....could any one help me in correcting the error. Email me clem_s@hotmail.com

nmitech
01-31-01, 10:39 AM
To download an Object file under the 8051 monitor provided by New Micros you need to do the following,<p>- While you are running MAXTERM, press [ALT+P] make sure the PACING charater is setting for decimal 10 (ASCII A) as a default setting for MONITOR & FORTH.<p>- Back to Terminal mode, enter command 'L' then press [ALT+D] enters your object file name, make sure you specify the correct PATH or directory where the OBJ file is resided. Hit the Enter key again you will see the OBJ file is loading line by line on the screen. <p>- To execute your program, simply enter command 'X' and [address] to be executed. <p><br> <p>Edited by: nmitech