ShiboSoftwareDev/msp-exp430g2et
This circuit integrates a 4MHz crystal resonator, various resistors and capacitors for power management and filtering, a microcontroller (MSP430F5528), and multiple connectors and test points to enable USB communication, programming, and system monitoring with shielding and grounding.
- Version
- 1.0.2
- License
- unset
- Stars
- 0
imports/CSTCR4M00G53_R0.tsx
import type { ResonatorProps } from "@tscircuit/props"
export const CSTCR4M00G53_R0 = (
props: Omit<ResonatorProps, "frequency" | "loadCapacitance" | "pinVariant">,
) => {
return (
<resonator
frequency="4MHz"
loadCapacitance="15pF"
pinVariant="ground_pin"
supplierPartNumbers={{
"jlcpcb": [
"C22122"
]
}}
manufacturerPartNumber="CSTCR4M00G53_R0"
footprint={<footprint>
<smtpad portHints={["pin1"]} pcbX="-1.499997mm" pcbY="0mm" width="0.8001mm" height="2.99974mm" shape="rect" />
<smtpad portHints={["pin2"]} pcbX="-0.000127mm" pcbY="0mm" width="0.8001mm" height="2.99974mm" shape="rect" />
<smtpad portHints={["pin3"]} pcbX="1.499997mm" pcbY="0mm" width="0.8001mm" height="2.99974mm" shape="rect" />
<silkscreenpath route={[{"x":-2.300096999999937,"y":1.1000232000000096},{"x":-2.300096999999937,"y":-1.0999978000000965}]} />
<silkscreenpath route={[{"x":2.2998684000001504,"y":1.1000232000000096},{"x":2.2998684000001504,"y":-1.0999978000000965}]} />
<silkscreenpath route={[{"x":-2.300096999999937,"y":1.1000232000000096},{"x":-2.131313999999861,"y":1.1000232000000096}]} />
<silkscreenpath route={[{"x":-0.8689339999998538,"y":1.1000232000000096},{"x":-0.6313169999999673,"y":1.1000232000000096}]} />
<silkscreenpath route={[{"x":0.6310630000001538,"y":1.1000232000000096},{"x":0.8686800000000403,"y":1.1000232000000096}]} />
<silkscreenpath route={[{"x":2.1310600000001614,"y":1.1000232000000096},{"x":2.2998684000001504,"y":1.1000232000000096}]} />
<silkscreenpath route={[{"x":-2.300096999999937,"y":-1.0999978000000965},{"x":-2.131313999999861,"y":-1.0999978000000965}]} />
<silkscreenpath route={[{"x":-0.8689339999998538,"y":-1.0999978000000965},{"x":-0.6313169999999673,"y":-1.0999978000000965}]} />
<silkscreenpath route={[{"x":0.6310630000001538,"y":-1.0999978000000965},{"x":0.8686800000000403,"y":-1.0999978000000965}]} />
<silkscreenpath route={[{"x":2.1310600000001614,"y":-1.0999978000000965},{"x":2.2998684000001504,"y":-1.0999978000000965}]} />
<silkscreentext text="{NAME}" pcbX="-0.012827mm" pcbY="2.4986mm" anchorAlignment="center" fontSize="1mm" />
<courtyardoutline outline={[{"x":-2.5615269999999555,"y":1.7486000000000104},{"x":2.535873000000038,"y":1.7486000000000104},{"x":2.535873000000038,"y":-1.7486000000000104},{"x":-2.5615269999999555,"y":-1.7486000000000104},{"x":-2.5615269999999555,"y":1.7486000000000104}]} />
</footprint>}
cadModel={{
objUrl: "https://modelcdn.tscircuit.com/easyeda_models/assets/C22122.obj?uuid=cf7e6f23fe2b4e8ba9b6e877647e77c5",
stepUrl: "https://modelcdn.tscircuit.com/easyeda_models/assets/C22122.step?uuid=cf7e6f23fe2b4e8ba9b6e877647e77c5",
pcbRotationOffset: 0,
modelOriginPosition: { x: 0.00011430000006384944, y: 0, z: -1.15 },
}}
{...props}
/>
)
}