cancel
Showing results for 
Search instead for 
Did you mean: 

Building samples of STM32CubeF7

Hasan Jamal
Associate II
Posted on November 14, 2017 at 14:13

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    Type

Type '__HAL_PWR_VOLTAGESCALING_CONFIG(PWR_REGULATOR_VOLTAGE_SCALE1)' could not be resolved    main.c    /STM32F769I_EVAL/Example/User    line 128    Semantic Error

Type '__HAL_RCC_GPIOC_CLK_ENABLE()' could not be resolved    main.c    /STM32F769I_EVAL/Example/User    line 178    Semantic Error

Type '__HAL_RCC_PWR_CLK_ENABLE()' could not be resolved    main.c    /STM32F769I_EVAL/Example/User    line 123    Semantic Error

Type 'GPIO_MODE_IT_RISING' could not be resolved    main.c    /STM32F769I_EVAL/Example/User    line 181    Semantic Error

Type 'GPIO_NOPULL' could not be resolved    main.c    /STM32F769I_EVAL/Example/User    line 182    Semantic Error

Type 'GPIO_PIN_13' could not be resolved    main.c    /STM32F769I_EVAL/Example/User    line 183    Semantic Error

Type 'GPIO_PIN_13' could not be resolved    main.c    /STM32F769I_EVAL/Example/User    line 198    Semantic Error

Type 'RCC_CLOCKTYPE_HCLK' could not be resolved    main.c    /STM32F769I_EVAL/Example/User    line 155    Semantic Error

Type 'RCC_CLOCKTYPE_PCLK1' could not be resolved    main.c    /STM32F769I_EVAL/Example/User    line 155    Semantic Error

Type 'RCC_CLOCKTYPE_PCLK2' could not be resolved    main.c    /STM32F769I_EVAL/Example/User    line 155    Semantic Error

Type 'RCC_CLOCKTYPE_SYSCLK' could not be resolved    main.c    /STM32F769I_EVAL/Example/User    line 155    Semantic Error

Type 'RCC_OSCILLATORTYPE_HSE' could not be resolved    main.c    /STM32F769I_EVAL/Example/User    line 131    Semantic Error

Type 'RCC_PLL_ON' could not be resolved    main.c    /STM32F769I_EVAL/Example/User    line 133    Semantic Error

Type 'RCC_PLLP_DIV2' could not be resolved    main.c    /STM32F769I_EVAL/Example/User    line 137    Semantic Error

Type 'uint16_t' could not be resolved    main.c    /STM32F769I_EVAL/Example/User    line 196    Semantic Error
3 REPLIES 3
Hasan Jamal
Associate II
Posted on November 14, 2017 at 17:45

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?

Posted on November 14, 2017 at 19:21

Found that STM32F769 and STM32F779 is same except with encryption support, so flashing the file generated by STM32F769 project worked in STM32F779.

Posted on January 06, 2018 at 11:11

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 ?