cancel
Showing results for 
Search instead for 
Did you mean: 

I have a hard time to program STM32H7B3I-DK from Keil MDK

bojankoce
Associate II

Hello guys.

As indicated in the title, I have an STM32H7B3I-DK board here with me. I am trying to play with it but currently having a hard time to load the code to the board from Keil MDK v5.23. When I compile the project and press a Download button, I get Internal Command error as indicated bellow:

0690X00000604IxQAI.jpg

0690X00000604J6QAI.jpg

ST-Link Debugger is selected for Debugger in Keil uVision project:

0693W000001qGiWQAU.png

Also, I used ST-Link Upgrade to upgrade ST-Link firmware to the latest version. The board seems to be functional because I can connect to it and program it using STM32CubeProgrammer but not with Keil MDK.

Do you have any idea what I might be doing wrong?

I used Keil MDK with Nucleo-F401RE board without any problem.

Thanks in advance for your time and efforts.

Sincerely,

Bojan.

1 ACCEPTED SOLUTION

Accepted Solutions

>>Keil MDK v5.23

VERY OLD

Get 5.29, use the ST-LINK drivers, DLLs and support from that. This board uses an ST-LINK V3, you need software that is sufficiently aware of this.

\KEIL\ARM\STLINK

STLinkUSBDriver.DLL

ST-LINKIII-KEIL_SWO.DLL

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

View solution in original post

2 REPLIES 2

>>Keil MDK v5.23

VERY OLD

Get 5.29, use the ST-LINK drivers, DLLs and support from that. This board uses an ST-LINK V3, you need software that is sufficiently aware of this.

\KEIL\ARM\STLINK

STLinkUSBDriver.DLL

ST-LINKIII-KEIL_SWO.DLL

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
bojankoce
Associate II

Hey, @Community member​ !

Thanks for your reply. With Keil v5.30 it is working like a charm! 🙂

Cheers,

Bojan!