How to read STM32 UID from ST-Link ?
I have seen that STM32_Programmer_CLI has a "getAuthID" but it seems this reads something else than the UID available to software.
I know I can do
STM32_Programmer_CLI --connect port=swd index=0 -halt --optionbytes displ --blankcheck -r32 0x0BFA0700 12
but it is likely to work only on STM32U5 and I guess it make sense to have a generic way to read that.
Is there a better way to read that UID from ST-Link ?
