I inherited a project using a Kinetis KL25 processor. Long story short is that I was able to install "Code Warrior 11.1" and import the project, Clean (All), and Build (All). To my delight this all worked and created the output hex file that matched the one currently being used. However, when I went to change the code it ended up running "Processor Expert" and now the code will not build. I get the following problems under the Components section:
Components/Referenced_Components
KSDK1:KinetisSDK - The component KinetisSDK is not supported in this version of Processor Expert
MCUC1:McuLibConfig - The component McuLibConfig is not supported in this version of Processor Expert
Components
WAIT1:Wait - The component Wait is not supported in this version of Processor Expert
It fails to build because the code calls WAIT1_Waitms in many places which is now undefined.
I am not familiar with this ecosystem so need some help. Did I configure something incorrectly, or failed to install something, or do the newer version of the development tools not really support this any more?
Thanks