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.

LAUNCHXL-CC2640R2: HOW TO PROGRAM THE CC2640R2FF

Part Number: LAUNCHXL-CC2640R2
Other Parts Discussed in Thread: CC2640R2F

HOW TO TAKE INPUT FROM SENSOR IN CC2640R2F?

Is this correct way to program the CC2640R2F MCU ?

  By taking the reference from the TECHNICAL REFERENCE MANUAL .

I

wrote code make DIO0 as inout mode as open drain?

i make DIO0 as gpio input?

Using INPUT AND OUTPUT CONTROLLER registers?

Can i use particular bit field of the register?

IOC:IOCCFG0.POTRID =0X000000;

IOC:IOCFG0.IOMODE=0X100;

IOC:IOCFG0.WU_CFG=0X00;

IOC:IOCFG0.HYST.EN=0X1;

.......

Could i run this code in CODE COMPOSER STUDIO.