We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hello,
I am using Arm DS IDE 2020. I am trying to write an assembly code to be downloaded on a board. In my assembly program file, I am including a file as:
INCLUDE startup_stm32l476xx.s
and this file is already in the project directory. But when I try to build the project I get an error that the file could not be opened: No such file or directory. Is there a specific way to make the project aware of the included files?
Thanks