rocco,
Rooting around the SMAC examples I found this in MC13192_hw_config.c:
SPIDrvWrite(0x11,0x80FF); /* Eliminate Unlock Conditions due to L01 */
SPIDrvWrite(0x08,0xFFF7); /* Preferred injection */
SPIDrvWrite(0x06,0x4720); /* CCA, TX, RX, energy detect */
So this is what gets me worried:
1)not just bits 9:8 of address 0x11 are set to 0 (bits 14:8 are 0)
2)all bits except bit 3 are set to 1 in address 0x08
Until I learn some more, these are the settings I am going to use.
Thanks for the interest...