Hi
I have a newlly started application on an SK-S7G2 starter kit, practically a simple extension of the netx duo http server example. The application works fine so far.
I have reached to the point that I would like to have a better understanding of the overall workings of the system so I've tried to include the ThreadX source in the HAL/commons thread in the configurator. I have scrolled to the bottom of the properies and set the "show linkage warning" to Disabled, and the application builds fine. The problem is that when i try to run the application it crashes in a very early stage into the NMI interupt service routine with reasons that seems to be "BSP_GRP_IRQ_RAM_PARITY" and "BSP_GRP_IRQ_MPU_STACK".
The first impression that I get is that the precompiled version of the ThreadX has different settings from the defaults that are applied when I include the ThreadX source.
Do you have any suggestions?
Thank you in advance for your response