mDot programming without dev board

Home Forums mDot/xDot mDot programming without dev board

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #9453
    Andrew Lindsay
    Participant

    I’ve used the dev board to program my mDot, but wonder if there is an alternative solution for when the mDot is installed into a custom board, and especially if used in the surface mount version. Is JTAG an option that can be used via mbed?

    Thanks

    Andrew

    #9532
    Brandon Bayer
    Blocked

    Andrew,

    Yes, you can use JTAG, but that would wipe out the bootloader. The other option is to design your PCB to allow access to the serial debug port via the USB pins, and then transfer the firmware to the onboard bootloader with Y Modem as described in this post:

    http://www.multitech.net/developer/forums/topic/how-to-upgrade-mdot-board-without-development-baord/

    -Brandon

    #9534
    Mike Fiore
    Blocked

    Andrew,
    One clarification: if you’re building your application with the mbed online compiler or the mbed SDK, the bootloader is automatically built into your application. So, while flashing in a new application will technically wipe out the bootloader, your new application contains a copy of the bootloader, so you don’t lose it.

    Cheers,
    Mike

    #9535
    Andrew Lindsay
    Participant

    Thanks guys.

    Much appreciated

    Andrew

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.