So how much time does the HTU take to complete a request from N2HET (RM46) to tranfer a sigle 32-bit dword to the N2HET RAM?
If I am using multiple requests in my N@HET program, how far apart should they be spaced in order to not loose requests?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
So how much time does the HTU take to complete a request from N2HET (RM46) to tranfer a sigle 32-bit dword to the N2HET RAM?
If I am using multiple requests in my N@HET program, how far apart should they be spaced in order to not loose requests?
Hello Safiullah;
My estimate will be less than 15 CPU cycles to complete. Unless you are generating HTU request at a rate faster 15 CPU cycles, you should not get the lost request error. Your NHET LRP (loop resolution clock) will most likely be much larger than 15 CPU clocks. The assumption here is that you have only one request coming from the NHET. If you have multiple requests coming from the NHET and each request is setup to transfer large amount of data then some lower priority requests may not be serviced in time resulting in request lost.