Thursday 19 December 2019

differential - RS485 communication problem


I've designed a board with microcontroller (NXP, K64) to control i/o's. The uart port of the uC is connected to Maxim 3362 which converts the signal to RS485 half duplex communication. Using modbus protocol in the uController, the communication flows towards the connector on the right in the scheme, from there to an outside rs-485 to USB dongle (which connects to a master PC).


E:\Xilinx


I'm experiencing communication problems and using a differential probe and oscilloscope to sample the Rx and Tx lines of the differential rs485 communication (at the board output connector, pins 4 and 5 in the drawing) I've seen the following picture: message with noise


message with noise, zoom out



The picture shows a message sent from the PC to the uController, before the uCOntroller answered - and answered wrongly (with RTS high, as expected).


As you can see inside the message sent there are one's and zero's. The zero logic has a lot of oscillating noise on it and the one logic seems quiet.


Furthermore, before the message starts the zero seems okay. This seems a bit strange because if the ground had noise on it I would have suspected that zero logic inside the message and the zero logic before the message starts would have noise (also '1' would have noise, I guess) and not the zero logic inside the message alone...


Furthermore, I had one time during all my experiments which it did worked as expected (it was working ok for few days until now), see the following: enter image description here


As you can see in the second picture the '0' and the '1' seems okay and these pictures are from the same board.


is this a board problem, component problem?


I'm guessing it does not concern with the firmware... Any ideas?




No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...