User Activity

Hi, I have a STM32G030J6 with a trimpot connected to PA0 (NRST), but I need to disable NRST function. Based on pdf (UM2568) I write this:<code>uint32_t nrstmode; /* Enable Flash access anyway */ __HAL_RCC_FLASH_CLK_ENABLE(); /* Unlock flash */ FLASH-...