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

Missing sarm.dll error

Hi,

I'm trying to flash lpc2146 which has been a rollercoaster for me with no success, the first problem I came across it that I had to add lpc2146 from database under file since it doesnt show up in new project window as an option cause there's no pulldown window for legacy parts.

And now I'm stuck with this missing sarm.dll file trying to flash my device by using ULINK2, I also tried to follow this guide http://www.keil.com/support/docs/3192.htm with no luck. Please help.

Parents
  • First, close out of all uVision projects.

    Then, try downloading legacy support for ARM7's:
    www2.keil.com/.../legacy
    After launching the executable, install it at the same location as MDK (default: C:\Keil_v5\)

    This brings in support for LPC2146 and the missing file. Just create a new project. Once the legacy device database is installed, the selection of it in the dropdown list is enabled.

Reply
  • First, close out of all uVision projects.

    Then, try downloading legacy support for ARM7's:
    www2.keil.com/.../legacy
    After launching the executable, install it at the same location as MDK (default: C:\Keil_v5\)

    This brings in support for LPC2146 and the missing file. Just create a new project. Once the legacy device database is installed, the selection of it in the dropdown list is enabled.

Children