New Micros, Inc  

Go Back   New Micros, Inc > Software Technical Support > FORTH ONLY
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read


Reply
 
Thread Tools Search this Thread Rate Thread Display Modes
  #1  
Old 01-24-08, 09:38 AM
dcp dcp is offline
Registered User
 
Location: Cambridge MA USA
Posts: 1
NMI 21B as umbilical system...

Hi... I am new to this forum, though not new to Forth.

I am developing a robot application for a high school class and would like to run all my sensors through one of the NMI SBCs. I would like to develop Forth on a PC and compile through an umbilical to the target RAM of the SBC. I assume that is possible, but I could find no documentation to this effect.

This is an elementary question, I know, but I looked up 'umbilical' on the forum and found no matches. Please refer me to a manual, if there is one.

Thanks!

- dcp
Reply With Quote
  #2  
Old 01-24-08, 10:52 AM
nmitech nmitech is offline
Moderator
 
Location: Big D, Texas
Posts: 1,285
Yes, you can write your FORTH program using any text editor such as notepad, or wordpad and download to the SRAM on SBC using the Terminal program provided on NMI website,
http://www.newmicros.com/download/s...NMI/NMITerm.zip

At the beginning of the program, simply store the sram address in the Dictionary Pointer, such as HEX 400 DP ! since a default 32K sram will show up on the memory map, 0x0200-0x7FFF of the NMIS-L-0021B target board. Where 0x0000-0x01FF are reserved for HC11 operating system ram. For your reference, please see the example program below,

http://www.newmicros.com/download/a...RTH/AUTORAM.TXT


here is the link for the Max-FORTH user manual.
http://www.newmicros.com/FORTH/HC11...iled/index.html
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is On
Forum Jump



All times are GMT -5. The time now is 04:11 PM.


Powered by: vBulletin Version 3.0.7
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.