Shop OBEX P1 Docs P2 Docs Learn Events
HX512K trick: fast-forward — Parallax Forums

HX512K trick: fast-forward

Jasper_MJasper_M Posts: 222
edited 2007-06-16 15:00 in Propeller 1
Seeking in the 64+-region is slow, but with counters it can be a little faster:
EDIT: 0. Program the SRAM to be in auto-increment mode [noparse];)[/noparse]
1. Set a counter to DUTY CYCLE mode (Duty cycle is very deterministic as no PLL is involved), FRQx=1<<31
(This way it outputs 40Mhz frequency, twice the MIPS of Propeller)
2. Set OUTA and DIRA as if you were reading
3. Do the following loop:


                   mov r0, #NUMBER_OF_BYTES_TO_FAST_FORWARD/2-2 
                   movs ctra, #SRAM_STROBE 'ENABLE OUTPUT ON SRAM CLOCK STROBE  

loop               djnz r0, #loop

                   movs ctra, #0 'Disable output  


Comments

  • BaggersBaggers Posts: 3,019
    edited 2007-06-14 17:40
    nice trick.
    can't wait to get my mits on a 512k to have a play with it too, and join in the fun.
  • Jasper_MJasper_M Posts: 222
    edited 2007-06-14 18:23
    Baggers said...
    nice trick.
    can't wait to get my mits on a 512k to have a play with it too, and join in the fun.

    Yeah, the more the merrier ^_^ ... wonder how many HX512K:s are out there?
  • BaggersBaggers Posts: 3,019
    edited 2007-06-14 19:13
    Yeah, it'll be interesting to find out [noparse]:)[/noparse]
  • potatoheadpotatohead Posts: 10,254
    edited 2007-06-15 06:19
    I'm with Baggers.
  • BaggersBaggers Posts: 3,019
    edited 2007-06-15 09:36
    Andre' should know sales numbers [noparse]:)[/noparse] and feedback from you Andre'?
  • potatoheadpotatohead Posts: 10,254
    edited 2007-06-15 16:42
    If this is like most add on goodies for consoles, the numbers are quite a bit lower than the total number of core units sold. I highly recommend a pack in, or combo card where the EEPROM and SRAM exist together, to get these up there.

    --or some hit games to drive sales [noparse];)[/noparse]

    All of us core people will end up with one at some poiint, so maybe our works will drive others.
  • BaggersBaggers Posts: 3,019
    edited 2007-06-16 12:21
    Yeah, it deffo needs that little something to boost sales, otherwise, what we do will be only viewed by the minor hardcore groups, and would be a shame.
    A bit like Sega's 32X which was a great little add on, but just didn't quite make the grade.
  • epmoyerepmoyer Posts: 314
    edited 2007-06-16 15:00
    Right. As soon as there's a super cool "killer app" that needs the E512K to run then I'm sure you'll see more people getting them.
Sign In or Register to comment.