This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

zmain_ram_init() elimination in Z stack 2.5.x

I am porting Z stack 1.4.3 to Z stack 2.5.0, I have noticed there is no zmain_ram_init() in new Z stack, we don't need it anymore?

thanks

Rui

  • In older versions of ZStack, zmain_ram_init() was used to initialize the call and parameter stacks to a known value, so that stack "high-water mark" could be determined. The IAR startup code now performs that task, rendering the zmain_ram_init() function unnecessary.