STM32F429 enable Dual Banks (DB1M)
Posted on July 12, 2018 at 19:52I have an STM32F429 and want to have dual banks.From looking at the manual I tried this, but it does not seem to work.Can anyone offer suggestions? (Solutions? )if ((FLASH->OPTCR&FLASH_OPTCR_DB1M_Msk) == 0) { printf('...