Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds.

  1. Replies
    10
    Views
    27,682

    Re: Erroneous mathematical processing?

    BTW: I tried compiling the same code but with the "Use Compiler Long Words" checkbox un-ticked this time in the Microcode Studios settings.

    Still erroneous results, but curiously different:
    ...
  2. Replies
    10
    Views
    27,682

    Re: Erroneous mathematical processing?

    Copy and pasted into a new inc file but still no luck. The hyp is different but still wrong.

    8954
  3. Replies
    10
    Views
    27,682

    Re: Erroneous mathematical processing?

    Richard,
    Thanks for the tip. I've modified my trig file accordingly. Alas though, it didn't fix the issue with the ...K83 though.

    8953

    Troy
  4. Replies
    10
    Views
    27,682

    Re: Erroneous mathematical processing?

    Okay here is the code for the PIC18F26K22:



    include "trig18.inc"


    Define OSC 16 'Clock will be configured to 16MHz
    OSCCON.6 = 1 ' Set Internal Osc to 16Mhz
    OSCCON.5 = 1 ' Set...
  5. Replies
    10
    Views
    27,682

    Re: Erroneous mathematical processing?

    Richard,
    No, it was just a comment. The solution for me was to use a different 28 pin PIC which I had no problem with.

    Nevertheless, I think it's importand to put these issues on public record...
  6. Replies
    10
    Views
    27,682

    Erroneous mathematical processing?

    I'm currently doing a project that involves 2 separate pic processors on 2 separate boards doing completely different things. One of the boards is more avionics based and one of its tasks is to...
Results 1 to 6 of 6