Hi,
I am using this chip in SPI FAST mode to implement FM modulation at VHF (30-300MHz) band with 70-100kHz max frequency deviation. As I have studied in the data sheet, I found out that the maximum frequency deviation can be calculated as,
FDEVmax = fPD*maxStep*Prescaler/(DEN*CHDIV_1*CHDIV_2)
here maxStep is 16 bit signed so it is 2^15-1. I chosed Prescaler = 4 and fPD = 120MHz (maximum is 130MHz given in the data sheet) to get maximum FDEVmax value. CHDIV_1*CHDIV_2 = 32 for my application. DEN = 2^24 should be set since I am using FSK mode. This will give the maximum frequency deviation about 30kHz. This is the maximum value that this chip supports in the given parameters. Am I right with this calculation? How can provide 70-100kHz maximum frequency deviation in my application ?
Best regards,