Dear TI Engineer,
I have a problem when using CC2541 with TPS62730.
I use the P1_5 to control TPS62730. The input of TPS62730 is a stable 3.3V power supply.
My program read/write the internl Flash of CC2541.
1、I keep P1_5 to low in the whole program, the TPS62730 output 3.3V. The function all goes allright: Connection allright, Read/Write charicteristics allright, Flash Read/Write allright.
2、I keep P1_5 to high in the whole program, the TPS62730 output 2.1V. I use oscilloscope to monitor the output, the 2.1V is stable.
And Connection is allright, Read/Write charicteristics is allright. But when data is write into Flash and readback, the readback data is all 0xFF.
Q1:Can't the internal Flash work allright under 2.1V?
3、I set P1_5 to high first, and then set "HCI_EXT_MapPmIoPortCmd( HCI_EXT_PM_IO_PORT_P1, HCI_EXT_PM_IO_PORT_PIN5 );" in initilization.
Let OSAL to control P1_5.(I'm sure there is no other place using P1_5)
The device can be seen in LightBlue. But when I try to connect it, the connection cannot be set up. But as described in 1 and 2, when using 2.1V or 3.3V stable output, the connection always can be set up and the Characterstics Read/Write are allright.
Q2: What's the possible cause of this problem?(Flash Read/Write program is removed here)
Wishing for your help and advice.
Yours sincerely,
Frank