Hi all,
I am working on an application in which i need to record voice and store it in external flash and later play it. This recording and playing is done using SPI protocol. While recording and playing message i need to maintain clock speed at 32Mhz and all other functions should be stopped while recording and playing message. I don't have consideration for connection to be disconnected while recording and playing message. After i have done my process i can resume with the clock speed as assigned by BLE stack.Timing for recording and playing is 30sec each and is not a continuous process(just 5times a day)
I want to know how can i disable all other functionalities while doing above process and resume from where i had stopped after above process is done.