Hi Jorge.
I read which your link web site.
As a result, fresscale don't provide Codewarrior version bootload SW.
Your link web site is not matched in my situation. I want to make code by using CW 10.3.
Do you know when the freescale provide CW10.3 bootload SW?
Or I think i can use AN2295 SW if i modify just little bit. CW bootload code and IAR bootload code are almost same. Is it right? If it is true, i just modify entrance of program. Do you have any idea how to modify this?
I really really look forard that.
Thank you.
kinetis_params.h file said:
#if defined(__CWCC__)
// #error The Code is not prepared for CodeWarrior (it will be done with version 10.3 due to Kinetis L)
//#elif defined(__GNUC__)
#elif defined(__IAR_SYSTEMS_ICC__)
#define CONST_FIX_VECTORS __root const
#define CONST_FIX_VECTORS_END
#elif defined(__ARMCC_VERSION)
#define CONST_FIX_DATA const
#else
#error Not supported compiler type
endif
If i modfiy CWCC area, can i use this with out error?