Hello,
I am working on MK61FX512 controller with MQX as RTOS. My development environment is Kinetis Design Studio.
I am running my application from DRAM memory. Currently, I am able to build, link MQX code to my application and it is debugging properly with jlink debugger.
Here, I am facing one issue. whenever code reaches to __libc_init_array call from toolchain_startup function. My code get crashes without any traces.
Any special library need to this during compilation or anything else I am missing here.
Thanks and Regards,
Prashant Tawde