Other Parts Discussed in Thread: ENERGYTRACE
Tool/software:
Tool/software:
Hi, Ti
I have an external SE control by SPI interface , and I found that the current will stay at 2.5mA when SPI continuous opening. So for power saving, I want to close SPI when SE not working, and open SPI when SE working. But I found that SPI communication has issue after close then reopen SPI.
Close SPI I called SPI_close(); Reopen SPI I called SPI_init(); and SPI_open();
I want to ask how do I switch the SPI on and off correctly to achieve my goal.
SDK:simplelink_lowpower_f3_sdk_8_20_00_119\examples\rtos\LP_EM_CC2340R53\ble5stack\basic_ble