User Activity

I cannot enter the bootloader with the BOOT0 pin in the STM32G0C1 while I can with the NUCLEO-G0B1RE.I already checked the option bytes, and tried with nBOOT_SEL = 0 and nBOOT_SEL = 1.In the Nucleo board, it seems this nBOOT_SEL has no effect at all,...
Hi,we have an STM32F27ZI with VDD at 3.6V.We connected by mistake PDR_ON to GND while we drive the NRST with an external voltage monitor as in the picture.reset circuit to NRSTPower upPower downYellow -> 3.6, Purple -> Reset, Green-> PDR_ON In additi...
Posted on December 22, 2017 at 10:53I'm trying to store some data using HAL library.HAL_FLASH_Unlock();__HAL_FLASH_CLEAR_FLAG(FLASH_FLAG_EOP | FLASH_FLAG_OPERR | FLASH_FLAG_WRPERR | FLASH_FLAG_PGAERR | FLASH_FLAG_PGSERR );FLASH_Erase_Sector(ADDR_FLA...