Part Number: LAUNCHXL-CC2650
Other Parts Discussed in Thread: CC2650
Tool/software: Code Composer Studio
Hi Ti Team:
we init the UART as callback mode :115200/8/N/1.it send a 64 bytes pakect evey 8ms and receive 12 bytes after the Tx finished.
it works well before i write a frame to the flash(we need stored 64Bytes data to the flash @ 0x1A000 after get a special Cmd)
after write a byte to the flash,the uart send nothing out even the UART_write(uart_handle,TxBuffer,64) was called every 8ms and and we find the "BUSY" bit of the FR register was SET and can't go into the ReadCallBack and the WriteCallBack anymore.
how can i do to prevent that?
Thanks
LN