User Activity

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...