Skip to content

Component Selection Example

Examples

Style 1

This is the example found in the assignment, uses more html

Table 1: Example component selection

External Clock Module

Solution Pros Cons

Option 1.
XC1259TR-ND surface mount crystal
$1/each
link to product
* Inexpensive[^1]
* Compatible with PSoC
* Meets surface mount constraint of project
* Requires external components and support circuitry for interface
* Needs special PCB layout.

* Option 2.
* CTX936TR-ND surface mount oscillator
* $1/each
* Link to product
* Outputs a square wave
* Stable over operating temperature
* Direct interface with PSoC (no external circuitry required) range
* More expensive
* Slow shipping speed

Choice: Option 2: CTX936TR-ND surface mount oscillator

Rationale: A clock oscillator is easier to work with because it requires no external circuitry in order to interface with the PSoC. This is particularly important because we are not sure of the electrical characteristics of the PCB, which could affect the oscillation of a crystal. While the shipping speed is slow, according to the website if we order this week it will arrive within 3 weeks.

Style 2

Also acceptable, more markdown friendly

External Clock Module

  1. XC1259TR-ND surface mount crystal

    Pros Cons
    Inexpensive Requires external components and support circuitry for interface
    Compatible with PSoC Needs special PCB layout.
    Meets surface mount constraint of project
  2. CTX936TR-ND surface mount oscillator

    Pros Cons
    Outputs a square wave More expensive
    Stable over operating temperature Slow shipping speed
    Direct interface with PSoC (no external circuitry required) range

Choice: Option 2: CTX936TR-ND surface mount oscillator

Rationale: A clock oscillator is easier to work with because it requires no external circuitry in order to interface with the PSoC. This is particularly important because we are not sure of the electrical characteristics of the PCB, which could affect the oscillation of a crystal. While the shipping speed is slow, according to the website if we order this week it will arrive within 3 weeks.