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

Using uVision4 with Kinetis Tower Kit

Hi All

I have just installed uVision4 V4.22 to see whether it can work with a Freescale K60 tower kit.
Accoring to the tower kit guide: http://www.keil.com/freescale/mcbtwrk60_qs.pdf
it is possible to select the integrated OSJTAG debugger (I have a U-Link but not the right connector).

However this option doesn't show up in the list of debuggers that can be selected. Is there something else that needs to be installed to get it to show as it does in the guide??

Regards

Mark

  • Hi Mark,
    you should have an entry similar to this in your TOOLS.INI file of your Keil MDK-ARM Installation (found in the root folder of the installation):

    TDRVxx=PEMicro\Pemicro_ArmCortexInterface.dll("Pemicro OSJtag/Multilink/Cyclone")
    


    Do you see this?

    The driver for the adapter itself is located in: C:\Keil\ARM\PEMicro\Drivers

    Hope that helps.

    Matthias

  • Hi Matthias

    I made progress by installing new drivers from
    http://www.keil.com/download/docs/408.asp

    Now the OSJTAG appears in the drop-down list.

    I can load/debug with the Keil reference projects but it gives the error "No ULINK device found" when I try to test a working project even when the OSJTAG settings show that it has been detected. And of course the OSJTAG has been selected for debugging.

    This will need some experimenting to see why but I suspect that my project directory is maybe too deep or something since I had other "initial" problems due to paths. Eg. I set the objects location to "target1.1" and it couldn't find the AXF file when simulating. Once changed to "target1_1" it could. I'm going to make a new copy of the project at a more simple location (starting at C:// rather than a few layers down) and change paths to avoid names with dots etc. in. I already checked carefully all settings (DLLs, flash drivers etc.) and they all do match with the Keil reference. If I still don't get it working I'll report back.

    Regards

    Mark