Building the KSDK as a static lib, SysTick_Handler issue!

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Building the KSDK as a static lib, SysTick_Handler issue!

Jump to solution
472 Views
mozturk
Contributor I

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!

Labels (1)
0 Kudos
1 Solution
348 Views
DavidS
NXP Employee
NXP Employee

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

View solution in original post

0 Kudos
1 Reply
349 Views
DavidS
NXP Employee
NXP Employee

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

0 Kudos