Hi,
I'm using the EW8051 IAR IDE to develop a project based on the simpleBLEPeripheral reference design (an IAR EW8051 project).
At times I need to know locations of certain files in 'my project' and given that there are best part of 100 project files that make up the simpleBLEPeripheral (I think the same applies to Central and Coordinator projects), I wonder if there is a way of determine where certain files are - from within the IDE.
It is difficult to do this through expanding all the project folders in the IAR IDE (such as HAL, PROFILES, TOOLS, APP, TARGET and all the sub folders for each) and manually scan through them to find the file of interest.
Whilst there is a global-search for keywords in the IDE there doesn't appear to be a similar search function to find files to determine their locations even though the files are known to exist in the 'project'..
For example; hal_uart_isr.c is not in the folder structure of my project even though it is a part of it.
Ps. I know that I can locate this file using the search facility in Windows-Explorer but that's doesn't help as I need to open and modify this and other files for similar reasons..
Thanks.
JB.