User Activity

Posted on March 20, 2014 at 14:26Hi, When generating a project for the STM32F4xx, it incorrectly puts 8MHz into the crystal property of the Keil project.  This should be 25MHz as fitted to the board. Thanks Richard
Posted on March 20, 2014 at 12:48Hi, I've created the attached .ioc file for my modified ST3240G dev kit; when I generate the code and build it, I get the following: Error: L6218E: Undefined symbol ethernetif_notify_conn_changed (referred from ether...
Posted on February 27, 2014 at 21:56Hi, If you set the PLL speed of the micro to 160MHz (PLL_M=25, PLL_N=320, PLL_P=2) then the generated software correctly contains the line in SystemClock_Config():   HAL_RCC_ClockConfig(&RCC_ClkInitStruct, FLASH_L...