Other Parts Discussed in Thread: TIMAC, CC2650
Hi ,
I've tried disabling security in TIMAC project CC2650 by removing the FEATURE_MAC_SECURITY define but the firmware doesn't work anymore.
The firmware runs untill ICall_createRemoteTasks(); and stops there.
In assembly debug it just goes between those:
0x1001bbd6: 0x2a00 CMP R2, #0
0x1001bbd8: 0xd0fd BEQ.N 0x1001bbd6
CC26xx Mac Sample Application.pdf says:
4.4 Setup MAC data frame security
- Select the “Secure” or “Secure-Banked” project from the IAR workspace to enable MAC_SECURITY services.
I can't find them in the msa_cc2650 workspace.
Any ideas?