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.