Hello, I was looking at the Arduino_Core_STM32 from Github https://github.com/stm32duino/Arduino_Core_STM32. A friend of mine gave me 2 of these boards that has the STM32g474cet6 on them. As I was searching the github page to see if the processor is support. I could not find this chip support. Well that's not fully true. the STM32g474ce is currently being support but the STM32g474cet6 is not there. Does anyone know if this processor is supported by any STM core? I think I'm wrong and It is support. I can not tell and need help to figure this out.
The STM32g474ce is not a valid name for STM32 processor, all of them must have a 13 chars in the code.
Perhaps the "STM32g474ce" means "all that begins from STM32g474ce" - so your STM32g474cet6 is in the list too.