klonyyy / MCUViewer

Real-time embedded variable & trace viewer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Building - STM32 Target not found

dzid26 opened this issue · comments

Everything works fine when I use release.

However when I build myself (main of jlink_hss branch) I get this:
image

unknown chip id! 0x410 ?? Not sure if that's even related.

Any ideas?

Yes, you can see in the README.md, that you have to manually copy the ./chips directory to make it recognise your target.

Ah ok, I missed it. Maybe I thought it was a Linux instruction.

It worked.