Hi,
I have installed CW10.1 (Evaluation version), MQX 3.7.
If I make a new project, add RTCS support and create a basic Application then I get a linker error:
Overflow in segment: rom from section: .main_application Segment reserved size is: 0x0000fbe0 -- Overflow of: 0x00003bc4 kinetis line 0 C/C++ Problem
However if I comment out the "rtcs_init" call from Main_Task, then it compiles and links fine.
Any hints as to what could be the solution?
Thanks!