STM32cubeIDE generates incorrect linker script for STM32U073C8T6
When starting a new project in the STM32cubeIDE and selecting the STM32U073C8T6 as the microcontroller, which has 64k flash and 40k RAM, the generated linker script uses 256k flash and 32k RAM.

Also the description says that this device has 256k flash.

Is this a bug and if so how can this be fixed?
How can the linker script be updated to use the correct flash and RAM size?

