Hi, I use Keil MDK 5.20 for ARM. I usually work with Cortex-M0, M3, and M4F MCUs.
If you use Eclipse, it has some refactoring features such as changing methods/functions names in every source files.
For instance, if I change function name foo to bar, Eclipse searches where foo is called and replace it to bar.
Similarly, when I work with Keil MDK, when I change the name of the function, I edit my header file and search where the function was called.
Does Keil support this type of refactoring features?
-Best Regards, David