2022-04-26 12:52 PM
2022-04-26 02:56 PM
No, it shouldn't look like that.
You're using the programmer on the nucleo board to connect to an external custom board?
If you can otherwise use the chip by programming/reading/erasing the flash and it behaves as expected, perhaps you have a dud chip. Perhaps a half-baked clone.
2022-04-26 11:00 PM
Yes, using nucleo externaly.
I can program the chip and add applications to 0x08000000.
Is it possible to flash the bootloader binaries over or is the chip dead?
2022-04-27 07:20 AM
The bootloader is in ROM and cannot be modified in any way. This also means it cannot have been erased.
2022-04-27 07:21 AM
If I were you, I would read out values around 0x1FFF0000 within my code to double check what STM32CubeProgrammer is telling me.