2024-05-06 01:42 AM
Hi, I copied example “en.stm32cubef4-v1-28-0\STM32Cube_FW_F4_V1.28.0\Projects\STM324x9I_EVAL\Examples\FMC\FMC_SRAM” in a separate local folder.
Copied files in included paths as shown below:
1 error remaining “Description Resource Path Location Type
make: *** No rule to make target 'C:/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c', needed by 'Drivers/STM32F4xx_HAL_Driver/stm32f4xx_hal.o'. Stop. FMC_SRAM C/C++ Problem”
Please let me know what changes required.
Solved! Go to Solution.
2024-05-07 01:58 AM
Hello @GauravK ,
It seems you have opened the folder, but not the project.
You should open/import the project in the repository tree (and not copy the example) - using File > Open projects from file system to import the project in your current workspace).
2024-05-07 01:58 AM
Hello @GauravK ,
It seems you have opened the folder, but not the project.
You should open/import the project in the repository tree (and not copy the example) - using File > Open projects from file system to import the project in your current workspace).
2024-05-08 01:44 AM - edited 2024-05-08 01:46 AM
I had used "open project from file system".
I tried creating new project and copying LED toggle example projects src and inc that was able to build.
I will try combining two 2 examples with same approach "SPI and GPIO toggle". Also need to check MCU challenges as well.