This PR adds schematic symbols for TI's CC1200 and CC1201 RF transceiver ICs. The CC1201 is nearly identical to the CC1200, it's just cheaper with limited selectable bandwidth. These are both pin-compatible to the CC1120, and they use the same footprint as it (TI PVQFN-32 5X5MM RHB) though I'm not sure how to associate the symbols with the footprint.
I've used this symbol successfully on a test board this year.
SCH - RF - IC - TI CC1200.SchLibSCH - RF - IC - TI CC1201.SchLib
kindly represent every single pin separately, don't merger all VDD pins in one pin and hide the pin numbers like what you do.
name the pins exactly as they are in the pin configuration table here in page 6, so Pin 2 ~RST should be RESET_N.
Ground pad is must have a pin number even if it is marked as (-) in the pin configuration table, so it is (Pin 33) not (Pin PAD). this ease the process of linking SCHLib later to a PCBLib in the database.
I would recommend arranging the pins this way like TI CC1120
initially rename all the pins as the pin configuration table in the datasheet
separate RBIAS pin from DCPL pins by at least 1 square
move PA and TRX to the bottom right corner
move CS, SCLK, MOIS and MOIS/GPIO to the top right corner
This PR adds schematic symbols for TI's CC1200 and CC1201 RF transceiver ICs. The CC1201 is nearly identical to the CC1200, it's just cheaper with limited selectable bandwidth. These are both pin-compatible to the CC1120, and they use the same footprint as it (TI PVQFN-32 5X5MM RHB) though I'm not sure how to associate the symbols with the footprint.
I've used this symbol successfully on a test board this year.