Hi All.
I have used sample supported in link below to increase speed of bluetooth communication in my project.
"processors.wiki.ti.com/.../CC2540_Data_Throughput".
I used CC2540 as bluetooth module.
If DEFAULT_ENABLE_UPDATE_REQUEST = true, usart communication between main cpu and cc2540 is unstable in my project.
I used dma for transmitting and used interrupt for receiving on cc2540.
In this case usart receiving is often failure.
Many thanks.