Hi all,
I have built my own TAS1020B test hardware and so far its working great. The only problem is I need to use the UART to control a module connected to the RX/TX of the TAS1020B. This module require the baudrate to be set at 115200. Although I can set up the UART but couldnt achieve the correct baudrate. The TAS1020B is using a 6MHz crystal, from what I understand I will need to use a 5.5296Mhz crystal to generate the perfect 115200 baudrate. I beleive this will mess up the internal timing of the TAS1020B but is there anyway to correct the timing by chaging the value of some registers?
I know it is possible to use an SPI / I2C to UART bridge but I want to avoid this route if possible.
Many thanks