I am getting a build warning because of a switch statement on Timer A ISR. It started when I tried to use the _never_executed() function. The error is
Section .text:Timer_A already has .RETAIN specified - ignoring .CLINK directive
I've tried to figure out what is going on but I'm still lost. Using __even_in_range() or a standard switch plus _never_executed() always generates the warning if there are more than two options in the switch statement.
The set up I have is a 430F2122, CCS 5.1.1.00031, TI complier V4.0.2
Any ideas on how to solve it, and ultimately does it really matter?
Thanks
Steve