Auto detect STM32G0 Variations? Or pc_init, pc_unInit, pc_program_page, pc_erase_sector, pc_eraseAll, static base, begin stack, end stack, begin data, page size, page buffers address in mcu?
I am using PyOCD and CMSIS Pack Manager to connect and read from my MCU. However, to write I need to know the specific MCU name such STM32g071cbux. Is there a way to autodetect that variation between like STM32g071cbTx. or can I auto detect like my p...