I mean the same directory level.
The firmware library contains, among other things, sample programs for various development platforms (NUCLEO, DISCOVERY, EVAL), which, however, each refer with relative paths to the libraries also included, e.g. Driver/STM32F0xx_HAL_Driver.
To try out and/or modify a project present there, it is best to copy the not yet compiled project in the original, e.g.
- Projects/STM32F030R8-Nucleo/Examples/FLASH/FLASH_EraseProgram
to e.g.
- Projects/STM32F030R8-Nucleo/Examples/FLASH/FLASH_EraseProgram_TEST
After you have tried it out and changed it to your needs, you can compare the original directory with the copied and changed one to have a summary of all important changes.
Regards
/Peter