Skip to main content
Visitor II
March 2, 2022
Question

ST-Link Utility Just Started Reporting "No elf loader found for this operation"

  • March 2, 2022
  • 1 reply
  • 2437 views

I've been using ST-Link for years with no issues. Tried it today to connect to a STM32L496 using the ST-Link Utility and an ST-Link V2 pod, but get this error message when I click "Connect". Tried a STM32L432, same issue. What am I missing? I'm not trying to use an external loader.

EDIT: Did a full chip erase and now it seems to be working. Would be nice to know what I'd done wrong though.

    This topic has been closed for replies.

    1 reply

    Graduate II
    March 2, 2022

    There's other loaders it puts in RAM to manage the individual parts too.

    If it can't pull the DEV ID properly, it can't associate the right loader.

    Perhaps your code interferes with the debug pins (PA13, PA14) or powers down the chip, pins or related logic, and thus breaks connectivity.