I found out that TM4C123G microcontroller uses direct quartz frequency to speed up its PLL. So there is a list of supported quartzs. But I can't found in this list 19.2 MHz - one of the most common quartzs ever. How it's possible?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I found out that TM4C123G microcontroller uses direct quartz frequency to speed up its PLL. So there is a list of supported quartzs. But I can't found in this list 19.2 MHz - one of the most common quartzs ever. How it's possible?
The frequency range of crystals supported is 4MHz to 25MHz. 19.2MHz will work, but not for USB. There are details about selecting the crystal in section 24.9.5 of the datasheet. Check the footnotes of table 24-18.
Sorry, I still can't find something about that crystal in the datasheet. Of course it works as it (this crystal set up on my board right now) but I was forced to do some tricks with dividers to adjust frequencys. I'm talking about the "native" support - it would be great to add it into processor and datasheet.
You are correct, there is no 19.2 MHz crystal in that table. I was referring to the information about selecting a crystal that is not in the table. If you are only making a few devices saying " Of course it works as it (this crystal set up on my board right now)" might be sufficient. However, if you are going to produce a product in volume you should take the time to look at the crystal ESR and select the proper tank circuit (capacitors and resistor). Also, I highly recommend having your design characterized by the crystal manufacturer before going into volume production.
While 19.2 MHz used to be a popular crystal choice, we have had no other requests for using that crystal value in the last seven years. The use of higher frequency PLLs and fractional dividers for UART baud rate generators has reduced that requirement. We currently have no plans to update the datasheets with a 19.2MHz crystal in the table. However, we will keep your suggestion in mind for the future.
Thank you for the clarification. I hope if there is a new chip revision, this crystal will appear.