I have a 16bit timer that is only sending me the LS 8bits through the 8bit ASC. How do I go about verifying that all 16bits of data are in the register?
Not exactly clear what the problem is. If you need to send 16 bits through the 8-bit ASC, why not send them byte-by-byte? There are plenty of ways of doing that. By the way, the SSC (High-Speed Synchronous Serial Interface) supports 16-bit words. Best regards, Mike.