out of memory using DT-ints-14 and 16F610


Closed Thread
Results 1 to 2 of 2
  1. #1

    Default out of memory using DT-ints-14 and 16F610

    wanted to use tmr2 interupts and DT-INTS...
    The 16F610 only has 128 bytes of ram...
    As far as i was aware, DT-INTs uses only enough ram to save the state registers...

    It can't save WSAVE1 to 3 and WSAVE, RR1-SAVE, RR2-SAVE, RS1-SAVE and RS2-SAVE as well as one of my vars the is one byte...

    my code only uses 5 bytes of memory to store it's vars...

    Is their anything that can be done?

    I'm using TMR2 for software PWM, i've seen DT's SPWM, but the question is, does it use less RAM?

    Any help appreciated

    :edit
    Tried DT SPWM, it's better in that it can only not save WSAVE1-3 and WSAVE.
    Any help appreciated
    Last edited by comwarrior; - 6th January 2011 at 20:32. Reason: additional info

  2. #2
    Join Date
    Jul 2003
    Location
    Colorado Springs
    Posts
    4,959


    Did you find this post helpful? Yes | No

    Default

    Actually, the 16F610 only has 64 bytes of ram.

    So it's similar to the 16F676, which I added up the bytes used for in this thread ...
    http://www.picbasic.co.uk/forum/show...7128#post97128

    ASM handlers are the way to go on those memory challenged parts.

    There are 3 versions of SPWM. (SSPWM, Multi-SSPWM and SPWM_INT).
    They should all work, as they are all ASM type interrupts.

    DT

Members who have read this thread : 1

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts