Search:

Type: Posts; User: redsmolf

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    3,248

    UEP1 is a one byte register. So in that case, is...

    UEP1 is a one byte register.
    So in that case, is there a difference or is it the same?
  2. Replies
    3
    Views
    3,248

    memset vs normal assignment

    Hi!

    I'm working with Microchips USB framework on a PIC18F4550 and I'm pretty new to C. The goal is to understand how it and the PIC works.

    Compiler = XC8

    After reading some documentation...
  3. Replies
    7
    Views
    2,476

    Thanks for the answer! And yes I think the...

    Thanks for the answer!
    And yes I think the intent is to flip between two BDT entries.
    Great answers!
  4. Replies
    7
    Views
    2,476

    Thanks for the answer! Is it really the size...

    Thanks for the answer!

    Is it really the size of the pointer that should be used and not sizeof(BDT_ENTRY) or is it the same?

    And yes I use XC8 as a compiler.


    No it's actually a PIC18F4550...
  5. Replies
    7
    Views
    2,476

    I'm sorry I wanted to try to simplify the real...

    I'm sorry I wanted to try to simplify the real code with an example but probably confused both you and me. Here is the real code

    It is a part of the PIC USB framework (Microchips' own).
    The...
  6. Replies
    7
    Views
    2,476

    Manipulate the pointers pointing to address

    Hi!

    I'm having trouble with the concepts of pointers. I have attached a picture to illustrate what I try to explain. I have tried to read several guides/tutorials about pointers without any luck....
Results 1 to 6 of 6