Do you not have the bh1415f datasheet?
It explains how to set the frequency in there...all easily done with PBP's SHIFTOUT commands...
bits 0 - 15
1,0,1,1,1,1,1,1,1,1,0,1,0,0,1,0
bits 0-10 = frequency, in this case 102.1Mhz
bit 11 = mode, in this case stereo
bits 12-13 = phase detector operation, in this case normal
bits 14-15 = test mode, in this case normal operation
It's right there on the last 2 pages of the bh1415f datasheet from ROHM.
Bookmarks