User Activity

I am not using Linux.Is the peripheral set used on the STM32MP1 brand new or imported from another STM32 Family?Tom
We have been having issued with printf redirection on more recent Cube versions, so I got out on eval board and built a Hello World project.I created it with CubeMX 4.27, got it working (seems ?default? libraries at some point, as I had to change __i...
Something has change with Version 4.26(.1)Any time I look at the Project Settings (even with no changes) I get a message saying:"This Project File (System.ioc) already exists in the chosen folder. Overwrite this file by this new Project?"If I say No ...
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('...