02-14-2007 01:30 AM
02-14-2007 01:45 PM
Vibro,
You are correct. There is a way to write to both registers. If you notice, IMR0 has a bold box around it. This means that it is a paged register. You write to this register only if you place a page in command before setting the value of the register. You can set the page-in state to true by writing the page-in auxiliary command to the auxiliary mode register.
This information is detailed in page 3-2 and 3-3 of the manual: http://www.ni.com/pdf/manuals/370875a.pdf
I hope this helps!
Steven Trahan
National Instruments
02-15-2007 04:39 AM
02-15-2007 08:13 AM
Hello Vibro,
You are correct. Any time you need to access one of the paged registers, you need to get into the Page In state. This state only lasts through the first memory read or write, so you need to get back into the Page In state in order to access more than one paged register.
So the way to set the primary address of 30 is exactly the way wrote.
I'm not completely sure what you mean by the order of read and write. Please clarify and I will be happy to help further.
Steven Trahan
National Instruments
02-15-2007 10:28 PM - edited 02-15-2007 10:28 PM
このメッセージは 02-15-2007 10:53 PMに vibro が編集しています。
02-16-2007 08:43 AM
02-18-2007 06:22 PM
Hello Steven-san
Thank you very much for the e-mail.
I understood for Page-In thanks to your kind explanation.
I had overlooked "The part of page 3-2 is enclosed by the bold line is Paged-Register".
I will try some READ/WRITE.