Hello,
I used UART to communicate anther chip. I used UART WRITE: void uart_write(uint8_t *bufptr, uint32_t size, void (*callback) (uint8_t)) for sending data out from DA14580.
Could you please let me know the max size for this function?
I used size=99, it works well, but when I use the size>100, the system didn't work. Please advise.
Thanks,
Alex
Keywords:
Device:
Hi Alex Luo,
I dont see any reason for this to happen, i dont see any limitation in the implementation of the uart_write, please try using the uart2_write() function instead of the uart_write(). Also i would strongly recommend to move into a more recent SDK.
Thanks MT_dialog
谢谢,我会尝试. ..