Other Parts Discussed in Thread: Z-STACK, MSP430WARE
Hello,
I would like to use the MSP430ware within my z-stack project since I appreciate working with this type of library. I’m not sure whether this is possible as I have tried it and obtained the following error:
Error[e117]: Incompatible runtime models. Module APS specifies that '__data_model' must be 'small', but module adc10 has the value 'large'
I know that the z-stack provides a HAL, but I believe it is not flexible enough.
Is it possible to use the MSP430ware within a z-stack project? If yes, how can we avoid the above error?
Regards,