Hi
I am trying to make a HX8347A based 3.2" tft work with my 3rd party EVK1100 compatible board.
I started a new project for EVK1100 and i added the folowing modules:
GPIO driver
LCD ET024006DHU component
System Clock Control service
Then i noticed that in the EVK1105 lcd example it uses the Power manager driver to configure the microcontroller clock at 12Mhz and i added it.
Then when i tried remove the Sysem Clock Control Service from the ASF wizard it showed no any changes will be done and it removed the module name only without any of the files that it added in the project. (conf_clock.h , sysclk.c .h etc...)
It looks like its a bug...