STM32 BOOT0 not working
I have designed a board using the STM32U083KCU, i have programmed it once with a simple program made with STM32CubeIde that only prints "Hello\n" over USART2 on pins PA2 and PA3. I have flashed the chip over the same pins by holding the BOOT0 Pin high and power cycling it. It flashed it when it was blank. Now i tried to flash the full Program i wanted to upload and tried to upload it over the same method, using STM32CubeProg over UART2 on pins PA2 and PA3. I have held BOOT0 high. But it didn't flash, it said the Device is KO. I tried lowering the baud rates but this didn't help. I have tried to program it using SWD with a STM32Nucleo as the programmer. But the SWD doesn't connect to the chip. The STM works as it sends the "Hello\n" message to the computer if BOOT0 is low but for some reason also when BOOT0 is High. Is there a possibility to rescue the MCU ?
Thank you for your time (:
