My apologies, I failed to include the log.

Here follows a bad run, followed by a good one.
The good one was with a 2452.

The 2001 was seen as Device ID: 0xf201,  Device: MSP430G2231, exact
same when testing a 2121, and for both the FET recognition had to run
twice.

Testing was in two different Launchpads - all 3 2553 I tested failed
to be recognized/load mspdebug, all the other chips loaded/worked with
no further concerns, the 2452 (3 tested) were recognized at the first
FET identification run and worked fine.

[olpc@xo-0d-47-f7 ~]$ sudo mspdebug rf2500
MSPDebug version 0.15 - debugging tool for MSP430 MCUs
Copyright (C) 2009-2011 Daniel Beer <dlb...@gmail.com>
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Trying to open interface 1 on 007
Initializing FET...
FET protocol version is 30066536
Configured for Spy-Bi-Wire
Set Vcc: 3000 mV
Device ID: 0x2553
fet: unknown device
msg28_data: [0x1a bytes]
    25 53 00 60 00 00 00 00 00 00 02 03 01 00 26 30
    00 00 89 00 00 00 00 00 00 00
fet: identify failed
Trying again...
Initializing FET...
FET protocol version is 30066536
Configured for Spy-Bi-Wire
Sending reset...
Set Vcc: 3000 mV
Device ID: 0x2553
fet: unknown device
msg28_data: [0x1a bytes]
    25 53 00 60 00 00 00 00 00 00 02 03 01 00 26 30
    00 00 89 00 00 00 00 00 00 00
fet: identify failed
[olpc@xo-0d-47-f7 ~]$ sudo mspdebug rf2500
MSPDebug version 0.15 - debugging tool for MSP430 MCUs
Copyright (C) 2009-2011 Daniel Beer <dlb...@gmail.com>
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Trying to open interface 1 on 008
rf2500: warning: can't detach kernel driver: No data available
Initializing FET...
FET protocol version is 30066536
Configured for Spy-Bi-Wire
Set Vcc: 3000 mV
fet: FET returned error code 4 (Could not find device (or device not supported))
fet: command C_IDENT1 failed
fet: identify failed
Trying again...
Initializing FET...
FET protocol version is 30066536
Configured for Spy-Bi-Wire
Sending reset...
Set Vcc: 3000 mV
Device ID: 0x2452
Device: MSP430G2452
Code memory starts at 0xe000
Number of breakpoints: 1

Available commands:
    =         delbreak  gdb       load      opt       reset     simio
    alias     dis       help      locka     prog      run       step
    break     erase     hexout    md        read      set       sym
    cgraph    exit      isearch   mw        regs      setbreak

Available options:
    color           gdb_loop        quiet
    fet_block_size  iradix

Type "help <topic>" for more information.
Press Ctrl+D to quit.

(mspdebug) prog LED
Erasing...
Programming...
Writing   74 bytes to fc00...
Writing   32 bytes to ffe0...
(mspdebug) run
Running. Press Ctrl+C to interrupt...
^C
    ( PC: 0fc48)  ( R4: 00280)  ( R8: 07e7f)  (R12: 0b33f)
    ( SP: 00280)  ( R5: 0fbbf)  ( R9: 0ff7b)  (R13: 0e57f)
    ( SR: 00003)  ( R6: 0f7f4)  (R10: 07ff3)  (R14: 0fd7f)
    ( R3: 00000)  ( R7: 0dbfd)  (R11: 0d7fe)  (R15: 00000)
main+0x12:
    0fc48: ff 3f                     JMP     main+0x12
    0fc4a: ff ff ff ff               AND.B   @R15+,   InterruptVectors+0x1f(R15)
    0fc4e: ff ff ff ff               AND.B   @R15+,   InterruptVectors+0x1f(R15)
    0fc52: ff ff ff ff               AND.B   @R15+,   InterruptVectors+0x1f(R15)
    0fc56: ff ff
(mspdebug) reset
(mspdebug) exit


2012/2/9, Yamaplos . <yamap...@gmail.com>:
> Hi all!
>
> to my utter surprise, getting the Launchpad to interact with a vanilla
> OLPC XO is very easy.
> http://processors.wiki.ti.com/index.php/OLPC_XO-1
>
> However, I do get a
>    fet: identity failed
> when I use a /vanilla/ Launchpad (nowadays shipped with the 2553)
>
> It was a good thing my initial tests with a Launchpad + XO where with
> a 2001 - otherwise I might have thought this was really impossible!
> The 2001 works peaches, I have done some code, loaded it, etc.
>
> If you have a solution, feel free to update the TI wiki directly, if
> you want, or for the record answer within the list.
>
> no, installing gdb as per
> http://sourceforge.net/apps/mediawiki/mspgcc/index.php?title=Linux_installation
> made no difference. BTW I have no idea what gdb should do and or if we
> really need it - too n00b, sorry.
>
> Solving this might allow a very powerful combination of educational
> tools.  The XO is nowadays in the hands of a million children, and the
> Launchpad is the affordablest platform to do microcontrollers, getting
> them to play well together would be an outrageous win-win
>
> Thank you!
>
> Yama
>

------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Mspgcc-users mailing list
Mspgcc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mspgcc-users

Reply via email to