Logger to USB stick running on KL25Z

Dependencies:   F401RE-USBHost FastAnalogIn RTC mbed tsi_sensor2 mbed-rtos2

Fork of ReadSendData by Stuart Scott

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers board_cust.h Source File

board_cust.h

00001 /*
00002 Custom board descriptions
00003 */
00004 #ifdef BOARD_CUST_H
00005 #define BOARD_CUST_H
00006 /* CustomMK20DX128
00007    Customer Visible interfaces - NH B022_Rev1
00008 
00009   //R-Bridge sensor
00010    DacOut   senseRaDrv (connected electrically ADC_DP0)
00011    ADC0_DP0 adcDiffInP0
00012    ADC0_DM0 adcDiffInP1 senseRbAdcP
00013 
00014    ptB1 adcIn adcTemperature1
00015    ptB2 adcIn adcTemperature2
00016    ptB0 adcIn adcAir   
00017    ptB16 out CustLedRed
00018    ptB17 out CustLedGrn
00019    ptB18 cap  capSens1
00020    ptB19 cap  capSens2
00021 */
00022 
00023 /* Internal LiIon management interfaces
00024   ptA13 digOut enExtBat
00025   ptB3     adcIn adcVrechargeBat
00026   ADC0_DP3 adcIn adcRbatP
00027   ADC0_DM3 adcIn adcRbatM
00028   
00029   ptc0  adcIn adc10Vbat 
00030   ptC1 spare
00031   */
00032   /* External Power Management 
00033   ptC2 adcIn adcVextIn
00034   ptC8  adcIn adc10Vslr
00035 */
00036 
00037 /* Serial North Bound Interfaces
00038  Shared Uart1Tx Halfduplex
00039   enSdiTx
00040   enSdiRx
00041   enWire1Tx
00042   enWire1Rx
00043 */
00044 
00045 /* USB OTG 
00046    Vusb  (input to cmpUSB
00047    UsbDM
00048    UsbDP
00049    UsbOtg_Id
00050 */
00051 
00052 /* External Two FLASH chips.
00053    ptc3 C4 C5 C6 C7
00054 */
00055 
00056 /*Debug Serial Interafaces
00057 either JTAG or openSDA
00058  ptA0 SWD_CLK
00059  pta1 Uart0RxDebug
00060  pta2 Uart0RxDebug
00061  pta3 SWD_DI0
00062 */
00063 
00064 
00065 #endif // BOARD_CUST_H