Other Parts Discussed in Thread: TIMAC, CC2430, Z-STACK
Hi, i'm developing an application on the TIMAC stack with the IAR Workbench 7.50. When i compile with near code model ( corresponding linker is lnk51ew_cc2430.xcl) everything works. Unfortunally i need more than 64 kb of flash memory so i set the memory code model = banked model. If now i compile i get this error:
Error[e117]: Incompatible runtime models. Module OSAL specifies that '__code_model' must be 'banked', but module mac_beacon has the value 'near'
Instead if i compile the zstack->sampleApplication (always banked model) it works!
I also tried to paste my application inside the Zstack folder but after compiling i always get the same error.
What can i do?