Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Introduction

One of the biggest issues with MSXI's electrical system was its inconsistency in parts and pinouts. There were at least 3 variations of the CAN controller/transceiver circuit and which SPI bus they were connected to, making debugging difficult. Some used different footprints, while others used different parts. This also made inventory a challenge, as each board had its own very specific set of components.

...

  • UART/USB? If we use USB, may need serial-to-usb converters on-board (In-car debugging)
  • Daisy-chaining power or not (LV Power granularity)
  • Hermaphroditic or not (Cost)
  • Switching regulator circuit or integrated DC-DC converter (board complexity, cost)

Part Selection

PartInfoDigikey Link
Product Details
Price
Image

STM32F072RBT6

ARM Cortex-M0

microcontrollerSTM32F072RBT6

Includes CAN controller, 51 IOs, 64-LQFP

497-14644-ND

http://www.st.com/content/st_com/en/products/microcontrollers/stm32-32-bit-arm-cortex-mcus/stm32f0-series/stm32f0x2/stm32f072rb.html
 

TCAN332DR

CAN Transceiver

Replacement for the SN65HVD232DR

296-43711-1-ND

 
  

External CAN connector

   

Molex internal wire-to-board surface mount PCB headers

Molex internal wire-to-board connector housings

Molex internal wire-to-board connector crimp terminals

WM1343-ND

WM2903-ND

WM2562CT-ND

Image RemovedImage RemovedImage Removed

Molex internal wire-to-board surface mount PCB headers

Molex internal wire-to-board connector housings

Molex internal wire-to-board connector crimp terminals

WM18448-ND

WM18436-ND

WM2501CT-ND

http://www.molex.com/molex/products/family?key=minifit_jr&channel=products&chanName=family&pageTitle=Introduction

http://www.molex.com/molex/products/datasheet.jsp?part=active/0039014050_CRIMP_HOUSINGS.xml

Mini-Fit Jr

Image RemovedImage RemovedImage Removed

TE internal wire-to-board through hole PCB headers

TE internal wire-to-board surface mount PCB headers

TE internal wire-to-board flat flex cable assembly

AMPMODU MTE

Image RemovedImage RemovedImage Removed

TE internal wire-to-board surface mount PCB headers

TE internal wire-to-board connector housings

TE internal wire-to-board connector crimp terminals

A33215CT-ND

A30261-ND

A30305-ND

http://www.te.com/usa-en/products/connectors/input-output-connectors/rectangular-i-o/intersection/3mm-low-profile-micro-mate-n-lok-connectors.html?tab=pgp-story

Low-profile Micro Mate-N-Lok

Image RemovedImage RemovedImage Removed

Board-to-board IO terminal

Non-hermaphroditic but slightly cheaper

A110996CT-ND

http://www.te.com/usa-en/product-1565357-6.html#pdp-docs-features

 

 

Board-to-board IO terminal

Mezzostak Hermaphroditic connectors

Samples from FCI are out of stock, order from Digikey

609-4602-1-ND

Image Removed

Board-to-board IO terminal

Samtec LS2 locking hermaphroditic connectors

Samples have been requested

Electrical and mechanical models available

LS2-125-01-F-D-RA1-ND

Image Removed

Board-to-board IO terminal

Samtec LSHM high-speed hermaphroditic terminals

Samples have been requested

Electrical and mechanical models available

Not on Digikey, will have to find supplier

LSHM-150-02.5-L-DV-A-S-TR

Image Removed
Off-board connectorsUsed for CAN, power, etc.TBD
Mezzanine connectorUsed to connect the controller board to a carrier boardTBD
Switching regulatorConverts 12v → 3.3vTBD
LEDsFor debugTBD
Debug headersFor SWD and UART/USBTBD

MCU Schematic Capture

Peripheral Selection

...