This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Tcp/ip for arm cortex M3

I have LM3S6965 ethernet learner kit. Iam not sure whether this ethernet learner kit will support Microc osii. Iam new to this LM3S6965. I dont kno how to proceed....iam searching for tcp/ip for cortex m3. In the user manual of this kit, it s mentioned that it supports freertos..can anyone help me in working with this LM3S6965....i like to work with microc osii..how to prgrm,how to work with tcp/ip ???? how to send data thro ethernet of this controller?????

Parents
  • Mr Andy, I tried to compile and flash freertos code in LM3S6965. I got source code from net and i compiled using keil..it successfully got compiled.Now i have problem in download of hex file to the kit. error is coming like..:

    Contents missmatch at: 0000014CH (Flash=19H Required=1DH) !
    Contents missmatch at: 0000014DH (Flash=10H Required=11H) !
    Contents missmatch at: 0000014EH (Flash=00H Required=08H) !
    Contents missmatch at: 0000014FH (Flash=07H Required=BFH) !
    Contents missmatch at: 00000151H (Flash=B0H Required=F8H) !
    Contents missmatch at: 00000153H (Flash=40H Required=5BH) !
    Contents missmatch at: 00000154H (Flash=00H Required=64H) !
    Contents missmatch at: 00000155H (Flash=18H Required=1EH) !
    Contents missmatch at: 00000156H (Flash=01H Required=05H) !
    Contents missmatch at: 00000157H (Flash=00H Required=D0H) !
    Contents missmatch at: 00000158H (Flash=00H Required=10H) !
    Contents missmatch at: 00000159H (Flash=18H Required=F8H) !
    Contents missmatch at: 0000015BH (Flash=42H Required=6BH) !
    Contents missmatch at: 0000015CH (Flash=60H Required=64H) !
    Contents missmatch at: 0000015DH (Flash=06H Required=1EH) !
    Contents missmatch at: 0000015EH (Flash=00H Required=01H) !
    Contents missmatch at: 0000015FH (Flash=20H Required=F8H) !
    Contents missmatch at: 00000160H (Flash=00H Required=01H) !
    Contents missmatch at: 00000161H (Flash=63H Required=6BH) !
    Contents missmatch at: 00000162H (Flash=10H Required=F9H) !
    Contents missmatch at: 00000163H (Flash=91H Required=D1H) !
    Contents missmatch at: 00000164H (Flash=00H Required=13H) !
    Contents missmatch at: 00000165H (Flash=40H Required=F0H) !
    Contents missmatch at: 00000167H (Flash=06H Required=0FH) !
    Contents missmatch at: 00000168H (Flash=10H Required=1EH) !
    Contents missmatch at: 00000169H (Flash=06H Required=BFH) !
    Contents missmatch at: 0000016AH (Flash=00H Required=10H) !
    Contents missmatch at: 0000016BH (Flash=40H Required=F8H) !
    Too many errors to display !
    This is the error i got. pl tel wat i should do to solve this problem in downloading to kit.

Reply
  • Mr Andy, I tried to compile and flash freertos code in LM3S6965. I got source code from net and i compiled using keil..it successfully got compiled.Now i have problem in download of hex file to the kit. error is coming like..:

    Contents missmatch at: 0000014CH (Flash=19H Required=1DH) !
    Contents missmatch at: 0000014DH (Flash=10H Required=11H) !
    Contents missmatch at: 0000014EH (Flash=00H Required=08H) !
    Contents missmatch at: 0000014FH (Flash=07H Required=BFH) !
    Contents missmatch at: 00000151H (Flash=B0H Required=F8H) !
    Contents missmatch at: 00000153H (Flash=40H Required=5BH) !
    Contents missmatch at: 00000154H (Flash=00H Required=64H) !
    Contents missmatch at: 00000155H (Flash=18H Required=1EH) !
    Contents missmatch at: 00000156H (Flash=01H Required=05H) !
    Contents missmatch at: 00000157H (Flash=00H Required=D0H) !
    Contents missmatch at: 00000158H (Flash=00H Required=10H) !
    Contents missmatch at: 00000159H (Flash=18H Required=F8H) !
    Contents missmatch at: 0000015BH (Flash=42H Required=6BH) !
    Contents missmatch at: 0000015CH (Flash=60H Required=64H) !
    Contents missmatch at: 0000015DH (Flash=06H Required=1EH) !
    Contents missmatch at: 0000015EH (Flash=00H Required=01H) !
    Contents missmatch at: 0000015FH (Flash=20H Required=F8H) !
    Contents missmatch at: 00000160H (Flash=00H Required=01H) !
    Contents missmatch at: 00000161H (Flash=63H Required=6BH) !
    Contents missmatch at: 00000162H (Flash=10H Required=F9H) !
    Contents missmatch at: 00000163H (Flash=91H Required=D1H) !
    Contents missmatch at: 00000164H (Flash=00H Required=13H) !
    Contents missmatch at: 00000165H (Flash=40H Required=F0H) !
    Contents missmatch at: 00000167H (Flash=06H Required=0FH) !
    Contents missmatch at: 00000168H (Flash=10H Required=1EH) !
    Contents missmatch at: 00000169H (Flash=06H Required=BFH) !
    Contents missmatch at: 0000016AH (Flash=00H Required=10H) !
    Contents missmatch at: 0000016BH (Flash=40H Required=F8H) !
    Too many errors to display !
    This is the error i got. pl tel wat i should do to solve this problem in downloading to kit.

Children