Forum Discussion
Altera_Forum
Honored Contributor
13 years agoYes you put both header files in the HAL/inc folder.
But first I would suggest to put all your .h and .c files with the application rather than the component. It is easier to debug, as you don't have to recompile the BSP each time you make a change. Once you have working functions, you can try and put the .h files in HAL/inc and the .c files in HAL/src. You will then need to make a _sw.tcl file to declare all your source files, so that the BSP generator knows what files to pick up.