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

internal command error

hi

I am working with nordic nrf52810 soc, when i flash code using stlink v2 i am getting  "Internal command error", all my connections are correct. i can see my stlink connected inside debug in keil.  on the other hand i am able to program successfully stm32f103 using the same ide and programmer.

Parents
  • As I said, the ST-Link is specifically designed for ST devices, so I wouldn't be surprised if it's trying to do some ST-specific things - which are bound to fail on a non-ST chip.

    Is it really worth the effort of battling this, or would your time be better spent using a supported debug probe?

Reply
  • As I said, the ST-Link is specifically designed for ST devices, so I wouldn't be surprised if it's trying to do some ST-specific things - which are bound to fail on a non-ST chip.

    Is it really worth the effort of battling this, or would your time be better spent using a supported debug probe?

Children