FLASH_DBANK_SUPPORT incorrectly defined for STM32G0B1CB
Hi, I write to report a possible bug in generating a project by selecting an STM32G0B1CB MCU.
I created the basic project using STM32CubeMX (6.9.0).
In the autogenerated file "stm32g0b1xx.h" (in Drivers/CMSIS/Device/ST/STM32G0xx/Include) there is the following define:
#define FLASH_DBANK_SUPPORT
However, the chip in question should have only one bank of 128kB.
Is this a bug or am I missing something?
