Other Parts Discussed in Thread: SYSCONFIG
Tool/software:
Hi Experts,
We are now developing AM2434_ALX for Modbus over RS485. The MAX3061EEKA+T IC is what we're using for Modbus communication. In order to construct our Modbus application, we are first using the UART echo low latency interrupt examples and APIs.
However, the uart_echo_low_latency_interrupt example requires a 1Sec wait time to process the command and return the response in our application.
After migrating our application code into UART_Echo_DMA, which also requires a delay time to react, we are searching for an alternative from the SDK example to avoid the delay time.
The GUI for the Modbus protocol is already available. GUI accepts from the controller's response time can range from 0 to 100 milliseconds. Unfortunately, we don't have an GUI background code. So that we might need to fix this issue in our controller itself.
We then reasoned that we might be able to get around this problem if we developed the application in any UART_Echo DMA LLD.
There is no UART_Echo DMA LLD example for AM2434LP in the most recent MCU plus SDK.
Please give me advice or provide suggestions to prevent the response time delay.
Regards,
Chockalingam N