Search:

Type: Posts; User: Dukefrukem

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    1,370

    Duh!... Thanks very much.

    Duh!...

    Thanks very much.
  2. Replies
    2
    Views
    1,370

    Something I'm Missing...

    I can't figure out why i'm getting this error message. I know it's something simple.



    void getSFPTransceiver(int device_id)
    {
    uint16_t temp_trans;
    SFP_A0_T *a0_ptr = ((SFP_A0_T...
  3. Replies
    6
    Views
    1,153

    doh! thanks!

    doh! thanks!
  4. Replies
    6
    Views
    1,153

    pretend ADDR64 is macro returning a 64bit...

    pretend ADDR64 is macro returning a 64bit value... and ORNAND_BASE_ADDR is defined as a 32 bit hex number
  5. Replies
    6
    Views
    1,153

    anyone? (hexnumber(hexnumber)) What is...

    anyone?

    (hexnumber(hexnumber))

    What is this doing?
  6. Replies
    6
    Views
    1,153

    What is this doing?

    What is this doing?

    #define BASE_ADDR (ADDR64(ORNAND_BASE_ADDR))

    Where as ADDR64 is a 16 bit hex number and ORNAND_BASE_ADDR is an 8 bit hex number.

    I'm trying to understand the reasoning...
  7. Replies
    1
    Views
    4,535

    C30 Compiler for MPLAB

    I'm hoping this question is general enough that people understand what i am talking about and will be able to tell me where to go.

    I am using the C30 Compiler for MPLAB. In one of the Microchip...
  8. Replies
    2
    Views
    918

    thanks you builds now

    thanks you

    builds now
  9. Replies
    2
    Views
    918

    Whats wrong with this?

    unsigned char line;
    unsigned char column;
    unsigned char line1[20];

    if (line = 0) {
    line1[20] = {0x80, 0x81, 0x82, 0x83, 0x84, 0x85, 0x86, 0x87, 0x88, 0x89, 0x8A, 0x8B, 0x8C, 0x8D, 0x8E, 0x8F,...
  10. Replies
    2
    Views
    1,800

    My code is just a CRC register that does the...

    My code is just a CRC register that does the calculation for me. I was hoping someone could confirm the website to be wrong. I think it is tho.
  11. Replies
    2
    Views
    1,800

    CRC Calculator Help

    I'm trying to verify the CRC Calculation in my code and all I can find is this site:

    http://www.zorc.breitbandkatze.de/crc.html

    Can anyone verify if this is printing out the correct values? I...
  12. This is actually the method i took. Thanks for...

    This is actually the method i took.
    Thanks for taking the time to help.

    No i didn't want to the next to wrap down to the next line and I got a pretty nice working scroll going.

    Thanks again.
  13. And if you can't be bother to be nice and...

    And if you can't be bother to be nice and respectful to members looking for help that dont know much about what they are asking, then you're just another self centered coder who'd rather link to "how...
  14. No im really not over thinking it. Its not a...

    No im really not over thinking it. Its not a carriage return. Picture a 80 character display only divided by 4. All the addresses are in line so naturally if it reaches the 0x13 address, the next...
  15. thanks for nothing

    thanks for nothing
  16. help again with scrolling without wrapping

    Okay third time's a charm? The last two projects have not worked out very well. So i've re-written my code in the following structure.

    Print Buffer
    Clear Buffer
    Write to Buffer with (x,y...
  17. Replies
    5
    Views
    1,423

    Thank you both. Yeh turns out i am unlucky...

    Thank you both.

    Yeh turns out i am unlucky using the const... but i did manage to finally get it to compile using both your methods...

    my code now looks like this, but no output yet... gotta...
  18. Replies
    5
    Views
    1,423

    Printing out Array Error

    Hey guys im back with another question...

    The following code is theoriecly supposed to take whats inside the array, and shift it to the left... I'm having problems compiling around the array,...
  19. Replies
    12
    Views
    2,351

    Well obviously I'm not a newbie to internet...

    Well obviously I'm not a newbie to internet forums. Im just trying to exaggerate my level of C programming.
  20. Replies
    12
    Views
    2,351

    omg im a n00b. k i just replaced it with my...

    omg im a n00b.

    k i just replaced it with my lcd_puts function.

    what does the 3 represent in:
    msg[i], 3
  21. Replies
    12
    Views
    2,351

    Hmmm then why am i getting this error?

    Hmmm then why am i getting this error?
  22. Replies
    12
    Views
    2,351

    to make myself a bit more clear: char...

    to make myself a bit more clear:




    char displaySubString;
    int i;

    char msg[] = "abcde";
  23. Replies
    12
    Views
    2,351

    another quick question. displaySubString...

    another quick question.

    displaySubString would act as what? a function?
  24. Replies
    12
    Views
    2,351

    Ah i didn't think of it that way. Brilliant!! ...

    Ah i didn't think of it that way. Brilliant!!

    Yes the function that is made where I can print anything out in quotes works. I can put in words "hello" and it will print it out respectively.
    ...
  25. Replies
    12
    Views
    2,351

    Scrolling Characters Output

    Hey guys. Great forums.

    C programming n00b here hoping some of you can help me with a problem I'm working on.



    The overall goal I'm trying to achieve is scroll every character of the...
Results 1 to 25 of 25