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.

Bug in SmartRF Studio7 1.16.0?

Other Parts Discussed in Thread: CC430F5137, CC1190

Good day, dear TI! I use SmartRf Studio7 1.16.0. to debug RF-modules based on CC430F5137. Now I need to attach RF-Frontend CC1190 to above chip, so I have to provide IO-lines to control CC1190 by CC430. I've tried to modify register_definition.xml file in the CC430 folder by adding definitions for PxOUT, xDIR and PxSEL. But, when I write required control bits to these registers there is no effect. I mean that port pins get no changes. Further more, I've found out that modifications take place in registers with the same least significant address byte as for PxOUT, for example. So, trying to write 0x01 to P3OUT (address 0x0222) actually causes writes to radiocore's register FREND0 (address 0x0022)!  I suppose some bugs in xml-parser in SmartRF Studio7. Could you, please, explain me how I can work this issue around?