M Prasanth Posted March 23, 2023 Report Share Posted March 23, 2023 I have register .. i am writing data on to it using APB protocol now how i need to check whether the data writtern on it or not. could you please suggest any method to check it in sequence. Quote Link to comment Share on other sites More sharing options...
chr_sue Posted March 23, 2023 Report Share Posted March 23, 2023 After writing registers you can simply read the registers. Then you know the real content of the register. Quote Link to comment Share on other sites More sharing options...
rawrakesh Posted August 4, 2023 Report Share Posted August 4, 2023 Hello @M Prasanth, definitely the most easiest way is mentioned by @chr_sue. Another way (not much recommended) can be if you know the design probe, you can try backdoor read. Depending on your usage, meaning if you've to do 100 writes and then reads, it may take time but backdoor can be faster. But then you might be missing to check the read functionality of register. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.