Search:

Type: Posts; User: boschow

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    1,903

    It is possible, lets say that I have a struct: ...

    It is possible, lets say that I have a struct:


    typedef struct
    {
    unsigned a1:1;
    .
    .
    .
    .
  2. Replies
    3
    Views
    1,903

    Reference to a Structure

    Hello,

    how do I reference a array to a structure, in a way when I change the value of that array I also affect the value of the structure, and when I affect the value of the structure I also...
  3. Thread: TCP IP Modbus

    by boschow
    Replies
    0
    Views
    3,369

    TCP IP Modbus

    Hello,

    i have implemented TCP IP Modbus communication protocol on Freescale ColdFire micro controller. The TCP IP stack is similar to windows TCP IP stack. For the moment it has just the server...
  4. Replies
    4
    Views
    1,268

    Compiler problem ?!

    Hello,

    today while working on ColdFire microchip with Freescale Codewarrior 6.4 I encountered a problem.
    Lets say one function is composed of other functions, and when I compile the code it seems...
Results 1 to 4 of 4