2017-11-14 05:13 AM
I'm new in this forum. I've got STM32F779I Eval board for one of our product. I've installed
STM32CubeF7. I've also installed System workbench for STM32. Then I tried build one of the sample and could not build, it needs more header files and libraries. Please let me know where I can get them. Thanks.
Description Resource Path Location TypeType '__HAL_PWR_VOLTAGESCALING_CONFIG(PWR_REGULATOR_VOLTAGE_SCALE1)' could not be resolved main.c /STM32F769I_EVAL/Example/User line 128 Semantic ErrorType '__HAL_RCC_GPIOC_CLK_ENABLE()' could not be resolved main.c /STM32F769I_EVAL/Example/User line 178 Semantic ErrorType '__HAL_RCC_PWR_CLK_ENABLE()' could not be resolved main.c /STM32F769I_EVAL/Example/User line 123 Semantic ErrorType 'GPIO_MODE_IT_RISING' could not be resolved main.c /STM32F769I_EVAL/Example/User line 181 Semantic ErrorType 'GPIO_NOPULL' could not be resolved main.c /STM32F769I_EVAL/Example/User line 182 Semantic ErrorType 'GPIO_PIN_13' could not be resolved main.c /STM32F769I_EVAL/Example/User line 183 Semantic ErrorType 'GPIO_PIN_13' could not be resolved main.c /STM32F769I_EVAL/Example/User line 198 Semantic ErrorType 'RCC_CLOCKTYPE_HCLK' could not be resolved main.c /STM32F769I_EVAL/Example/User line 155 Semantic ErrorType 'RCC_CLOCKTYPE_PCLK1' could not be resolved main.c /STM32F769I_EVAL/Example/User line 155 Semantic ErrorType 'RCC_CLOCKTYPE_PCLK2' could not be resolved main.c /STM32F769I_EVAL/Example/User line 155 Semantic ErrorType 'RCC_CLOCKTYPE_SYSCLK' could not be resolved main.c /STM32F769I_EVAL/Example/User line 155 Semantic ErrorType 'RCC_OSCILLATORTYPE_HSE' could not be resolved main.c /STM32F769I_EVAL/Example/User line 131 Semantic ErrorType 'RCC_PLL_ON' could not be resolved main.c /STM32F769I_EVAL/Example/User line 133 Semantic ErrorType 'RCC_PLLP_DIV2' could not be resolved main.c /STM32F769I_EVAL/Example/User line 137 Semantic ErrorType 'uint16_t' could not be resolved main.c /STM32F769I_EVAL/Example/User line 196 Semantic Error2017-11-14 08:45 AM
OK, got it built. Now I need to build for STM32F779, will need to make a new project. It would be nice to have something already existing. Could anyone share a project for STM32F779?
2017-11-14 11:21 AM
Found that STM32F769 and STM32F779 is same except with encryption support, so flashing the file generated by STM32F769 project worked in STM32F779.
2018-01-06 03:11 AM
Hi Hasan Jamal, I am also working on the same board. I am also able to build and run the STM32F769I code on my STM32F779I board.
Are you able to port the F769I code to F779I board ? Or else your using F769I code for F779I board for your further implementations. If yes, is there any problem are you facing with this code in your further implementations.
Please suggest me , Whether to proceed with the F769I code for F779I ?