![]() |
|
|||||||
| RDM General Implementation Discussion General Discussion and questions relating to implementing RDM in a product. |
|
|
Thread Tools | Search this Thread | Display Modes |
|
|
#2 | |
|
Member
|
Quote:
Two main factors that determine what clock speed is required to meet the requirements of RDM. First, IMO, set up interrupt tasks for buffering IO/485 data, thus allowing you to run other processes without missing packet data. Built in to these interrupt driven task should be the response timing to meet the responder requirements of the standard. Second, consider how to handle your responses when saving data to non volatile memory. Either you will have to assign the data saving to another task and then respond ahead of the save task completing. or Alternatively, (not my preferred answer) employ ACK timer to allow time for the data save to complete before completing a response. I have a myriad of responder implementations running on an 8MHZ clock, running several other processes with ample resource. Hope this helps. Hamish
__________________
______________________________________________ Hamish Dumbreck |
|
|
|
|
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|