/** * @defgroup jtagTINY JTAG-TINY (USB) * @ingroup guide \section jtagtiny_hardware Hardware set up \image html JtagTiny_image001.jpg \section jtagtiny_driver Getting the driver
Go to http://www.olimex.com/dev/msp-jtag-tiny.html and download the driver package:
\image html JtagTiny_image003.jpg(The first link which points to the driver package of a later version unfortunately doesn’t seem to work.)
Inside the downloaded package you find the package need_files.zip:
\image html JtagTiny_image005.jpgOpen it and extract the contained folder 1.011:
\image html JtagTiny_image007.jpg \section jtagtiny_install Installing the driverPlug your JTAG-TINY adapter into your USB port. The following window will pop up:
\image html JtagTiny_image009.gifSelect Yes, this time only and click next.
\image html JtagTiny_image011.gifSelect Install from a list or specific location (Advanced) and click Next.
Then browse for the Drivers folder which resides inside the 1.011 folder you just extracted a moment ago:
\image html JtagTiny_image013.gifClick next. The installation starts:
\image html JtagTiny_image015.jpgIf you are asked to continue the installation click Continue Anyway:
\image html JtagTiny_image017.gifWait a moment and when the next wizard page appears click Finish:
\image html JtagTiny_image019.jpgNow comes the tricky part because you have to replace some dlls manually:
Thereto copy the dlls you find in the 1.011 folder...
\image html JtagTiny_image021.jpgand paste them into the bin folder of your mspgcc installation:
\image html JtagTiny_image023.jpgReplace all dlls with the same name.
\section jtagtiny_tryitout Try it outOpen your Cygwin console and try make flashusb. If you haven’t installed the Cygwin console or don’t know what make flashusb is all about read on how to set up the software for compiling ScatterWeb applications first! This is described by another document provided with the ScatterWeb package.
If you installed the driver successfully the following is printed after you typed make flashusb and your application was compiled:
\image html JtagTiny_image025.jpgIn this case you flashed the application image successfully.
If you see the following error your MSB may have no power supply:
\image html JtagTiny_image027.jpg */