Shop OBEX P1 Docs P2 Docs Learn Events
Propforth 3.4 includes Prop Jupiter ACE - Page 2 — Parallax Forums

Propforth 3.4 includes Prop Jupiter ACE

2»

Comments

  • prof_brainoprof_braino Posts: 4,313
    edited 2010-10-04 18:35
    caskaz wrote: »
    Hi.
    I changed sd_viewer to be able to read SDHC.
    I tested SDHC(4GB) and SDSC(2GB,512MB,256MB).

    You are definitely the coolest!
  • caskazcaskaz Posts: 957
    edited 2010-10-04 18:45
    Hi prof_braino.
    It works finely on your Hive hardware?

    sd_viewer work only SDHC/SDSC, not MMC.
    (if MMC, sd_viewer move into loop during initialize.)
    Only SFN(ShortFileName) Not LFN(LongFileName)
    Not display cluster-chain.
  • caskazcaskaz Posts: 957
    edited 2010-10-06 17:11
    Sorry, sd_viewer1.1 has bug.
    When it quit to check "s"(address) after "u"(File Detail), it occure "COG6 RESET" to restart "viewer".
  • prof_brainoprof_braino Posts: 4,313
    edited 2010-10-06 20:35
    caskaz wrote: »
    Hi prof_braino.
    It works finely on your Hive hardware?

    sd_viewer work only SDHC/SDSC, not MMC.
    (if MMC, sd_viewer move into loop during initialize.)
    Only SFN(ShortFileName) Not LFN(LongFileName)
    Not display cluster-chain.

    Sorry I have been unable to load it yet, too busy with new job.
    Lab time is weekend only these days.

    I will inform you of any interesting behavior.

    ;)
  • caskazcaskaz Posts: 957
    edited 2010-10-07 00:17
    Hi prof_braino.

    I checked using sd_func_1.0_test.f.
    I attached log.txt.
    I think result changed because sd_func_1.0_test.f has several test codes.

    I seemes there are codes not executed.
    My code is bad or PropForth's bug?
    I have no idea.

    Please check this after your Hive completed.
  • caskazcaskaz Posts: 957
    edited 2010-10-08 06:15
    Hi prof_braino.

    I want to execute word on another cog.
    How can I do it?
    Cog6 ok
    cog?
            Forth cogs: 0- 6
    Running Forth cogs: 5 - 6
            Spin  cogs: NONE
    
    Please teach me this meaning.
    Used cogs by Forth are cogs: 5 - 6, and unused cogs are cogs: 0- 4?
    Cog7 is used by console?
  • prof_brainoprof_braino Posts: 4,313
    edited 2010-10-08 17:32
    caskaz wrote: »
    Hi prof_braino.

    I want to execute word on another cog.
    How can I do it?

    The easy answer is we put the text in the cog's input buffer, same as if we typed it using the keyboard, and give the text to the interpreter, same as if we typed it. Sal says the mechanism is pretty simple but I haven't done it yet, and haven't written the documentation. I'm supposed to do that this weekend. I'll post when I get the page written.
  • prof_brainoprof_braino Posts: 4,313
    edited 2010-10-08 17:43
    caskaz wrote: »
    Cog6 ok
    cog?
            Forth cogs: 0- 6
    Running Forth cogs: 5 - 6
            Spin  cogs: NONE
    
    Please teach me this meaning.
    Used cogs by Forth are cogs: 5 - 6, and unused cogs are cogs: 0- 4?
    Cog7 is used by console?

    COG7 is running the I/O, when you seem to be talking to COG5 or COG4, etc you are actually talking to COG7 and COG7 is talking to the cogs and displaying the I/O

    When a cog has stack underflow or overflow, it gets re-initialized and control is turned to the next cog in line.

    There is the option of leaving spin running in cog0, (default) or running forth in all cogs.

    kids.... later....
  • caskazcaskaz Posts: 957
    edited 2010-10-09 01:05
    The easy answer is we put the text in the cog's input buffer, same as if we typed it using the keyboard, and give the text to the interpreter, same as if we typed it.

    Hi prof_braino.

    What is cog's input buffer?
    Can I use COG-IDnumber?
  • caskazcaskaz Posts: 957
    edited 2010-10-09 01:59
    Hi prof_braino.

    I found out "cogXInstructions" on Wiki.
    But I don't understand yet.

    There is "CTL+A to cog1" on wiki.
    But no change.
    How do I change prompt to "Cog1 ok"?
  • prof_brainoprof_braino Posts: 4,313
    edited 2010-10-10 15:41
    caskaz wrote: »
    Hi prof_braino.

    I found out "cogXInstructions" on Wiki.
    But I don't understand yet.

    There is "CTL+A to cog1" on wiki.
    But no change.
    How do I change prompt to "Cog1 ok"?

    That must be a typo. The real command is "CTL+Alt"

    Can you post the link to the page with the error on it so I can fix it?

    Thanks!
  • prof_brainoprof_braino Posts: 4,313
    edited 2010-10-10 17:59
    caskaz wrote: »
    Hi prof_braino.

    I want to execute word on another cog. How can I do it?
    cog?
            Forth cogs: 0- 6
    Running Forth cogs: 5 - 6
            Spin  cogs: NONE
    

    Updated the FAQ, please let me know if the entries need more work

    http://code.google.com/p/propforth/wiki/PropForthFAQ

    Newer entries are at the top
  • prof_brainoprof_braino Posts: 4,313
    edited 2010-10-10 18:44
    Propforth 3.5 is available for download

    http://code.google.com/p/propforth/downloads/list

    Please move propforth duiscussion to the new thread

    http://forums.parallax.com/showthread.php?t=126285
Sign In or Register to comment.