Hi,
I have a standalone KSDSK/Processor Expert project for the K24F120M board. I used PE to add MQX Standard to my project, it brought over all of the sources I needed into my project's /SDK folder and everything's been building/running fine.
To make the build more manageable (and because I've encountered this bug during the link phase) I've been trying to build the SDK folder (platform, middleware, rtos) as a static lib using a new build configuration in Eclipse, and link against that using the old build config. My project seems to build and link fine, but no matter what linker options I have tried I keep encountering the issue detailed previously here.The tick interrupt ends up going through the default ISR and crashes the system.
What could be wrong? Does anyone know if there has been a definitive fix for this issue? Anything I should try?
I'm using KDS 3.0.0 and KSDK 1.2.
Thanks!
Solved! Go to Solution.
Hi Meric,
Maybe this link will have information to help you.
How To: Create a New MQX RTOS for KSDK Project in KDS
Regards,
David
Hi Meric,
Maybe this link will have information to help you.
How To: Create a New MQX RTOS for KSDK Project in KDS
Regards,
David