Porting MCB2300 examples to MCB1700

Dear all,

I am using Keil MDK 4.12, and MCB1700 board.

I managed to port simple program examples from MCB2300 to MCB1700, but when I try to port more complex program (RL-TCPNet) I found problems with compiling.

Kindly help me to point me to help file or website that have similar sample case, I have search the forum and knowledge base, but no result.

Thank you in advance for your kind help and attention

Ojahan

Parents
  • Problems with compiling are to do with your 'C' language syntax & usage - not to do with the differences between MCB2300 & MCB1700.

    Dealing with compiler errors is a standard part of the programming process in any language on any platform - nothing specifically to do with embedded, Keil, NXP, etc...

    What errors, exactly, are you getting?

    Usually, compiler errors tell you exactly what is wrong - and, from that, it should be easy to fix the problem!

    The key is to read the messages literally; eg, if the message tells you that something is undefined - then the solution is to define it!

    Note that one error often leads to a load of consequent errors - so fix the first error first!

Reply
  • Problems with compiling are to do with your 'C' language syntax & usage - not to do with the differences between MCB2300 & MCB1700.

    Dealing with compiler errors is a standard part of the programming process in any language on any platform - nothing specifically to do with embedded, Keil, NXP, etc...

    What errors, exactly, are you getting?

    Usually, compiler errors tell you exactly what is wrong - and, from that, it should be easy to fix the problem!

    The key is to read the messages literally; eg, if the message tells you that something is undefined - then the solution is to define it!

    Note that one error often leads to a load of consequent errors - so fix the first error first!

Children
More questions in this forum