Open
Description
hi,
I'm working on a project where I would like to program an STM32G07x chip with ESP32 but this STM family is not supported now.
Is there a way to add it easily?
I have extended the model here:
struct {
uint32_t mcuid;
const char *name;
} _stm32_devices[] = {
{0x413, "STM32F405xx/07xx and STM32F415xx/17xx"},
{0x419, "STM32F42xxx and STM32F43xxx"},
{0x431, "STM32F411xC/E"},
{0x441, "STM32F412"},
{0x460, "STM32G07x"},
};
but it says:
12:14:47.014 -> Connecting...
12:14:47.014 -> Adafruit Generic CMSIS-DAP Adapter 123456 v0.1 (S)
12:14:47.014 -> No STM32 device found!
thanks