Hello,
I saw that the Z-Stack is only available for the MSP430F2618. Is it possbile to port it on an MSP430F2274 or is there already a port available somewhere? Is there a Guide how to port the Z-Stack?
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.
Hello,
I saw that the Z-Stack is only available for the MSP430F2618. Is it possbile to port it on an MSP430F2274 or is there already a port available somewhere? Is there a Guide how to port the Z-Stack?
I don't recall what the memory footprint is for the Z-Stack, as this also depends on the type of device you are implementing. However, the MSP430F2618 has 116KBytes of flash whereas the MSP430F2274 has 32KBytes of flash. I don't believe the Z-Stack will fit in the MSP430F2274.
However, this is an alternative if the MSP430F2274 is desired. This alternative is to use the Z-Accel CC2480 solution, which implements the Z-Stack on the CC2480 and provides a simple API structure to implement on any MSP430 device.