I've had some confusion lately about posted vs non-posted writes from the A8. There is a lot of different terminology out there that I think are indicating the same thing, but thought I'd pose the question here to be sure.
I'm working on the 814x processor, and my A8 writes take the same amount of time as reads. The DSP behaves as I would expect and takes a shorter amount of time to write vs read. So, it acts like the A8 may not be using posted writes when the region is not cacheable.
The ARM documents its different memory properties here:
http://infocenter.arm.com/help/topic/com.arm.doc.ddi0344i/Babghade.html#Babeidga
Is the characteristic I've described one that would match a strongly ordered access type, while what I really want is a device access type?
I don't know how this translates tho the registers or MMU PT on the TI reference manuals, and if that is the proper place to control a posted vs non-posted write from the A8. Does anyone have experience with the A8 on this topic? I don't think the question is limited to this chip, but rather TI's use of the A8.