Search Results - MEL PICBASIC Forum


Search:

Type: Posts; User: keymuu; Keyword(s):

Page 1 of 4 1 2 3 4

Search: Search took 0.00 seconds.

  1. Thread: srange warning

    by keymuu
    Replies
    10
    Views
    6,971

    Re: srange warning

    Hi!

    I have now PBP 3.08 and MPLAB is something like 8.95, but I have a problem,
    my PBP3 is a "Trial Edition" and I don't understand why.

    When I installed PBP3 I did NOT check the empty...
  2. Thread: srange warning

    by keymuu
    Replies
    10
    Views
    6,971

    Re: srange warning

    Hello,

    the version of MPASM is 5.39

    kind regards

    keymuu
  3. Thread: srange warning

    by keymuu
    Replies
    10
    Views
    6,971

    Re: srange warning

    Hi !

    I don't know where I can see the version of MPASM.
    I use under (at the moment) 600 words when there is 2k in PIC12LF1552.
    And I will upgrade to PIC 3.0 very soon and I suspect that it can...
  4. Thread: srange warning

    by keymuu
    Replies
    10
    Views
    6,971

    Re: srange warning

    Hi Henrik,

    my PBP is 2,60C and the code is:


    TMPaddr CON %1001110 ' the address to TMP100
    LCDaddr con $20 ' the address to LCD
    cont con $A0 ' for I2C READ and WRITE, NOT...
  5. Thread: srange warning

    by keymuu
    Replies
    10
    Views
    6,971

    srange warning

    Hi all!

    Can anyone explain why and how such a warning is possible:

    Warning[219] C:\pbp\pbppi14e.lib 937 : Invalid RAM location specified. :disturbed:

    I have commented out a lot but can't...
  6. Re: three functions (press, double-click, long press) in one button

    Thanks,
    it seems to be impossible to fight against time, waiting for the other click in double-click.
    If you have many buttons then of course one could use a "boolean" variable for ex....
  7. three functions (press, double-click, long press) in one button

    Hi!

    there was a thread talking about this but only with two functions, a normal and a long press. Could not found the double-click incorporated there, not in Mel's code or any other place either....
  8. Thread: Mcp79410 rtcc

    by keymuu
    Replies
    4
    Views
    6,117

    Mcp79410 rtcc

    Hi!

    I'm new to that RTC.

    Are there any pitfalls with it?
    Does I2CREAD and I2CWRITE work as one would expect?
    Any othere problems?

    About the printed board, any concern about it. If you can...
  9. Thread: N-Bit_MATH

    by keymuu
    Replies
    38
    Views
    41,595

    Thank you Darrel, thank you indeed, this looks...

    Thank you Darrel,

    thank you indeed, this looks really promising.
    It is really nice from you to present such a table. :)
    Where on earth did you find that? (rhetorical question)

    I looked for...
  10. Thread: N-Bit_MATH

    by keymuu
    Replies
    38
    Views
    41,595

    Oops :eek: TRUE ! and thank you for pointing out...

    Oops :eek:
    TRUE ! and thank you for pointing out that.

    Didn't know/understand that when the number shown in the lower left corner (Success 28676 : bytes used) of MicroCode Studio did not include...
  11. Thread: N-Bit_MATH

    by keymuu
    Replies
    38
    Views
    41,595

    Yep... :( Did not check it until now. Let's...

    Yep... :(

    Did not check it until now. Let's hope it comes through this time.
  12. Thread: N-Bit_MATH

    by keymuu
    Replies
    38
    Views
    41,595

    Thanks Darrel, the hole program is big, but...

    Thanks Darrel,

    the hole program is big, but here it is attached:

    Maybe you can see with one small glance what is the cause of the error, the origin (that is me, but...:rolleyes:). I sure...
  13. Thread: N-Bit_MATH

    by keymuu
    Replies
    38
    Views
    41,595

    Thanks Darrel, chips memory should be 32k...

    Thanks Darrel,

    chips memory should be 32k (18F4550) and within the IF statement only two times by = by and not any SetPoint "statements" then the compiled size is 28692 bytes. That is the strange...
  14. Thread: N-Bit_MATH

    by keymuu
    Replies
    38
    Views
    41,595

    N-bit_Math strange behavior

    Hi!

    I have been away from PIC and PICbasic world over one and a half year now. However, I'm back again and run to a really strange thing. I have slightly over 28 k code where I need 36 bits for...
  15. Thread: BCD question

    by keymuu
    Replies
    5
    Views
    3,463

    Ok, Bruce you are also a teacher :) As earlier...

    Ok, Bruce you are also a teacher :)

    As earlier said, I did not remember the DIG statement and obviously not modulus divider "//" neither.

    That piece of code is clear and surely should work,...
  16. Thread: BCD question

    by keymuu
    Replies
    5
    Views
    3,463

    Thank you Bruce :) Of course, I forgot the DIG...

    Thank you Bruce :)

    Of course, I forgot the DIG and tried to do the same thing the "basic way", as a algorithm would tell you, so still wondering way it did not work?
    Consider that there would...
  17. Thread: BCD question

    by keymuu
    Replies
    5
    Views
    3,463

    BCD question

    Hi!

    Consider this code:



    Divisor VAR byte[5]
    H VAR WORD
    b VAR BYTE
    w VAR WORD
  18. Thread: PBP and PBPL

    by keymuu
    Replies
    45
    Views
    29,428

    now tested - not good

    "rr = 10000*L
    R = div32 H
    this gives the correct answer"
    Yes indeed ... as long L=350123, really...

    What a coincident :eek:

    Have only tested different values for L,
    when H=37234 and...
  19. Thread: PBP and PBPL

    by keymuu
    Replies
    45
    Views
    29,428

    Yes I'm stupid, blind and.... who know what..:o ...

    Yes I'm stupid, blind and.... who know what..:o

    Of course you can not do the division like that, instead:
    rr = 10000*L
    R = div32 H

    And this gives the correct answer :D

    I will still do some...
  20. Thread: PBP and PBPL

    by keymuu
    Replies
    45
    Views
    29,428

    I have heard that Open Office is compatible with...

    I have heard that Open Office is compatible with Excel, but how far does this compatibility go? Surprising if it wouldn't use the same amount of precision or bits to calculate what Excel on the...
  21. Thread: PBP and PBPL

    by keymuu
    Replies
    45
    Views
    29,428

    Even then

    The example alone takes almost 7k of code space, precisely 6898 byte used.
    There is really no room for the real application for it. Copying that example to my code brings up familiar errors telling...
  22. Thread: PBP and PBPL

    by keymuu
    Replies
    45
    Views
    29,428

    That is why I was asking if somebody would know...

    That is why I was asking if somebody would know some gimmicks and tricks to cut up that formula using "trick tools" available... calculating that in small steps or something like that.


    Yes true,...
  23. Thread: PBP and PBPL

    by keymuu
    Replies
    45
    Views
    29,428

    The attachment was missing from previous .... it...

    The attachment was missing from previous .... it is her now , sorry:o
  24. Thread: PBP and PBPL

    by keymuu
    Replies
    45
    Views
    29,428

    Attached PBProj.txt, change txt to jar and unzip...

    Attached PBProj.txt, change txt to jar and unzip it - et voilą ...

    The BANKs was still hanging there for no reason, now they are not there any more.

    I'm using 4550 and I think there is still...
  25. Thread: PBP and PBPL

    by keymuu
    Replies
    45
    Views
    29,428

    Please find the attached file testest.txt, it is...

    Please find the attached file testest.txt, it is not so much different from the previous one because I have not have time to develop it when chasing this ... problem... :rolleyes:

    Hopefully it...
Results 1 to 25 of 100
Page 1 of 4 1 2 3 4