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

RDI debug option missing in Keil 4

Hi,

I'm in the process of moving my project from Keil uVision v 3.60 to v 4.00 and seem to have lost the option of using "RDI Interface Driver" for debugging, it simply isn't in the list in the new version.

I've checked that the license of both uVision and my J-Link-JTAG device is valid and that debugging still works fine in Keil 3.6. I've also noticed that in Keil 4 the ARM\Segger directory does not contain the jlinkrdi.dll

Is there any way to get this working again or has RDI-debugging support been removed completely?

Any help is appreciated
/Ã…ke

Parents
  • Hi again and thanks for your help. My problem then seem to be that I my choices for debugging are: ULINK ARM-debugger, Signum Systems JTAGjet and J-Link/J-Trace.

    I managed to add the old RDI-driver but debugging won't start this time either. Can I similarly add the J-link ARM driver by adding some dll-file to tools.ini?

    I just tried with a ULINK 2 and this one doesn't work either, I think I'll try to reinstall uVision tomorrow morning.

    Once more thank you for your assistance and the quick responses.

    BR
    /Ã…ke

Reply
  • Hi again and thanks for your help. My problem then seem to be that I my choices for debugging are: ULINK ARM-debugger, Signum Systems JTAGjet and J-Link/J-Trace.

    I managed to add the old RDI-driver but debugging won't start this time either. Can I similarly add the J-link ARM driver by adding some dll-file to tools.ini?

    I just tried with a ULINK 2 and this one doesn't work either, I think I'll try to reinstall uVision tomorrow morning.

    Once more thank you for your assistance and the quick responses.

    BR
    /Ã…ke

Children
  • > I managed to add the old RDI-driver but debugging
    > won't start this time either. Can I similarly add the
    > J-link ARM driver by adding some dll-file to
    > tools.ini?

    jep!

    [ARMADS]
    ...
    TDRV11=Segger\JLinkRDI.dll("J-LINK RDI Driver")
    ...
    CPUDLL0=SARM.DLL(TDRV0,TDRV5,TDRV6,TDRV11)                                    # Drivers for ARM7/9 devices
    


    TDRV_NextNumber :-)