Hello
We programmed PAN1740's OTP with uart_sps profile which was part of DSPS source code (f/w) as obtained from the following link:
http://support.dialog-semiconductor.com/resource/da14580-dialog-serial-p...
The programmed PAN1740 was then connected with a controller's UART pins in our system.
Whenever controller transmits 64 bytes or 58 bytes data packet, we got only 37 bytes on DSPS (android app). Whenever controller transmits 34 and 22 bytes data, we got entire 34 and 22 bytes on DSPS android app.
What should we do in order to receive complete data packet on DSPS app ?
Regards,
Vijay
Keywords:
Device:
Hi vijay sharma,
You mean that you lose data when you are using the DSPS project? Can you please try to disable the sleeping feature and try again. Also are you using the DSPS with hardware or software flow control? Normally the application should sent as much data as you place in the UART as long as it is in the proper Baud rate.
Thanks MT_dialog