Revision: 1480 Author: robhamerling Date: Sun Nov 15 01:41:16 2009 Log: Fixed some typos in devicefiles.html
http://code.google.com/p/jallib/source/detail?r=1480 Modified: /trunk/doc/html/devicefiles.html ======================================= --- /trunk/doc/html/devicefiles.html Thu Nov 12 11:58:40 2009 +++ /trunk/doc/html/devicefiles.html Sun Nov 15 01:41:16 2009 @@ -766,7 +766,7 @@ B.. -- other number of bits </pre> -<h4>Fuse_def ABW (Address Bus Width)/h4> +<h4>Fuse_def ABW (Address Bus Width)</h4> <pre> B8 -- 8 bits B16 -- 16 bits @@ -782,7 +782,7 @@ W... -- any other number of words </pre> -<h4>Fuse_def BG (Band Gap)/h4> +<h4>Fuse_def BG (Band Gap)</h4> <pre> ADJUST_NEG -- negative adjustment ADJUST_POS -- positive adjustment @@ -798,7 +798,7 @@ </pre> BROWNOUT is also used for Deep Sleep BrownOut (DSBOREN). -<h4>Fuse_def BW (Bus Width)/h4> +<h4>Fuse_def BW (Bus Width)</h4> <pre> B8 -- 8 bits B16 -- 16 bits @@ -861,7 +861,7 @@ pin_xy -- pin y of portx is used </pre> -<h4>Fuse_def EMB (External memory bus width)/h4> +<h4>Fuse_def EMB (External memory bus width)</h4> <pre> B12 -- 12 bits B16 -- 16 bits @@ -997,7 +997,7 @@ T1OSC -- Timer 1 oscillator </pre> -<h4>Fuse_def SIGN (bulk erase)/h4> +<h4>Fuse_def SIGN (bulk erase)</h4> <pre> NOT_CONDUCATED AREA_COMPLETE @@ -1103,7 +1103,7 @@ possibility to protect certain code memory areas you may have to specify: <pre> pragma target CP R0F00_0FFF -</pre) +</pre> <li>The device file contains a specification for the fuses array. how many words or bytes and their corresponding memory addresses. Also a default fuse setting is specified, which may or may not be @@ -1249,29 +1249,31 @@ <h1><a name="gen">4. Generating device files</a></h1> <p>The device files are generated by transforming MPLAB files with a script -'dev2jal.cmd' in the /Jallib/Tools directory. +'dev2jal.cmd' in the /Jallib/tools directory. The script is developed and executed with 'classic' Rexx as standardly delivered with eComStation (OS/2). To run it: <ul> -<li>Start a commandline session ('Command prompt') +<li>Start a commandline session ('command prompt') <li>Go to the directory k:/Jallib/Tools <li>Type: dev2jal test </ul> <p>Notes: <ol> -<li>The dev2jal script expects both MPLAB and a local copy Jallib installed on - drive K. -<li>The script itself contains comments with instructions what to change - in the script with a different system configuration. -<li>The 'test' argument will put the device files in a 'test' subdirectory - of the current directory. +<li>The dev2jal script expects both MPLAB and a local copy of Jallib + installed on drive K. + The script contains comments with instructions for possible changes in + the script to run it on a different system configuration. + This concerns only a few variables in the top of the script file. +<li>The 'test' commandline argument will put the device files in a 'test' + subdirectory of the current directory. </ol> <p>The dev2jal script can be executed on other systems (Linux, Windows) when a compatible Rexx interpreter is installed. -'Regina Rexx' with the extension 'Regutil' are doing fine for this script. -For more information about these products see for example: +'Regina Rexx' and the extension package 'Regutil' have proven to do fine +for this script (tested under Windows XP). +For more information about these free products see for example: <ul> <li>http://regina-rexx.sourceforge.net/index.html <li>http://pages.interlog.com/~ptjm/regutil126.zip @@ -1281,12 +1283,12 @@ Probably the easiest way to run the script is: <ul> <li>Copy /jallib/tools/dev2jal.cmd to the directory where you installed Regina -and RexxUtil (from the Regutil package) +and RexxUtil (from the Regutil package). +<li>Make the necessary changes in the script. <li>Start a CommandLine ('command prompt' / 'MS-DOS prompt' / 'terminal') session <li>Go to the directory with Regina. <li>Type: regina dev2jal.cmd test </ul> -See also the notes above for eComStation. </body> </html> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jallib" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jallib?hl=en -~----------~----~----~----~------~----~------~--~---
