Posted on January 23, 2015 at 02:11
Hello,
I am new to this forum and have migrated from Freescale to STM32 based projects. I am implementing a switched mode power supply (SMPS) on the STM32F4Discovery board. I have successfully configure...
Posted on July 11, 2015 at 01:37Hi ARMGURU,I owe you a thanks for catching my oversight. You are absolutely right -- the NOR flash was likely not being erased so the downloaded code appeared to be functioning correctly. I couldn't find a protectio...
Posted on July 07, 2015 at 07:25Hi,I ran into the same issue. I'm not sure if you've downloaded the latest STM32CubeF7 firmware source code from the STM website. I just updated to Version 1.1 and found the entire STM32F7-Discovery project added to...
Posted on January 26, 2015 at 19:44
For the interests of others I have found the solution for the ETRF pin configuration:
GPIO_InitTypeDef GPIO_InitStructure;
/* GPIOB Clocks enable */
RCC_AHB1PeriphClockCmd(RCC_AHB1Periph_GPIOB, ENAB...