klonyyy / STMViewer

Real-time STM32 variable & trace viewer
GNU General Public License v3.0
536 stars 59 forks source link

Building - STM32 Target not found #58

Closed dzid26 closed 2 months ago

dzid26 commented 2 months ago

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?

klonyyy commented 2 months ago

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

dzid26 commented 2 months ago

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

It worked.