Part Number: CC2650STK
Tool/software: Code Composer Studio
Hi, I have encountered a weird problem, since I want to do driver file level debugging(I found that I couldn't change some values in driver files when CCS searched functions of driver files in RTOS driver folders), so I copied the driver files directly to the project tree and the CCS now search functions from my project tree.
But I found that it something unexpected now happens which is totally different from that in the past, those worked properly in the past now failed... I really don't know why, because the driver files are exactly the same except one is from hard disk and one is under the project tree.