Feature rich starter kit for evaluation, prototyping and application development for the EFM32 Gecko MCU family with the ARM Cortex-M3 CPU core.

Size: px
Start display at page:

Download "Feature rich starter kit for evaluation, prototyping and application development for the EFM32 Gecko MCU family with the ARM Cortex-M3 CPU core."

Transcription

1 USER MANUAL Starter Kit EFMG8XXSTK Feature rich starter kit for evaluation, prototyping and application development for the EFM Gecko MU family with the ARM ortexm PU core. Main features; Advanced Energy Monitoring provides realtime visibility into the energy consumption of an application or prototype design. Onboard debugger with debug out functionality segment Energy Micro L

2 Introduction. Features Advanced Energy Monitoring system for precise current tracking. Special hardware configuration for isolation of the MU power domain. Full feature USB debugger with debug out functionality. segment Energy Micro L. 0 pin expansion header. Breakout pads for easy access to I/O pins. Powered by USB or R0 battery. user buttons, user LEs and touch slider. MHz and.78khz crystal oscillators.

3 STK block diagram An overview of the Kit is shown in the block diagram below. Figure.. EFMG8XXSTK Block iagram + V R0 Reset ebug In/ Out Touch slider Touch Gecko EFM Push buttons LEs EXP 0 0 B USB m ini B Breakout pads

4 Hardware layout The layout of the EFMG8XXSTK is shown below. Figure.. EFMG8XXSTK hardware layout

5 Power supply. USB The EFMG8XXSTK can get its power from the standard USB mini port. The MU voltage will be. volts when USB is connected.. Battery There is a socket for a 0mm coin cell battery, which can be used to power the kit. When the USB is disconnected and the battery connect switch is turned on, the EFM and its peripherals is powered by the battery. The VMU voltage is.8 or lower when powered by the battery, depending on the battery voltage. There is a 0.V drop down from the battery voltage. The board controller/aem is not powered by the battery, so the BSP software support library cannot be used on battery power.

6 Reset infrastructure. MU The primary user reset for the MU is the reset button on the MU board. This will only reset the MU. The MU can also be reset by debuggers.. Board controller The board controller can only be reset by pulling and reinserting the USB cable.

7 Peripherals The starter kit has a set of peripherals that showcase some of the features of the EFMG. Be aware that most EFM I/O routed to peripherals are also routed to the breakout pads. This must be taken into consideration when using the breakout pads for your application.. Pushbuttons The kit has two user pushbuttons marked PB0 and PB. They are connected to the EFM, and are debounced by R filters with a time constant of ms.. LEs There are four LEs on the kit marked LE0 to LE. An active high on the respective pins will light the LEs.. L An Energy Micro L display is connected to the EFM. These lines are not shared on the breakout pads. apacitors for the EFMG L boost function is available on the EFMG8XXSTK.. Touch slider A touch slider utilizing the capacitive touch capability is available. It is placed under the two push buttons on the kit, above the "TOUH SLIER" print.. Touch Gecko The Gecko above the pushbuttons, and below the EFM logo, can also be used as a capacitive touch button. 7

8 7 Advanced Energy Monitor 7. Usage The AEM data is collected by the board controller and can be displayed by a P application. For instance, the "Gecko commander" utility contains a "power" command which can dump power data to file. A GUI application for displaying power usage will be available for download from the Energy Micro download section later. 7. AEM theory of operation In order to be able to measure currents ranging from 0.uA to 0mA (db dynamic range), two current sense amplifiers are utilized. The amplifiers measure voltage drop over a small series resistor and translates this into a current. Each amplifier is adjusted for current measurement in a specific range. The ranges for the amplifiers overlap and a change between the two occurs when the current is 00uA. To reduce noise, averaging of the samples is performed before the current measurement is presented in the AEM GUI. uring startup of the kit, a calibration of the AEM is performed. This calibration compensates for the offset error in the sense amplifiers. 7. AEM accuracy and performance The Advanced Energy Monitor is capable of measuring currents in the range of 0.uA to 0mA. For currents above 00uA, the AEM is accurate within 0.mA. When measuring currents below 00uA, the accuracy increases to ua. Even though the absolute accuracy is ua in the sub 00uA range, the AEM is able to detect changes in the current consumption as small as 0nA The measurement bandwidth of the AEM is 0Hz when measuring currents below 00uA and Hz when measuring currents above 00uA. The table below summarizes accuracy of the two current sense amplifiers in different ranges. Table 7.. AEM accuracy urrent range Low gain amplifier accuracy High gain amplifier accuracy 0mA 0.mA ma 0.mA 00uA 0.0mA ua ua 0.uA ua 0.uA Note Having both USB and battery connected may increase the AEM readings. 8

9 8 Board controller The control MU can act as a board controller (B). There is a UART connection between the EFM and the B. The connection is made by setting the bc_en line high. The EFM can then use the BSP to send commands to the B. When bc_en is low, bc_tx and bc_rx can be used by other applications. To use the board controller for your application, the Board Support Package (BSP) must be installed. See the BSP chapter to find out how. Note The board controller is only available when the STK is powered by USB.

10 Board Support Package The Board Support Package (BSP) is a set of source and header files that enables easy access to, and control over some board specific features. ompared to the Energy Micro development kit, the functionality is limited. Unless you need/want some of the functions contained in the BSP, there is really no need to include or use it. The EFM in the Starter Kit can be fully usable without BSP support, and you can use all peripherals in the :\Program Files\Energy Micro\EFM Gecko K\boards\EFM_Gxxx_STK\drivers folder without the BSP. The BSP use EFM peripheral UART0 (TX pin PE0, RX pin PE) on baudrate 08N to communicate with the board controller. Note The BSP is only functional when the Starter Kit is USBpowered, using these function calls under battery power will give unpredictable results.. Installation location When installing the complete software package for the kit, the BSP will be installed under the main installation directory, typically in a location such as :\Program Files\Energy Micro\EFM Gecko K\boards\EFM_Gxxx_STK\bsp\ or something similar (depending on your OS/Windows version). All files in the board support package is prefixed by stk.. Application Programming Interface To use the BSP, include the Starter Kit header file, like this: #include "stk.h" All functions in the BSP are prefixed with STK_. The main initialization routine is defined as void STK_Init(void); and must be called before any access to the STKfunctions. This function call will setup the UART communication channel with a 800 baud rate. This baud rate depends on the current core clock, so correct clock configuration should be set before calling this function. bool STK_Ready(void); Returns true if the board controller is responding. A nonresponding board will either return false, or hang (i.e. if the EFM is powered by the R0 battery cell). float STK_urrent(void);

11 Returns instant current usage in milliamperes. float STK_Voltage(void); Returns instant voltage (VMU) reading in volt. bool STK_EnergyMode(uint8_t em); Informs the board controller about the Energy Mode (sleep mode) we are going into. This information can be used by the board controller to present a richer visual graph for illustrating what the EFM is currently doing. In addition to these main functions, full documentation of the complete API is included in the oxygen/ HTML documentation of the installed package.. Example Applications Under the EFM_Gxxx_STK/examples folder in your installation directory, you will find an example program using the BSP, with corresponding project/makefiles for the supported IEs.. How to include in your own applications The easiest way to include the BSP in your application is to base your work on the example application that use the BSP. The following items are recommended for correct configuration:. Make sure you define the correct part number (i.e. EFMG80F8) as a preprocessor defined symbol. Make sure you define the correct part number (i.e. EFMG80F8) for your project file. Add and include the EFM_MSISfiles (startup_efm.s, system_efm.c, core_cm.c) to your project. Add and include _all_ BSP package.cfiles, with the stkprefix to your project. onfigure include paths to point at the MSIS/M/oreSupport and MSIS/M/eviceSupport/ EnergyMicro/EFM directories. onfigure include paths to point to the EFM_Gxxx_STK/bsp directory Make sure you call "STK_Init()" early at startup, and you should be all set.. hip errata Early versions of the development kit are shipped with EFM Engineering Samples on the MU modules. There has been updates to configuration and reset values that needs to be configured correctly on these early parts. We recommend always starting your application with a call to #include "efm_chip.h" HIP_Init(); in the EFM_MSIS (version..0 or later) core package to ensure correct and stable behavior. See the BSP examples for details. We recommend also to download and read the latest errata from the Energy Micro website for your part number.

12 onnectors. Breakout pads Most I/O except the L pins are routed to the breakout pads at the top and bottom edge of the kit. A.mm (0 mil) pitch pin header can be soldered in place on the pads for easier access. Note Some of the breakout pads are shared by onboard EFM peripherals. The shared pins can be identified by looking at the Shared by column in the tables below. The schematic must be consulted to make sure that it is OK to use a shared pin in your application. Table.. Bottom breakout pad row Pin Alternative Functions Shared by V PA TIM_0 L Boost capacitor PA TIM_ L Boost capacitor PA TIM_ L Boost capacitor PE0 U0_TX/PNT0_S0 B_TX PE U0_RX/PNT0_S B_RX PE AMP0_O EXP header PE AMP_O P0 AMP0_H0/US_TX/PNT0_S0 User LE 0 P AMP0_H/US_RX/PNT0_S User LE P AMP0_H/US_TX User LE P AMP0_H/US_RX User LE P AMP0_H/LET0_O0/US_LK/PNT_S0 EXP header P AMP0_H/LET0_O/US_S/PNT_S EXP header P AMP0_H/LEU_TX/I0_SA P7 AMP0_H7/LEU_RX/I0_SL P8 AMP_H0/TIM_0/US0_S Touch slider segment 0 P AMP_H/TIM_/US0_LK Touch slider segment P AMP_H/TIM_/US0_RX Touch slider segment P AMP_H/US0_TX Touch slider segment P AMP_H/MU_OUT0 EXP header P AMP_H/TIM_0/TIM0_TI0/PNT0_S0 Touch Gecko P AMP_H/TIM_/TIM0_TI/PNT0_S VMU V

13 Table.. Top breakout pad row Pin Alternative Functions Shared by V PB User button 0 PB User button PB A_OUT0/LET0_O0 EXP header PB A_OUT/LET0_O EXP header PB P0 US_TX/PNT_S0 EXP header P TIM0_0/US_RX/PNT_S EXP header P TIM0_/US_LK EXP header P TIM0_/US_S EXP header P LEU0_TX EXP header P LEU0_RX EXP header P AMP0_H/LET0_O0/I0_SA EXP header P7 AMP0_H7/LET0_O/I0_SL EXP header P8 A0_VM/MU_OUT EXP header P I0_SA P I0_SL VMU V

14 . Expansion header A 0 pin expansion header can be used to connect plugin boards. This contains a selection of I/O plus powers and ground. See the pinout in the table below. Table.. Expansion header pinout I/O # # I/O VMU P P0 P P P 7 8 P PE P PB P PB P P7 P P8 7 8 V 0 V Table.. Expansion header pin list EXP header pin number MU GPIO pin MU GPIO pin functions Ground VMU MU supply voltage P USART_LK #0 / LETIMER_OUT0 # / PNT_S0IN #0 / AMP0_H P0 USART_TX # / PNT_S0IN #0 / A0_H0 P USART_S #0 / LETIMER_OUT # / PNT_SIN #0 / AMP0_H P TIMER0_0 # / USART_RX # / PNT_SIN #0 / A0_H 7 P MU_LKOUT0 # / AMP_H 8 P TIMER0_ # / USART_LK # / A0_H PE AMP0 _OUT # P TIMER0_ # / USART_S # / A0_H PB LETIMER0_OUT0 # / A0_OUT0 P LEUART0_TX #0 / A0_H PB LETIMER0_OUT # / A0_OUT P LEUART0_RX #0 / A0_H P7 LETIMER0_OUT #0 / I0_SL # / A0_H7 P LETIMER0_OUT0 #0 / I0_SA # / A0_H 7 P8 MU_LKOUT # / A0_VM 8 V USB Power Ground 0 V.V board power

15 . ebug connector This connector is used for ebug In and ebug Out (see ebug chapter). The pinout is described in the table. Table.. ebug connector pinout Pin number Function Note VTARGET Target voltage on the debugged application. N /TRST TI 7 TMS/SWIO 8 TK RTK TO/SWO /RESET 7 P This pin has a 0k pulldown. 8 able detect This signal must be pulled to ground by the external debugger or application for cable insertion detection. P This pin has a 0k pulldown. 0 JTAG tap reset JTAG data in JTAG TMS or Serial Wire data I/O JTAG TK or Serial Wire clock JTAG RTK JTAG TO or Serial Wire Output Target MU reset

16 ebugging The EFMG8XXSTK has an onboard debugger, and it can be used in different ways to debug the EFM, both on and off kit. Below are descriptions on the different modes. heck the configuration chapter to find out how to change the debug setting. Table.. ebug modes Mode escription ebug MU In this mode the onboard debugger is connected to EFM on the EFMG8XXSTK. ebug IN In this mode the onboard debugger is disconnected, and an external debugger can be connected to debug the EFM on the EFMG8XXSTK. ebug OUT In this mode the onboard debugger can be used to debug an EFM mounted in your own application.. ebugging during battery operation When the EFM is powered by the battery (i.e. the USB is disconnected), the onboard debug functionality is not available. To enable debugging in this mode, connect an external debugger (e.g. another EFMG8XXSTK) to the debug pads in the bottom right corner of the EFMG8XXSTK. These pads are connected directly to the EFM debug interface. Note When the onboard debugger is active, a current of approximately.ua will be added to the AEM measurements.

17 Integrated evelopment Environments The Energy Micro software packages contains various examples in source form to use with the Starter Kit. The following IEs are supported.. IAR Embedded Workbench for ARM An evaluation version of IAR Embedded Workbench for ARM is included on a in the EFMG8XXSTK package. heck the quick start guide for where to find updates, and IAR's own documentation on how to use it. You will find the IAR project file in the iar subfolder of each project. Rowley Associates rossworks for ARM See the quick start guide for download details for rossworks for ARM. You will find rossworks project files in the rowley subfolder of each project.. odesourcery Sourcery G++ See the quick start guide for download details for Sourcery G++. The codesourcery subfolder contains Makefiles for use with the Sourcery G++ development environment.. Keil MKARM See the quick start guide for download details for evaluation versions of Keil MKARM. The arm subfolder in each project contains project files for MKARM. Please see the MKARM documentation for usage details. 7

18 energyaware ommander and Upgrades energyaware ommander is a program that comes with the Gecko K Installer package. It can perform various kit and EFM specific tasks. The program has two modes of operation, either command line or GUI mode. The command line is not backwards compatible with the earlier "Gecko ommander" shell utility, but support all features of that package.. GUI Operation The primary use of energyaware ommander is in the GUI mode. This utility gives the ability to program the EFM, upgrade the kit, lock and unlock devices and more. Some of the features will only work with Energy Micro kits, while other will work with a JLink debugger connected. Press the "F" button, or select the "Help>Help" menu item for a full description.. ommand Line operation Using the command line involves runnig the binary in a command shell, with an appropriate argument, e.g. eaommander.exe help All command line options will be parsed in the other they are given, so multiple commands can be run. Table.. energyaware ommander command line options Option escription version Prints version and exits help (h) Prints this help information flash image.bin (f) Flash binary file to EFM install package.emz (i) Install kit firmware mcuinfo Print MU information kitinfo Print Kit information usb 0 (u) Specify USB address speed wanted speed (s) Set SW speed (in khz) verify (v) Verify flash after upload mode in out mcu off (m) Set debug mode unlock Unlock a locked chip lock (l) Lock a chip reset (r) Reset the EFM unprotect Unprotect pages protect start stop Protect pages upload file Upload files to VK The mode option argument Sets the mode of the onboard debugger. Available modes: mcu ebug the EFM using the onboard debugger in ebug the EFM using an external debugger out Use the STK as an external debugger off isable the debugger 8

19 . Upgrades Upgrading the kit can be done by using the "Upgrade Kit" script in the start menu. New versions can be downloaded from The script will use energyaware ommander to install the latest available Kit SW package. It is important to upgrade the kit when installing a new SW package, as new energyaware ommander functionality might require kit controller software upgrades. You can also use the energyaware ommander for upgrades. Select the "Kit" icon, use the "Browse" button to select the correct file ending in ".emz", and press the "Install package button". Finally, there is an option at the command line, eaommander.exe install stkappl.emz to explictly install new packages by hand (or within a script).

20 Errata The following sections lists the erratas and known issues for operating the STK. You can read the STK revision on the white label on the back side of the STK. It is in the format "BR00, Rev: Axx".. hip errata You can use energyaware ommander (GUI version) and press the "onnect" button to retrieve EFM revision information. You can also use the command line version: eaommander.exe mcuinfo for the same. ownload the chip errata from for the latest erra updates on your device.. efmlib hip Init routine The efmlib #include "efm_chip.h" HIP_Init() routine will, as far as possible, enable work arounds for chip erratas to make EFM Gecko devices be as software compatible as possible. In some cases, this can introduce increased current. See the device errata and source code for details.. STK Revision Errata Table.. BR00 Revision Errata Revision Problem escription A00A0 The Gecko series of devices has an errata, where going to Energy Mode will drive a pull down on the SWO (Serial Wire Output) UART serial line. This will increase current with 800 ua. Work around is not using SWO to get more accurate measurements. Increased current usage 0

21 Version information The current version information can be read from Gecko ommander. Table.. urrent versions Type Version Released Firmware revision vp0 0 Board BR00A Rev. A0 000 Board BR00A Rev. A0 000

22 Schematic On the next pages you can find the schematic and the assembly drawings of the main board.

23 EFM Gecko Starter Kit Page Title Page Title Page Rev. Revision History escription User Interface Signal Assignments EFM I/O EFM Power A00 A0 A lot of bug fixes and improvements. Added #RST to the debug header and added a separate header (J0) for the touch segment pins. L A0 Fixed renaming of V to PB_REV0 Power + Misc 7 AEM 8 A0 Swapped two pins on 00 to simplify routing. ebug Interface ontrol MU B B A <Schematic Path> TOP Schematic Title EFM Starter Kit A esigned: Approved: GB <OrgAddr> Size BOM oc No: A <age ode> esign reated ate: Wednesday, ecember 0, 008 Page Title Title Page ocument number BR00A Sheet reated ate Saturday, March, 00 Revision A0 Sheet Modified ate Sheet Tuesday, June, 0 of

24 p,) MU_PA[..0] TOO: Hide TP values before release User pushbuttons VMU,,) MU_PB[..0] MU_PA MU_PA MU_PA MU_PB MU_PB MU_PB MU_PB MU_PB TP0 TP TP TP TP TP TP TP8 (p ) UIF_PB[..0] UIF_PB[..0] UIF_PB0 UIF_PB R 0K 0 N R 0K N SW0 SW R0 0R R 0R,,) MU_P[..0] MU_P0 MU_P MU_P MU_P MU_P MU_P MU_P MU_P7 MU_P8 MU_P MU_P MU_P MU_P MU_P MU_P TP TP TP7 TP8 TP TP TP TP TP TP7 J0 NM Touch slider T0 TOUH SLIER Touch gecko T TOUH GEKO (p ) UIF_SLIER[..0] (p,) MU_P[..0] MU_P0 MU_P MU_P MU_P MU_P MU_P MU_P MU_P7 MU_P8 TP8 TP TP TP TP TP TP TP TP EXP port UIF_SLIER0 UIF_SLIER UIF_SLIER UIF_SLIER UIF_GEKO MU_P MU_P TP7 TP8 VMU V V p,) B MU_PE[..0] MU_PE0 MU_PE MU_PE MU_PE TP TP TP TP TP TP TP TP TP7 TP8 (p,,) (p ) (p ) (p ) MU_P[..0] MU_PE MU_PB MU_PB MU_P MU_P MU_P MU_PE MU_PB MU_PB MU_P7 MU_P8 P HEAER_X_.MM_HOR_SM MU_P0 MU_P MU_P MU_P MU_P MU_P MU_P MU_P[..0] (p,) B VMU TP TP (p ) UIF_LE[..0] User LEs UIF_LE0 UIF_LE UIF_LE UIF_LE 7 8 RP0 K LE0 YELLOW LE YELLOW LE YELLOW LE YELLOW A V V TP TP TP TP <Schematic Path> TOP esigned: Approved: GB <OrgAddr> Size BOM oc No: A <age ode> esign reated ate: Wednesday, ecember 0, 008 Schematic Title EFM Starter Kit Page Title User Interfaces ocument number BR00A Revision A0 Sheet reated ate Sheet Modified ate Sheet Saturday, March, 00 Tuesday, June, 0 of A

25 PA onnections PB onnections (p,,) MU_PA[..0] MU_PA0 MU_PA MU_PA MU_PA MU_PA MU_PA MU_PA MU_PA7 MU_PA8 MU_PA MU_PA MU_PA MU_PA MU_PA MU_PA MU_PA L_PA0 L_PA L_PA L_PA L_PA L_PA L_PA L_PA7 L_PA8 L_PA L_PA L_PA L_PA L_PA L_PA L_PA L_PA[..0] (p,,) (p,,,) MU_PB[..0] MU_PB0 MU_PB MU_PB MU_PB MU_PB MU_PB MU_PB MU_PB7 MU_PB8 MU_PB MU_PB L_PB0 L_PB L_PB L_PB L_PB L_PB L_PB UIF_PB0 UIF_PB L_PB[..0] (p,) LFXTAL_P (p,) LFXTAL_N (p,) UIF_PB[..0] (p,) MU_PB MU_PB HFXTAL_P (p,) HFXTAL_N (p,) P onnections (p,,) MU_P[..0] MU_P0 MU_P MU_P MU_P MU_P8 MU_P MU_P MU_P MU_P MU_P UIF_LE0 UIF_LE UIF_LE UIF_LE UIF_SLIER0 UIF_SLIER UIF_SLIER UIF_SLIER UIF_LE[..0] (p,) UIF_SLIER[..0] (p,) UIF_GEKO (p,) MUBG_TO_SWO (p,) P onnections (p,,) MU_P[..0] MU_P MU_P MU_P MU_P MU_P L_P L_P L_P L_P L_P[..] (p,) EFM_B_EN B PF onnections B PE onnections (p,,) MU_PF[..0] MU_PF0 MU_PF MUBG_TK_SWLK (p,) MUBG_TMS_SWIO (p,) A (p,,) MU_PE[..0] MU_PE0 MU_PE MU_PE MU_PE MU_PE MU_PE7 MU_PE8 MU_PE MU_PE MU_PE MU_PE MU_PE MU_PE MU_PE L_PE L_PE L_PE L_PE7 L_PE8 L_PE L_PE L_PE L_PE L_PE L_PE L_PE EFM_B_TX EFM_B_RX L_PE[..] (p,) <Schematic Path> TOP MU_PF MU_PF MU_PF MU_PF MU_PF MU_PF7 MU_PF8 MU_PF L_PF L_PF L_PF L_PF L_PF L_PF7 L_PF8 L_PF Schematic Title EFM Starter Kit L_PF[..] (p,) A esigned: GB Size A BOM oc No: <age ode> Approved: <OrgAddr> esign reated ate: Wednesday, ecember 0, 008 Page Title Signal Assignments ocument number BR00A Sheet reated ate Friday, January, 0 Revision A0 Sheet Modified ate Sheet Tuesday, June, 0 of

26 (p,) MU_PA[..0] U00A B (p,,) (p,,) (p,) (p,) (p,) MU_PB[..0] MU_P[..0] MU_P[..0] MU_PE[..0] MU_PF[..0] MU_PE0 MU_PE MU_PE MU_PE MU_PE MU_PE MU_PE MU_PE7 MU_PE8 MU_PE MU_PE MU_PE MU_PE MU_PE MU_PE MU_PE MU_PF0 MU_PF MU_PF MU_PF MU_PF MU_PF MU_PF MU_PF7 MU_PF8 MU_PF MU_P0 MU_P MU_P MU_P MU_P MU_P MU_P MU_P7 MU_P8 MU_P MU_P MU_P MU_P MU_P MU_P MU_P L K J J J H H H H8 A B H J E E F E A B B A B A B A A E8 8 8 B8 A8 A7 B7 A B U00B 0 / USART_TX # / PNT_S0IN #0 / A0_H0 / TIMER0_0 # / USART_RX # / PNT_SIN #0 / A0_H / TIMER0_ # / USART_LK # / A0_H / TIMER0_ # / USART_S # / A0_H / LEUART0_TX #0 / A0_H / LEUART0_RX #0 / A0_H / LETIMER0_OUT0 #0 / I0_SA # / A0_H 7 / LETIMER0_OUT #0 / I0_SL # / A0_H7 8 / MU_LKOUT # / A0_VM / EBI_S0 / L_SEG8 / EBI_S / L_SEG / EBI_S / L_SEG0 / EBI_S / L_SEG / I0_SA # / I0_SL # E0 / UART0_TX # / PNT0_S0IN # E / UART0_RX # / PNT0_SIN # E / AMP0 _OUT # E / AMP_OUT # E / USART0_S # / L_OM0 E / USART0_LK # / L_OM E / USART0_RX # / L_OM E7 / USART0_TX # / L_OM E8 / EBI_A0 / PNT_S0IN # / L_SEG E / EBI_A / PNT_SIN # / L_SEG E / EBI_A / TIMER_0 # / USART0_TX #0 / L_SEG E / EBI_A / TIMER_ # / USART0_RX #0 / L_SEG7 E / EBI_A / TIMER_ # / USART0_LK #0 / L_SEG8 E / EBI_A / USART0_S #0 / AMP0_OUT #0 / L_SEG E / EBI_A / LEUART0_TX # / L_SEG E / EBI_A7 / LEUART0_RX # / L_SEG F0 / LETIMER0_OUT0 # / BG_SWLKTK F / LETIMER0_OUT # / BG_SWITMS F / EBI_ARY / AMP_OUT #0 / BG_SWV #0 / L_SEG0 F / TIMER0_0 # / EBI_ALE / L_SEG F / TIMER0_ # / EBI_WEn / L_SEG F / TIMER0_ # / EBI_REn / L_SEG F / TIMER0_0 # / UART0_TX #0 / L_SEG F7 / TIMER0_ # / UART0_RX #0 / L_SEG F8 / TIMER0_ # / L_SEG F / L_SEG7 PORT PORT E PORT F EFMG80F8 MU_PA0 MU_PA MU_PA MU_PA MU_PA MU_PA MU_PA MU_PA7 MU_PA8 MU_PA MU_PA MU_PA MU_PA MU_PA MU_PA MU_PA MU_PB0 MU_PB MU_PB MU_PB MU_PB MU_PB MU_PB MU_PB7 MU_PB8 MU_PB MU_PB MU_PB MU_PB MU_PB MU_PB MU_PB MU_P0 MU_P MU_P MU_P MU_P MU_P MU_P MU_P7 MU_P8 MU_P MU_P MU_P MU_P MU_P MU_P MU_P E E E H H J J K J K L B E F F F F G G K L J7 J8 L L L8 L H J H J K L G G B B A A A0 / TIMER0_0 #0, / EBI_A / I0_SA #0 / L_SEG A / TIMER0_ #0, / MU_LKOUT / EBI_A / I0_SL #0 / L_SEG A / TIMER0_ #0, / MU_LKOUT0 / EBI_A / L_SEG A / TIMER0_0 #0 / EBI_A / UART0_TX # / L_SEG A / TIMER0_ #0 / EBI_A / UART0_RX # / L_SEG7 A / TIMER0_ #0 / EBI_A / LEUART_TX # / L_SEG8 A / EBI_A / LEUART_RX # / L_SEG A7 / L_SEG A8 / TIMER_0 #0 / L_SEG A / TIMER_ #0 / L_SEG7 A / TIMER_ #0 / L_SEG8 A / L_SEG A / TIMER_0 # / L_BAP_P A / TIMER_ # / L_BAP_N A / TIMER_ # / L_BEXT A / EBI_A8 / L_SEG B0 / TIMER_0 # / L_SEG B / TIMER_ # / L_SEG B / TIMER_ # / L_SEG B / USART_TX # / PNT_S0IN # / L_SEG0 B / USART_RX # / PNT_SIN # / L_SEG B / USART_LK # / L_SEG B / USART_S # / L_SEG B7 / USART_LK #0/ LFXTAL_P B8 / USART_S #0 / LFXTAL _N B B B / LETIMER0_OUT0 # / A0_OUT0 B / LETIMER0_OUT # / A0_OUT B / LEUART0_TX # / HFXTAL_P B / LEUART0_RX # / HFXTAL_N B 0 / USART_TX #0 / PNT0_S0IN # / AMP0_H0 / USART_RX #0 / PNT0_SIN # / AMP0_H / USART_TX #0 / AMP0_H / USART_RX #0 / AMP0_H / USART_LK #0 / LETIMER_OUT0 # / PNT_S0IN #0 / AMP0_H / USART_S #0 / LETIMER_OUT # / PNT_SIN #0 / AMP0_H / LEUART_TX #0 / I0_SA # / AMP0_H 7 / LEUART_RX #0 / I0_SL # / AMP0_H7 8 / TIMER_0 # / USART0_S # / AMP_H0 / TIMER_ # / USART0_LK # / AMP_H / TIMER_ # / USART0_RX # / AMP_H / USART0_TX # / AMP_H / MU_LKOUT0 # / AMP_H / TIMER0_0 #, / TIMER_0 #0 / PNT0_S0IN #0 / AMP_H / TIMER0_ #, / TIMER_ #0 / UART0_TX # / PNT0_SIN #0 / AMP_H / TIMER0_ #, / TIMER_ #0 / UART0_RX # / BG_SWV # / AMP_H7 PORT A PORT B PORT EFMG80F8 B A <Schematic Path> TOP Schematic Title EFM Starter Kit A esigned: Approved: GB <OrgAddr> Size BOM oc No: A <age ode> esign reated ate: Wednesday, ecember 0, 008 Page Title EFM I/O ocument number BR00A Sheet reated ate Tuesday, January, 0 Revision A0 Sheet Modified ate Sheet Tuesday, June, 0 of

27 R0 0R (p ) MUBG_#RESET SW N VMU TP00 L00 BLMBS R00 R 0 U AVU N TP0 N K K8 K L L7 K7 K U00 RESETn AV AV AV AVSS AVSS AVSS EOUPLING V_REG V V V V V V VSS VSS VSS VSS VSS VSS VSS F F8 7 G8 H7 L G F 7 G H K G 00 U VU N 0N 0N N 0N 0N VMU 07 U EFMG80F8 Low Frequency lock HFXTAL_N (p ) LFXTAL_N (p ) HFXTAL_P (p ) LFXTAL_P (p ) B X00 X0 B P.0MHz P P.78kHz P A <Schematic Path> TOP Schematic Title EFM Starter Kit A esigned: Approved: GB <OrgAddr> Size BOM oc No: A <age ode> esign reated ate: Wednesday, ecember 0, 008 Page Title EFM Power ocument number BR00A Sheet reated ate Tuesday, January, 0 Revision A0 Sheet Modified ate Sheet Tuesday, June, 0 of

28 L signal connections L Boost L_PE[..] (p ) (p ) L_PF[..] (p ) L_PE[..] (p,) L_PA[..0] (p ) L_PB[..0] L_PF L_PF L_PF L_PF L_PE8 L_PE L_PE L_PE L_PE L_PE L_PE L_PE L_PA L_PA0 L_PA L_PA L_PA L_PA L_PA L_PA L_PB L_PB L_PB L_PB L_SEG0 L_SEG L_SEG L_SEG L_SEG L_SEG L_SEG L_SEG7 L_SEG8 L_SEG L_SEG L_SEG L_SEG L_SEG L_SEG L_SEG L_SEG L_SEG7 L_SEG8 L_SEG L_SEG0 L_SEG L_SEG L_SEG L A0_EM_EM_EM OM 7 A_EM0_EM_ANT OM A_7_7M_7B OM A_7E_7G_7F OM0 A M_B OL_8E_8G_8F A_E_G_F 8_8_8B_8A A M_B N A7_E_G_F P_E_G_F EFM_PA0_PA_GEK B_A 0 MINUS_E_G_F N _Q_H_A N 8 7 N_P_J_K P_P_P_P BAT M_B PM_E_G_F B_E_G_F _F_UA_MA _Q_H_A B_A N_P_J_K AM_E_G_F OL M_B B_A B0_E_G_F 7N_7P_7J_7K _Q_H_A 7_7Q_7H_7A 0 N_P_J_K N_P_J_K B M_B _Q_H_A 8 P_E_G_F N_P_J_K 7 _Q_H_A _Q_H_A N_P_J_K OL M_B EM L L_OM L_OM L_OM L_OM0 L_SEG L_SEG8 L_SEG L_SEG L_SEG L_SEG L_SEG L_SEG L_SEG0 L_SEG L_SEG8 L_SEG7 L_SEG L_SEG L_SEG L_PE7 L_PE L_PE L_PE L_PA L_PA L_PA8 L_PA7 L_PA L_PB L_PB L_PB0 L_P L_P L_P L_P L_PF L_PF8 L_PF7 L_PF L_PA[..0] (p,) L_PB[..0] (p ) L_P[..] (p ) (p,) L_PA[..0] L_PA L_PA L_PA 00 N 0 U L_PF[..] (p ) Segment names B B A <Schematic Path> TOP Schematic Title EFM Starter Kit A esigned: Approved: GB <OrgAddr> Size BOM oc No: A <age ode> esign reated ate: Wednesday, ecember 0, 008 Page Title L ocument number BR00A Sheet reated ate Tuesday, January, 0 Revision A0 Sheet Modified ate Sheet Tuesday, June, 0 of

29 V TP00 V P00 USB_MINI_B x 8 7 TP0 Place these TPs close to USB header V 00 0N 0 U R00 K 7 U00 IN OUT OUT SET SHN FAULT 8 _HEAT LP8ILAJ 0 N R0 K R0 80K TP0 00 L00 V BLMP00S R0 V 0K R0 USBP (p ) V_SENSE (p ) 0K USBM (p ) V_SENSE (p ) 0 R0 0 0K 0N R0 0K 0N TP0 TP0 IP0Z Power input V V M M M V VMU VMU_BG VMU_AEM R07 K R08 K V B EFM_B_RX EFM_B_TX R M U0A OM OM OM OM IN IN IN IN TSA7 NO NO 8 NO NO B_RX (p ) B_TX (p ) (p ) (p ) TRLMU_I_SA TRLMU_I_SL U0A SA SL A0 A A WP 7 AA0 R0 K EEPROM_WP (p ) V B EFM_B_EN R M R M VMU U0B 0 V 8 0N VSS AA0 A U0B V+ 7 TSA7 0 0N <Schematic Path> TOP esigned: Approved: GB <OrgAddr> Size BOM oc No: A <age ode> esign reated ate: Wednesday, ecember 0, 008 Schematic Title EFM Starter Kit Page Title Power + Misc ocument number BR00A Revision A0 Sheet reated ate Sheet Modified ate Sheet Saturday, March, 00 Tuesday, June, 0 7 of A

30 V 70 0N TP70 70 U R700 K 7 U70 IN SHN LP8ILAJ OUT OUT SET FAULT 8 _HEAT 70 N R70 80K R70 K TP700 VMU_R R70 R7 VMU_S TP70 (p ) AEM_VMU_ENABLE 700 U 70 0N U700 OM N TSAA 0mA calibration switch IN NO V+ V 70 0N TP70 R7 0R TP NM ST700 R70 0R TP70 VMU 70 0N TP70 TP70 ON SW700 AEM_TRL0 AEM_TRL AEM_TRL AEM_TRL U70A OM OM OM OM IN IN IN IN TSA7 NO NO 8 NO NO TP7 TP7 TP7 TP7 R70 K R70 K R707 7K R708 M + P700 OIN_ELL MU power regulators (p ) AEM_TRL[..0] 708 VMU_R VMU_S VMU_R VMU_S 70 L700 V BLMBS VS R70 K8 7 0N R77 R 7 U 7 U70 LT INS IN+ INF VREG V+ V V OUT V (HEAT) 8 R78 K R7 R R7 K R7 K 7 N R7 N + TLV7 U70A R7 0R TP70 AEM_SENSE_URRENT_RANGE (p ) VS 7 0N R7 R7 7 U70 INS INF VREG V+ V V V (HEAT) LT IN+ OUT 8 R70 K R7 0R R7 K 70 BATS NM R7 K 7 N R7 + N TLV7 U70B R7 0R 7 TP707 B MU power current sense K NM K NM AEM_SENSE_URRENT_RANGE (p ) B VMU voltage sense A referance voltage V L70 R7 V A VMU_AEM U70A + MP00T R77 7K R7 0K TP N AEM_SENSE_VOLTAGE (p ) 70 0N U70B V MP00T V TP7 A_VREF 7 U V R78 K 70 LM00IM.0 BLMBS R U N V 8 U70B 707 V+ 0N U 7 TSA7 TLV7 <Schematic Path> TOP Schematic Title EFM Starter Kit Page Title esigned: Approved: Advanced Energy Monitor GB <OrgAddr> ocument number Revision Size BOM oc No: A <age ode> BR00A A0 esign reated ate: Sheet reated ate Sheet Modified ate Sheet Wednesday, ecember 0, 008 Wednesday, August, 00 Tuesday, June, 0 8 of A

31 V EBUG_EXT_ABLE_ATTAH (p ) R800 K TP80 TP807 TP800 TP8 TP80 TP808 TP80 TP80 TP80 VTARGET P H_VTARGET H_#TRST H_TI H_TMS_SWIO H_TK_SWLK H_RTK H_TO_SWO H_#RESET R80 0K R80 0K TP8 TP8 TP8 TP8 TP8 TP80 TP80 EBUG R80 0K 7LV0 Z Z Z Z U80A Y Y Y 8 Y E E E E EBUG_HEAER_EN V VTARGET SW_#TRST SW_TI SW_TMS_SWIO SW_TK_SWLK V SW_#RESET SW_TO_SWO VTARGET V EBUG_#TRST_OUT (p ) EBUG_TI_OUT (p ) EBUG_TK_SWLK_OUT (p ) EBUG_#TRST_IN (p ) EBUG_TI_IN (p ) EBUG_TMS_SWIO_IN (p ) EBUG_TK_SWLK_IN (p ) EBUG_TO_SWO_IN (p ) EBUG_#RESET_IN (p ) EBUG_BUF_#OE (p ) EBUG_TMS_SWIO_#OE (p ) R808 EBUG_TMS_SWIO_OUT (p ) K7 U80B VMU_BG VTARGET MU_SW_EN U80B 7LVG 7LV0 U80A U80A TSA7 Y EBUG_H_SW_ENABLE (p ) (p ) MUBG_TMS_SWIO Z 7LVG Z Y (p ) MUBG_TK_SWLK OM NO OM NO Z Y 8 EBUG_MU_SW_ENABLE (p ) (p ) MUBG_TO_SWO 8 OM NO Z Y (p ) MUBG_#RESET OM NO MU_EBUG_ISOLATE_#EN R8 M IN IN IN IN 7 8 VES0A8AHNH 800 R8 M 7LV0 Z Z Z Z U800A Y Y Y 8 Y E E E E E E E E R80 7K 7LVG 7 R807 K7 U80A R80 R80 0K R RP R RP R8 0R R R80 R 7 U80A 7LVG U80A B B B 8 B B B B7 B8 B B 7 B B 0 B B B7 B8 7LVT A A A A A A A7 A8 A A A A A A A7 A OE 8 OE IR IR EBUG_#RESET (p ) Power & ecoupling VTARGET VMU B A VTARGET 80 0N V N VB VB VA VA U80B 8 7LVT R8 0R L80 BLMBS U80 V 8 7LVG Mode EBUG_MU_SW_ENABLE EBUG_H_SW_ENABLE EBUG_BUF_#OE H_VTARGET VTARGET ebug Out 0 0 External voltage External voltage MU ebug 0 0 isconnected VMU ebug In VMU VMU 80 0N V L800 BLMBS 80 0N U800B V 80 U80B V+ TSA7 U80B V 7 V_F U80B V 0N 7 0N LV0 7LV N 80 7LV0 esigned: GB Size A 0N BOM oc No: <age ode> <Schematic Path> TOP Approved: <OrgAddr> esign reated ate: Wednesday, ecember 0, V U80 7LVG Schematic Title Page Title ocument number BR00 Sheet reated ate Saturday, March, 00 VTARGET EFM Starter Kit ebug Interface R8 M R8 M 80 N EBUG_EXT_V_TARGET (p ) Revision A0 Sheet Modified ate Sheet Tuesday, June, 0 of B A

32 R0 (p 7) USBM (p 7) USBP R0 (p 7) TRLMU_I_SL (p 7) TRLMU_I_SA TRLMU_SPI_#S TRLMU_SPI_SK TRLMU_SPI_MISO TRLMU_SPI_MOSI R R 00 8P (p ) EBUG_#TRST_OUT (p ) EBUG_TI_OUT (p ) EBUG_TMS_SWIO_OUT (p ) EBUG_TK_SWLK_OUT (p ) EBUG_#TRST_IN (p ) EBUG_TI_IN (p ) EBUG_TMS_SWIO_IN (p ) EBUG_TK_SWLK_IN (p ) EBUG_#RESET_IN (p ) EBUG_TO_SWO_IN R0 K 0 8P (p ) EBUG_EXT_V_TARGET (p ) EBUG_EXT_ABLE_ATTAH (p 8) AEM_VMU_ENABLE (p ) EBUG_BUF_#OE (p ) EBUG_TMS_SWIO_#OE MU_EBUG_ISOLATE_#EN (p ) EBUG_#RESET (p 7) EEPROM_WP (p 8) AEM_SENSE_VOLTAGE (p 8) AEM_SENSE_URRENT_RANGE (p 8) AEM_SENSE_URRENT_RANGE (p 7) V_SENSE (p 7) V_SENSE (p ) EBUG_H_SW_ENABLE (p ) EBUG_MU_SW_ENABLE V P TRL_MU_#TRST TRL_MU_TI TRL_MU_TMS_SWIO TRL_MU_TK_SWLK TRL_MU_TO_SW TRLMU_EBUG_#RESET TP00 TP0 #TRST_OUT G TI_OUT H TMS_OUT J TK_OUT K #TRST_IN G TI_IN H TMS_IN J TK_IN K #RESET_IN TO_SWO_IN B A A A8 TP0 TP TP08 TP0 TP TP V J K G A7 A B A B A J7 K7 K8 J8 H8 G8 F F E F G H F E F E B B8 8 A A B U00A PORT B PORT ontrol MU PA0 / WKUP / USART_TS / A_IN0 / TIM_H_ETR / TIM_H / TIM8_ETR PA / USART_RTS / A_IN / TIM_H / TIM_H PA / USART_TX / A_IN / TIM_H / TIM_H PA / USART_RX / A_IN / TIM_H / TIM_H PORT A PA / SPI_NSS / A_OUT / USART_K / A_IN PA / SPI_SK / A_OUT / A_IN PA / SPI_MISO / TIM8_BKIN / A_IN / TIM_H [TIM_BKIN] PA7 / SPI_MOSI / TIM8_HN / A_IN7 / TIM_H [TIM_HN] PA8 / USART_K / TIM_H / MO PA / USART_TX / TIM_H PA / USART_RX / TIM_H PA / USART_TS / ANRX / TIM_H / USBM PA / USART_RTS / ANTX / TIM_ETR / USBP PA / JTMSSWIO PA / JTKSWLK PA / JTI PB0 / A_IN8 / TIM_H / TIM8_HN PB / A_IN / TIM_H / TIM8_HN PB / BOOT PB / JTO / TRAESWO / SPI_SK / IS_K [TIM_H / SPI_SK] PB / JNTRST / SPI_MISO [TIM_H / SPI_MISO] PB / I_SMBAI / SPI_MOSI / IS_S [TIM_H / SPI_MOSI] PB / I_SL / TIM_H [USART_TX] PB7 / I_SA / FSM_NAV / TIM_H [USART_RX] PB8 / TIM_H / SIO_ [I_SL / ANRX] PB / TIM_H / SIO_ [I_SA / ANTX ] PB / I_SL / USART_TX [TIM_H] PB / I_SA / USART_RX [TIM_H] PB / SPI_NSS / IS_WS / I_SMBAI / USART_K / TIM_BKIN PB / SPI_SK / IS_K / USART_TS / TIM_HN PB / SPI_MISO / TIM_HN / USART_RTS PB / SPI_MOSI / IS_S / TIM_HN P0 / A_IN P / A_IN P / A_IN P / A_IN P / A_IN P / A_IN P / IS_MK / TIM8_H / SIO_ [TIM_H] P7 / IS_MK / TIM8_H / SIO_7 [TIM_H] P8 / TIM8_H / SIO_0 [TIM_H] P / TIM8_H / SIO_ [TIM_H] P / UART_TX / SIO_ [USART_TX] P / UART_RX / SIO_ [USART_RX] P / UART_TX / SIO_K [USART_K] P / TAMPERRT P / OS_IN P / OS_OUT (p ) (p ) V B_RX B_TX PB_REV0 PB_REV ebug out LE BOAR_REV0 BOAR_REV V LK_SEL AEM_TRL0 AEM_TRL AEM_TRL AEM_TRL R00 K LE00 YELLOW 8 E8 B7 7 7 B K J H G K J H G A B E H J K G H J K G7 H7 U00B JLink LE R0 K V LE0 BLUE P0 / OS_IN / FSM_ [ANRX] P / OS_OUT / FSM_ [ANTX] P / TIM_ETR / UART_RX / SIO_M P / FSM_LK [USART_TS] P / FSM_NOE [USART_RTS] P / FSM_NWE [USART_TX] P / FSM_NWAIT [USART_RX] P7 / FSM_NE / FSM_NE [USART_K] P8 / FSM_ [USART_TX] P / FSM_ [USART_RX] P / FSM_ [USART_K] P / FSM_A [USART_TS] P / FSM_A7 [USART_RTS / TIM_H] P / FSM_A8 [TIM_H] P / FSM_0 [TIM_H] P / FSM_ [TIM_H] PE0 / TIM_ETR / FSM_NBL0 PE / FSM_NBL PE / TRAEK / FSM_A PE / TRAE0 / FSM_A PE / TRAE / FSM_A0 PE / TRAE / FSM_A PE / TRAE / FSM_A PE7 / FSM_ [TIM_ETR] PE8 / FSM_ [TIM_HN] PE / FSM_ [TIM_H] PE / FSM_7 [TIM_HN] PE / FSM_8 [TIM_H] PE / FSM_ [TIM_HN] PE / FSM_ [TIM_H] PE / FSM_ [TIM_H] PE / FSM_ [TIM_BKIN] NM LE0 YELLOW R0 K AEM_TRL[..0] (p 8) BOAR_REV[..0] ontrol MU B A ontrol MU Power & Bypass TRLMU_EBUG_#RESET R K V R 0R 7 0N V V L00 R K BLMBS LE0 RE TP0 R R 07 U TP0 0 P 08 N 0 X00 P MHz R 0R U00 OS_IN OS_OUT A_VREF R0 0R K G VA R 0R VSSA 0 J N H VREF+ NM VREF F8 N 0N BOOT0 E NRST R 0R VBAT V_ V_ V_ V_ V_ VSS_ VSS_ VSS_ VSS_ VSS_ ontrol MU B F7 F F F 0N E7 E E E 0 0N 0N 0N 0N 0N V U BOAR_REV[..0] <Schematic Path> TOP esigned: GB Size A BOM oc No: <age ode> Approved: <OrgAddr> esign reated ate: Wednesday, ecember 0, 008 BOAR_REV0 BOAR_REV V R8 0K V Schematic Title Page Title R7 0K NM ocument number BR00A Sheet reated ate Saturday, March, 00 TRLMU_SPI_MISO TRLMU_SPI_MOSI TRLMU_SPI_#S TRLMU_SPI_SK EFM Starter Kit ontrol MU U0A MPX V Revision A0 Sheet Modified ate Sheet Tuesday, June, 0 of S U0B VSS MPX Q HOL 7 W V 8 V 0 N B A

33 TP TP TP TP TP TP TP8 TP TP8 TP TP TP TP TP TP7 TP TP TP TP7 TP8 TP TP P00 R0 LE0 00 L00 R LE0 0 R R0 R0 LE0 R0 R0 R0 R U00 R0 R0 R70 R70 R0 R0 R7 R R0 R U R8 R U0 R0 R07 R08 U R U80 U80 R R80 R80 RP800 RP80 R80 U U80 80 L00 L800 R80 R80 R800 P R80 SW00 LE00 R00 U X00 7 R R 0 R R78 R R R 78 L00 R7 R77 U R80 80 U0 R8 L80 R R R U80 R8 U U80 R8 R8 08 R0 P R77 L700 R78 7 R7 R70 U70 R7 R70 U70 R R7 R70 R U700 R7 R7 70 R7 R7 7 R7 U70 R7 7 7 R70 R70 R7 R U70 L70 R707 R LE LE ST700 X0 R70 70 LE LE L RP0 0 U00 X R00 0 R SW0 R0 R T0 SW R J0 P0 SW700 TP TP0 TP TP TP8 TP TP TP TP TP TP TP TP7 TP8 TP TP TP TP TP TP TP7 TP TP TP8 TP8 TP8 TP8 TP8

34 P00

35

36

37 Table of ontents. Introduction..... Features.... STK block diagram.... Hardware layout.... Power supply..... USB..... Battery.... Reset infrastructure..... MU..... Board controller.... Peripherals Pushbuttons LEs L Touch slider Touch Gecko Advanced Energy Monitor Usage AEM theory of operation AEM accuracy and performance Board controller.... Board Support Package..... Installation location..... Application Programming Interface..... Example Applications..... How to include in your own applications..... hip errata.... onnectors..... Breakout pads..... Expansion header..... ebug connector.... ebugging..... ebugging during battery operation.... Integrated evelopment Environments IAR Embedded Workbench for ARM Rowley Associates rossworks for ARM odesourcery Sourcery G Keil MKARM energyaware ommander and Upgrades GUI Operation ommand Line operation Upgrades.... Errata hip errata efmlib hip Init routine STK Revision Errata Version information.... Schematic...

38 List of Figures.. EFMG8XXSTK Block iagram..... EFMG8XXSTK hardware layout... 7

39 List of Tables 7.. AEM accuracy Bottom breakout pad row..... Top breakout pad row..... Expansion header pinout..... Expansion header pin list..... ebug connector pinout..... ebug modes..... energyaware ommander command line options BR00 Revision Errata urrent versions... 8

40

EFM32 Tiny Starter Kit. EFM32 Tiny Starter Kit. Revision History. Page. Board Function. Rev. Description. Title Page 1 A00.

EFM32 Tiny Starter Kit. EFM32 Tiny Starter Kit. Revision History. Page. Board Function. Rev. Description. Title Page 1 A00. oard Function Page Title Page User Interface Rev. 00 History escription Initial Release Signal ssignments EFM I/O 0 Swapped L-com pins dded Resistor R0 EFM Power 0 hanged R, R to lower values L Power +

More information

Revision History. EFM32PG12 Pearl Gecko STK. Description. Board Function Page. EFM32PG12 Pearl Gecko Starter Kit. Title Page 1.

Revision History. EFM32PG12 Pearl Gecko STK. Description. Board Function Page. EFM32PG12 Pearl Gecko Starter Kit. Title Page 1. EFMPG Pearl Gecko STK oard Function Page Title Page User Interface Rev. 00 History escription Initial release EFM Signal ssignments 0 hanged to rev of EFM EFM Power EFM I/O STK oard ontroller dvanced Energy

More information

Revision History. EFM32 Wonder Gecko MCU Plugin. Rev. Description. Board Function. Page. EFM32 Wonder Gecko MCU Plugin Board

Revision History. EFM32 Wonder Gecko MCU Plugin. Rev. Description. Board Function. Page. EFM32 Wonder Gecko MCU Plugin Board EFM Wonder Gecko MU Plugin oard Function Page History Rev. escription Front Page EFM Microcontroller Initial Version. Imported from GG MU Plugin oard. EFM Power EFM onnectors Signal ssignments # Signal

More information

EFM8BB3 USB Type-C 60 W Charger. Revision History. Board Function. Rev. Description. Title Page. A00 Prototype version. EFM8BB3 & User Interface

EFM8BB3 USB Type-C 60 W Charger. Revision History. Board Function. Rev. Description. Title Page. A00 Prototype version. EFM8BB3 & User Interface EFM US Type- 0 W harger History oard Function Title Page EFM & User Interface oard Power Page Rev. escription 00 Prototype version. 0 Initial release version. VUS Voltage Regulator ebug MU ebug Misc. P

More information

Headers for all pins sorted by pin no. (unpopulated) TSX-1001 Cortex-M0. Oscillator 44MHz

Headers for all pins sorted by pin no. (unpopulated) TSX-1001 Cortex-M0. Oscillator 44MHz V V Way type onnector US Type onnector x.v.v Regulators Headers for all pins sorted by pin no. (unpopulated) Prototyping area with power and GNs (unpopulated) RS Transceiver US to Serial onverter Expansion

More information

ISSP User Guide CY3207ISSP. Revision C

ISSP User Guide CY3207ISSP. Revision C CY3207ISSP ISSP User Guide Revision C Cypress Semiconductor 198 Champion Court San Jose, CA 95134-1709 Phone (USA): 800.858.1810 Phone (Intnl): 408.943.2600 http://www.cypress.com Copyrights Copyrights

More information

Revision History. EFR32 Mighty Gecko Dual PHY Radio Board. 2.4 GHz 13dBm / MHz 14 dbm, DCDC to PAVDD. Board Function Page. Rev.

Revision History. EFR32 Mighty Gecko Dual PHY Radio Board. 2.4 GHz 13dBm / MHz 14 dbm, DCDC to PAVDD. Board Function Page. Rev. EFR Mighty Gecko ual PHY Radio oard. GHz dm / 868-9 MHz dm, to PV oard Function Page Title Page History Rev. escription. GHz RF, ntenna & Power 00 Prototype version. SubGHz RF, ntenna & Power EFR, PRO

More information

EDP-AM-DIO54 Digital IO Module User Manual. This document contains information on the DIO54 digital IO module for the RS EDP system.

EDP-AM-DIO54 Digital IO Module User Manual. This document contains information on the DIO54 digital IO module for the RS EDP system. P-M-IO igital IO Module User Manual This document contains information on the IO digital IO module for the RS P system. Version v.0, 0/0/00 P-M-IO Manual ontents. igital IO Module. igital Outputs.... Using

More information

SERIALLY PROGRAMMABLE CLOCK SOURCE. Features

SERIALLY PROGRAMMABLE CLOCK SOURCE. Features DATASHEET ICS307-03 Description The ICS307-03 is a dynamic, serially programmable clock source which is flexible and takes up minimal board space. Output frequencies are programmed via a 3-wire SPI port.

More information

Assembly and Operation Manual. April 2016

Assembly and Operation Manual. April 2016 Assembly and Operation Manual April 2016 Table of Contents What is in the OurWeather Box? 3 Step by Step Assembly 13 Building the Weather Sensors 18 Testing the OurWeather Weather Station 28 Power Up OurWeather

More information

PCAN-MicroMod Evaluation Kit. Test and Development Environment for the PCAN-MicroMod. User Manual

PCAN-MicroMod Evaluation Kit. Test and Development Environment for the PCAN-MicroMod. User Manual Test and Development Environment for the PCAN-MicroMod Products taken into account Product Name Item Number Model PCAN-MicroMod Evaluation Kit (incl. PCAN-Dongle) PCAN-MicroMod Evaluation Kit (incl. PCAN-USB)

More information

Data Logger V2. Instruction Manual

Data Logger V2. Instruction Manual Data Logger V2 Instruction Manual Joe Holdsworth 7-29-2018 Contents Revision History... 2 Specifications... 3 Power Limits... 3 Data Rates... 3 Other Specifications... 3 Pin Outs... 4 AS218-35SN... 4 AS210-35SN...

More information

P300. Technical Manual

P300. Technical Manual + I/Os, solenoid drivers Technical Manual icasso venue, avis, C, US Tel: -- Fax: -- Email: sales@tern.com http://www.tern.com COYRIHT, i-engine, -Engine, R-Engine and CTF are trademarks of TERN, Inc. mes

More information

GR16. Technical Manual. 10 M SPS, 16-bit Analog Signal Digitizer up to 8MB FIFO

GR16. Technical Manual. 10 M SPS, 16-bit Analog Signal Digitizer up to 8MB FIFO GR M SPS, -bit Analog Signal Digitizer up to MB FIFO Technical Manual 90 th Street, Davis, CA 9, USA Tel: 0--00 Fax: 0--0 Email: sales@tern.com web site: www.tern.com COPYRIGHT GR, EL, Grabber, and A-Engine

More information

SC125MS. Data Sheet and Instruction Manual. ! Warning! Salem Controls Inc. Stepper Motor Driver. Last Updated 12/14/2004

SC125MS. Data Sheet and Instruction Manual. ! Warning! Salem Controls Inc. Stepper Motor Driver.   Last Updated 12/14/2004 SC125MS Stepper Motor Driver Salem Controls Inc. Last Updated 12/14/2004! Warning! Stepper motors and drivers use high current and voltages capable of causing severe injury. Do not operate this product

More information

AKD SYSTEM CONFIGURATION WITH KOLLMORGEN DDL LINEAR MOTORS By Kenny Hampton 1/12/2017 Rev. L

AKD SYSTEM CONFIGURATION WITH KOLLMORGEN DDL LINEAR MOTORS By Kenny Hampton 1/12/2017 Rev. L AKD SYSTEM CONFIGURATION WITH KOLLMORGEN DDL LINEAR MOTORS By Kenny Hampton 1/12/2017 Rev. L This document shows the wiring requirements for connecting the DDL linear motors to the AKD servo drive. It

More information

In-System Serial Programming (ISSP) Guide

In-System Serial Programming (ISSP) Guide CY3207ISSP In-System Serial Programming (ISSP) Guide Doc. # 001-15301 Rev. *A Cypress Semiconductor 198 Champion Court San Jose, CA 95134-1709 Phone (USA): 800.858.1810 Phone (Intnl): 408.943.2600 http://www.cypress.com

More information

HF SuperPacker Pro 100W Amp Version 3

HF SuperPacker Pro 100W Amp Version 3 HF SuperPacker Pro 00W mp Version Revised 0 0 V Stamps KOOR This is the third generation HF SuperPacker Pro 00W Version home construction project offered by HF Projects. This is a group construction project

More information

In-System Serial Programming (ISSP) Guide

In-System Serial Programming (ISSP) Guide CY3207ISSP In-System Serial Programming (ISSP) Guide Spec. # 001-15301 Rev. ** Cypress Semiconductor 198 Champion Court San Jose, CA 95134-1709 Phone (USA): 800.858.1810 Phone (Intnl): 408.943.2600 http://www.cypress.com

More information

P8X32A-Q44 SchmartBoard (#27150)

P8X32A-Q44 SchmartBoard (#27150) Web Site: www.parallax.com Forums: forums.parallax.com Sales: sales@parallax.com Technical: support@parallax.com Office: (9) - Fax: (9) -00 Sales: () -0 Tech Support: () 99- PXA-Q SchmartBoard (#0) Want

More information

STSPIN32F0A advanced 3-phase BLDC driver with embedded STM32 MCU single shunt evaluation board. Description

STSPIN32F0A advanced 3-phase BLDC driver with embedded STM32 MCU single shunt evaluation board. Description STEVALSPIN0 STSPINF0A advanced phase BLDC driver with embedded STM MCU single shunt evaluation board Data brief Applications Smart manufacturing equipment Battery powered home appliances and pumps Fans

More information

Sheet_Symbol_Overspeed. HA_Vel_Feedback Dec_Vel_Feedback. HA_Overspeed_N Dec_Overspeed_N

Sheet_Symbol_Overspeed. HA_Vel_Feedback Dec_Vel_Feedback. HA_Overspeed_N Dec_Overspeed_N NOTES: ISION LOK. Unless otherwise stated: Resistors are mw, % tolerance. apacitors are V, % tolerance.... J Port and Net Name scopes for this project are: Port NOT Global (connected via Sheet Symbols)

More information

Evaluation Board for 8-/10-/12-Bit, Parallel Input, Dual-Channel, Current Output DAC EVAL-AD5428/AD5440/AD5447EB

Evaluation Board for 8-/10-/12-Bit, Parallel Input, Dual-Channel, Current Output DAC EVAL-AD5428/AD5440/AD5447EB Evaluation Board for 8-/0-/-Bit, Parallel Input, Dual-Channel, Current Output DAC EVAL-AD58/AD50/AD5EB FEATURES Operates from dual ± V and 5 V supplies On-board reference and output amplifiers Direct hookup

More information

O P E R A T I N G M A N U A L

O P E R A T I N G M A N U A L OPERATING MANUAL WeatherJack OPERATING MANUAL 1-800-645-1061 The baud rate is 2400 ( 8 bits, 1 stop bit, no parity. Flow control = none) To make sure the unit is on line, send an X. the machine will respond

More information

RX-62N Multi-Breakout Board Options

RX-62N Multi-Breakout Board Options RX-N Multi-Breakout Board Options The RX-N Multi-Breakout Board is designed to be a low-cost prototyping tool designed for hand-assembly. Using this document and the related drawings, the board can be

More information

P300. Technical Manual I/Os, 240 solenoid drivers th Street, Davis, CA 95616, USA Tel: Fax:

P300. Technical Manual I/Os, 240 solenoid drivers th Street, Davis, CA 95616, USA Tel: Fax: 00+ I/Os, 0 solenoid drivers Technical Manual 0 th Street, Davis, CA, USA Tel: 0--00 Fax: 0--0 Email: sales@tern.com http://www.tern.com COPYRIHT, i-engine, A-Engine, R-Engine and ACTF are trademarks of

More information

Microcare LCD Solar MPPT User Documentation

Microcare LCD Solar MPPT User Documentation Microcare LCD Solar MPPT User Documentation 1 CONTENTS 1. INTRODUCTION. 3 1.1. General Description 1.2. Key Features 1.3. Important Notices 1.4. Recommended Array Sizes 1.5. MPPT Description 1.6. MPPT

More information

In-System Serial Programming (ISSP) Guide

In-System Serial Programming (ISSP) Guide CY3207-ISSP In-System Serial Programming (ISSP) Guide Doc. # 001-15301 Rev. *E Cypress Semiconductor 198 Champion Court San Jose, CA 95134-1709 Phone (USA): 800.858.1810 Phone (Intnl): 408.943.2600 http://www.cypress.com

More information

Lab #15: Introduction to Computer Aided Design

Lab #15: Introduction to Computer Aided Design Lab #15: Introduction to Computer Aided Design Revision: 02 Nov 2016 Print Name: Section: GETTING FAMILIAR WITH YOUR BASYS3 DIGILAB BOARD. Problem 1: (26 points) Visually inspect the Digilab board, enter

More information

MAU100 Series. 1W, Miniature SIP, Single & Dual Output DC/DC Converters MINMAX. Key Features

MAU100 Series. 1W, Miniature SIP, Single & Dual Output DC/DC Converters MINMAX. Key Features W, Miniature SIP, Single & Dual Output DC/DC s Key Features Efficiency up to % 000 Isolation MTBF >,000,000 Hours Low Cost Input,, and Output 3.3,,9,,,{,{9,{ and { Temperature Performance -0] to +] UL

More information

PCIextend 174 User s Manual

PCIextend 174 User s Manual PIextend 7 User s Manual Preliminary M6- February Sycard Technology 8-F Miraloma Way Sunnyvale, 98 (8) 79- (8) 79- FX PIextend 7 User s Manual Page. Introduction Sycard Technology's PIextend 7 PI extender

More information

MAU100 Series. 1W, Miniature SIP, Single & Dual Output DC/DC Converters MINMAX. Block Diagram. Key Features

MAU100 Series. 1W, Miniature SIP, Single & Dual Output DC/DC Converters MINMAX. Block Diagram. Key Features MAU Series W, Miniature SIP, Single & DC/DC s Key Features Efficiency up to 0 Isolation MTBF >,000,000 Hours Low Cost Input,, and Output 3.3,,9,,,{,{9,{ and { Temperature Performance -0 to UL 9V-0 Package

More information

Experiment A11 Chaotic Double Pendulum Procedure

Experiment A11 Chaotic Double Pendulum Procedure AME 21216: Lab I Fall 2017 Experiment A11 Chaotic Double Pendulum Procedure Deliverables: Checked lab notebook, plots with captions Background Measuring and controlling the angular position and velocity

More information

MAGNETITE OXIDATION EXAMPLE

MAGNETITE OXIDATION EXAMPLE HSC Chemistry 7.0 1 MAGNETITE OXIDATION EXAMPLE Pelletized magnetite (Fe 3 O 4 ) ore may be oxidized to hematite (Fe 2 O 3 ) in shaft furnace. Typical magnetite content in ore is some 95%. Oxidation is

More information

MAU200 Series. 1W, High Isolation SIP, Single & Dual Output DC/DC Converters MINMAX. Block Diagram. Key Features

MAU200 Series. 1W, High Isolation SIP, Single & Dual Output DC/DC Converters MINMAX. Block Diagram. Key Features Component Distributors, Inc. ~ www.cdiweb.com ~ sales@cdiweb.com ~ -0--33 W, High Isolation SIP, Single & DC/DC s Key Features Efficiency up to 00 Isolation MTBF >,000,000 Hours Low Cost Input, and Output

More information

Double Inverted Pendulum (DBIP)

Double Inverted Pendulum (DBIP) Linear Motion Servo Plant: IP01_2 Linear Experiment #15: LQR Control Double Inverted Pendulum (DBIP) All of Quanser s systems have an inherent open architecture design. It should be noted that the following

More information

S Sapling INSTALLATION MANUAL FOR FIELD SELECTABLE ANALOG CLOCKS SAA SERIES SPECIFICATIONS. advanced time and control systems

S Sapling INSTALLATION MANUAL FOR FIELD SELECTABLE ANALOG CLOCKS SAA SERIES SPECIFICATIONS. advanced time and control systems INSTALLATION MANUAL FOR FIELD SELECTABLE ANALOG CLOCKS SAA SERIES SPECIFICATIONS Time base: 60 Hz (3-wire system) Quartz (2-wire system) Power input: 85 135 VAC / 60 Hz 7 28 VAC / 60 Hz Current consumption:

More information

Grabber. Technical Manual

Grabber. Technical Manual Grabber 0 MHZ Analog Signal Digitizer Technical Manual 0 th Street, Davis, CA, USA Tel: 0--00 Fax: 0--0 Email: sales@tern.com http://www.tern.com COPYRIGHT Grabber, and A-Engine are trademarks of TERN,

More information

I2 C Compatible Digital Potentiometers AD5241/AD5242

I2 C Compatible Digital Potentiometers AD5241/AD5242 a Preliminary Technical ata FEATURES Position Potentiometer Replacement 0K, 00K, M, Ohm Internal Power ON Mid-Scale Preset +. to +.V Single-Supply; ±.V ual-supply Operation I C Compatible Interface APPLICATIONS

More information

Recording Voice Modules

Recording Voice Modules Recording Voice Modules WTV-SR Manual Data Sheet Table of contents. Features.... Structured flowchart.... Packages diagram... 4. Parameters... 4. Environmental Absolute Max Ratings.... Control modes.....

More information

STEVAL-FCU001V1. Flight controller unit evaluation board for toy drones. Description. Features

STEVAL-FCU001V1. Flight controller unit evaluation board for toy drones. Description. Features STEVAL-FCU00V Flight controller unit evaluation board for toy drones Data brief STLNLLH - N-channel 0 V, A STripFET H Power MOSFET STC0-00 ma Standalone linear Li-Ion battery charger RoHS compliant Features

More information

GRM21BR71C225KA12L C3, C4 2 Open C16 1 C20 1 D1 1 D2 1

GRM21BR71C225KA12L C3, C4 2 Open C16 1 C20 1 D1 1 D2 1 9-; Rev ; / MAXQ0 Evaluation Kit General Description The MAXQ0 evaluation kit (EV kit) provides a proven platform for conveniently evaluating the capabilities of the MAXQ0 low-power, -bit, RISC microcontroller

More information

2 Notes 3 MC9S08LG32CLK 4 Touch Sensors 1 5 Touch Sensors 2 6 Power 7 OSBDM 8 USB COM

2 Notes 3 MC9S08LG32CLK 4 Touch Sensors 1 5 Touch Sensors 2 6 Power 7 OSBDM 8 USB COM Table of ontents Notes MS0LGLK Touch Sensors Touch Sensors Power OSM US OM L Revisions Rev escription X First raft X Replaced, M RN with sigle resistors Updated Power section Swapped LE_ER, with ER, to

More information

Emergency lighting units EM Inverter

Emergency lighting units EM Inverter T T TC- TC-F DE TC- TC-SE TC-TE TC-DD Tc EM G, 0 0 V 0/0 Hz BASIC version Product description Emergency lighting supply unit for manual testing For linear and compact fluorescent lamps ow-profile casing

More information

Experiment P43: RC Circuit (Power Amplifier, Voltage Sensor)

Experiment P43: RC Circuit (Power Amplifier, Voltage Sensor) PASCO scientific Vol. 2 Physics Lab Manual: P43-1 Experiment P43: (Power Amplifier, Voltage Sensor) Concept Time SW Interface Macintosh file Windows file circuits 30 m 700 P43 P43_RCCI.SWS EQUIPMENT NEEDED

More information

Quick Start Guide New Mountain Visit our Website to Register Your Copy (weatherview32.com)

Quick Start Guide New Mountain Visit our Website to Register Your Copy (weatherview32.com) Quick Start Guide New Mountain Visit our Website to Register Your Copy (weatherview32.com) Page 1 For the best results follow all of the instructions on the following pages to quickly access real-time

More information

Distributing Tomorrow s Technologies For Today s Designs Toll-Free:

Distributing Tomorrow s Technologies For Today s Designs Toll-Free: 2W, Ultra-High Isolation DIP, Single & DC/DC s Key Features Low Cost 6 Isolation MTBF > 6, Hours Short Circuit Protection Input, and 24 Output,, 1, {, { and {1 Regulated Outputs Low Isolation Capacitance

More information

FUNCTION. Write/Read RAM: Access to PRAM, CRAM, OFFRAM and Registers Digital Audio Interface - Test pin header. Regulator 1.2V.

FUNCTION. Write/Read RAM: Access to PRAM, CRAM, OFFRAM and Registers Digital Audio Interface - Test pin header. Regulator 1.2V. [K-] K- K Evaluation oard Rev.0 GENERL ESRIPTION The K- is an evaluation kit for the K; a digital signal processor (SP) with channels digital data interface. It realizes an easy evaluation of the audio

More information

8V Title SCHEMATIC, 8V89317EVB REV A. Date: Friday, June 14, Power Supply. XTAL Interface. 12.8MHz TCXO/OCXO LED Status IN1 OUT1

8V Title SCHEMATIC, 8V89317EVB REV A. Date: Friday, June 14, Power Supply. XTAL Interface. 12.8MHz TCXO/OCXO LED Status IN1 OUT1 isclaimer: IT is providing this schematic for reference purposes only. lthough the schematic was taken from a known working design, it is being provided "as is" without any express or implied warranty

More information

1 pc Charge Injection, 100 pa Leakage CMOS 5 V/5 V/3 V 4-Channel Multiplexer ADG604

1 pc Charge Injection, 100 pa Leakage CMOS 5 V/5 V/3 V 4-Channel Multiplexer ADG604 a FEATURES 1 pc Charge Injection (Over the Full Signal Range) 2.7 V to 5.5 V ual Supply 2.7 V to 5.5 ingle Supply Automotive Temperature Range: 4 C to +125 C 1 pa Max @ 25 C Leakage Currents 85 Typ On

More information

VELA. Getting started with the VELA Versatile Laboratory Aid. Paul Vernon

VELA. Getting started with the VELA Versatile Laboratory Aid. Paul Vernon VELA Getting started with the VELA Versatile Laboratory Aid Paul Vernon Contents Preface... 3 Setting up and using VELA... 4 Introduction... 4 Setting VELA up... 5 Programming VELA... 6 Uses of the Programs...

More information

xlogic SuperRelay is a compact and expandable CPU replacing mini PLCs, multiple timers, relays and counters.

xlogic SuperRelay is a compact and expandable CPU replacing mini PLCs, multiple timers, relays and counters. SuperRelay S U P E R R E L A Y, T H E P E R F E C T A L T E R N A T I V E T O L O W C O S T P L C s A N D B A S I C R E L A Y S I N T H I S B R O C H U R E : ELC 18 Standard Models ELC 18 Economy Models

More information

Revisions. TWR-LCD-RGB Drawn by: Initial Release 15-JUL-11

Revisions. TWR-LCD-RGB Drawn by: Initial Release 15-JUL-11 Table of ontents Notes lock iagram isplay and Tower onnectors MU & apacitive Touch kt Rev X X escription Revisions Initial Release ate -JUL- pproved hanged Power L colours-jul- Removed J and J dded J &

More information

Lab Activity H4 It s Snow Big Deal

Lab Activity H4 It s Snow Big Deal Lab Activity H4 It s Snow Big Deal OUTCOMES After completing this lab activity, the student should be able to use computer-based data acquisition techniques to measure temperatures. draw appropriate conclusions

More information

KH600. 1GHz, Differential Input/Output Amplifier. Features. Description. Applications. Typical Application

KH600. 1GHz, Differential Input/Output Amplifier. Features. Description. Applications. Typical Application KH 1GHz, Differential Input/Output Amplifier www.cadeka.com Features DC - 1GHz bandwidth Fixed 1dB (V/V) gain 1Ω (differential) inputs and outputs -7/-dBc nd/3rd HD at MHz ma output current 9V pp into

More information

STEVAL-ISB044V1. Data brief. Features. Description

STEVAL-ISB044V1. Data brief. Features. Description STEVAL-ISB0V Data brief Qi MP-A0 W wireless charger TX evaluation kit based on STWBC-EP Features STWBC-EP digital controller W output power Qi MP-A0 reference design WPC Qi.. standard compliant Robust

More information

Minute Impulse Clock Controller I01DN

Minute Impulse Clock Controller I01DN 99b-mi USER S MANUAL Minute Impulse Clock Controller Mon Jun 01, 2009 12:00:00 PM DST HOLD ENTER KEY TO BEGIN CANCEL HR I01DN 97 West Street Medfield, MA 02052 U.S.A. (508) 359-4396 Pg. 2 of 20 TABLE OF

More information

AVR/8051 USB PROGRAMMER

AVR/8051 USB PROGRAMMER U s e r M a n u a l f o r A V R / 8 0 5 1 U S B Z I F P r o g r a m m e r P a g e 1 PRODUCT OF It s just an idea until you execute it AVR/8051 USB PROGRAMMER USER MANUAL FOR WINDOWS XP OS U s e r M a n

More information

Simple circuits - 3 hr

Simple circuits - 3 hr Simple circuits - 3 hr Resistances in circuits Analogy of water flow and electric current An electrical circuit consists of a closed loop with a number of different elements through which electric current

More information

Quickfilter Development Board, QF4A512 - DK

Quickfilter Development Board, QF4A512 - DK Quickfilter evelopment oard, QF - K nalog Inputs - U +.V +.V J N hannel J N hannel J N hannel J N hannel U +.V +.V U +.V U +.V Prototyping rea J J Optional +V External Power x Header 0." US onnector U

More information

S08P-LITE. 1 Title Page 2 Block Diagram 3 MCU & Arduino Headers 4 OSBDM & Power Supply 5 On-board Peripherials S08P-LITE. 23-Jun-17. V3.

S08P-LITE. 1 Title Page 2 Block Diagram 3 MCU & Arduino Headers 4 OSBDM & Power Supply 5 On-board Peripherials S08P-LITE. 23-Jun-17. V3. Title Page lock iagram MU & rduino Headers OSM & Power Supply On-board Peripherials Revisions Rev escription ate -Jun- V.0 -Feb- pproved Microcontroller Product Group 0 William annon rive West ustin, T

More information

Maxim Integrated Products 1

Maxim Integrated Products 1 9-879; Rev 0; /00 MAX70 Evaluation Kit General Description The MAX70 evaluation kit (EV kit) combines Maxim s multiprotocol clock/data transceiver (MAX70), control transceiver (MAX7), and cable terminator

More information

MS BA Micro Altimeter Module

MS BA Micro Altimeter Module High resolution module, 20cm Fast conversion down to ms Low power, µa (standby < 0.5 µa) QFN package 5.0 x 3.0 x.0 mm 3 Supply voltage.8 to 3.6 V Integrated digital pressure sensor (24 bit Σ AC) Operating

More information

8-Ch/Dual 4-Ch High-Performance CMOS Analog Multiplexers

8-Ch/Dual 4-Ch High-Performance CMOS Analog Multiplexers 8-Ch/ual 4-Ch High-Performance CMOS Analog Multiplexers Low On-Resistance r S(on) : Low Charge Injection Q: pc Fast Transition Time t TRANS : 6 ns Low Power I SUPPLY : A Single Supply Capability 44-V Supply

More information

μp Supervisory Circuits

μp Supervisory Circuits MAX6351 MAX636 General Description The MAX6351 MAX636 microprocessor (μp) supervisors with multiple reset voltages significantly improve system reliability and accuracy compared to separate ICs or discrete

More information

SGM800 Low-Power, SOT µp Reset Circuit with Capacitor-Adjustable Reset Timeout Delay

SGM800 Low-Power, SOT µp Reset Circuit with Capacitor-Adjustable Reset Timeout Delay GENERAL DESCRIPTION The low-power micro-processor supervisor circuit monitors system voltages from 1.6V to 5V. This device performs a single function: it asserts a reset signal whenever the V CC supply

More information

Power supply, reset circuit, reference voltage and power indicator. Analogue and digital inputs with options for FET outputs

Power supply, reset circuit, reference voltage and power indicator. Analogue and digital inputs with options for FET outputs VR core and power 00v.0 Power supply, reset circuit, reference voltage and power indicator. Port 00v.0 nalogue and digital inputs with options for FET outputs Port 00v.0 igital inputs with optional FET

More information

Acceleration/Velocity/Displacement VIBRATION METER

Acceleration/Velocity/Displacement VIBRATION METER Acceleration/Velocity/Displacement VIBRATION METER Model : VB-8220 Your purchase of this VIBRATION METER marks a step forward for you into the field of precision measurement. Although this METER is a complex

More information

ZCRMZN00100KITG. Crimzon Development Board Kit. Product User Guide. Introduction. Kit Contents. Applying Power to Development Board

ZCRMZN00100KITG. Crimzon Development Board Kit. Product User Guide. Introduction. Kit Contents. Applying Power to Development Board ZRMZN0000KITG rimzon evelopment oard Kit PUG000-0 Product User Guide Introduction Zilog s ZRMZN0000KITG rimzon evelopment oard Kit is designed for use as a target with the rimzon In-ircuit Emulator (ZRMZNIE0ZEMG).

More information

K D A A M P L I F I E R S F I R M W A R E U S E R G U I D E

K D A A M P L I F I E R S F I R M W A R E U S E R G U I D E K D A A M P L I F I E R S F I R M W A R E U S E R G U I D E T A B L E O F C O N T E N T S S E C T I O N 1 : P R E PA R I N G Y O U R F I L E S Via Network Router 3 S E C T I O N 2 : A C C E S S I N G T

More information

AXM88180-EVB-RTL8211E-1 SMDK2440 Demo Board Schematic Index

AXM88180-EVB-RTL8211E-1 SMDK2440 Demo Board Schematic Index XM0-EV-RTLE- SMK0 emo oard Schematic Index Page : Schematic Index (This Page) Page : RTLE GigaPHY MHz rystal RJ- Transformer Page : Host Interface onnector Power Page : History Page : X0 EEPROM Note:.Please

More information

FIELD SPECTROMETER QUICK-START GUIDE FOR FIELD DATA COLLECTION (LAST UPDATED 23MAR2011)

FIELD SPECTROMETER QUICK-START GUIDE FOR FIELD DATA COLLECTION (LAST UPDATED 23MAR2011) FIELD SPECTROMETER QUICK-START GUIDE FOR FIELD DATA COLLECTION (LAST UPDATED 23MAR2011) The ASD Inc FieldSpec Max spectrometer is a precision instrument designed for obtaining high spectral resolution

More information

MS BA01 Variometer Module, with LCP cap

MS BA01 Variometer Module, with LCP cap High resolution module, 10 cm Fast conversion down to 1 ms Low power, 1 µa (standby < 0.15 µa) QFN package 5.0 x 3.0 x 1.7 mm 3 Supply voltage 1.8 to 3.6 V Integrated digital pressure sensor (24 bit ΔΣ

More information

Characteristic Symbol Value Unit Output Current I out 150 ma

Characteristic Symbol Value Unit Output Current I out 150 ma LBNB ma LOAD SWITH FEATURING OMPLEMENTARY BIPOLAR TRANSISTORS NEW PRODUT General Description LMNB is best suited for applications where the load needs to be turned on and off using control circuits like

More information

Paramaters. Resolution 0.2 m (for measurements < 25 meas. / sec )

Paramaters. Resolution 0.2 m (for measurements < 25 meas. / sec ) Paramaters Method of altitude measurement: Measuring Range measurement of pressure changes 0-5500 m Resolution 0.2 m (for measurements < 25 meas. / sec ) Accuracy: Supply Voltage: Current consumption:

More information

5.0 V 256 K 16 CMOS SRAM

5.0 V 256 K 16 CMOS SRAM February 2006 5.0 V 256 K 16 CMOS SRAM Features Pin compatible with AS7C4098 Industrial and commercial temperature Organization: 262,144 words 16 bits Center power and ground pins High speed - 10/12/15/20

More information

Determination of the Rydberg constant, Moseley s law, and screening constant (Item No.: P )

Determination of the Rydberg constant, Moseley s law, and screening constant (Item No.: P ) Determination of the Rydberg constant, Moseley s law, and screening constant (Item No.: P2541001) Curricular Relevance Area of Expertise: ILIAS Education Level: Physik Topic: Hochschule Subtopic: Moderne

More information

LOW HIGH OFF ON. Maxim Integrated Products 1

LOW HIGH OFF ON. Maxim Integrated Products 1 9-79; Rev ; /07 Low-Voltage, Quad, SPST General Description The MAX0/MAX/MAX are quad, low-voltage, single-pole/single-throw (SPST) analog switches. On-resistance (00Ω, max) is matched between switches

More information

WEATHERPAK MTR Training Guide

WEATHERPAK MTR Training Guide WEATHERPAK MTR Coastal Environmental Systems, Inc. 820 First Avenue South Seattle, WA 98134 206.682.6048 800.488.8291 206.682.5658 Fax www.coastalenvironmental.com 11-15-2012 WEATHERPAK is the #1 Choice

More information

Period/Frequency Output

Period/Frequency Output / General Description The / are low-cost, low-current temperature sensors with a single-wire output. The converts the ambient temperature into a square wave with a period proportional to absolute temperature

More information

User Manual for the. Porometer. type AP4 DELTA-T DEVICES

User Manual for the. Porometer. type AP4 DELTA-T DEVICES User Manual for the Porometer type AP4 3 DELTA-T DEVICES AP4 Porometer User Manual Version 3.1 Oct 2014 2014 Delta-T Devices Ltd Editor: Authors: Artwork: Nick Webb Tom Bragg Nick Webb Richard Spencer

More information

Qi MP-A10 15 W wireless charger TX evaluation kit based on STWBC-EP

Qi MP-A10 15 W wireless charger TX evaluation kit based on STWBC-EP STEVAL-ISB0V Qi MP-A0 W wireless charger TX evaluation kit based on STWBC-EP Data brief WPC Qi.. standard compliant Robust demodulation algorithm, with triple path (V, I, f) Foreign object detection (FOD)

More information

For the electronic measurement of current: DC, AC, pulsed..., with galvanic separation between the primary and the secondary circuit.

For the electronic measurement of current: DC, AC, pulsed..., with galvanic separation between the primary and the secondary circuit. Current Transducer LDSR 0.3-TP/SP1 I P R N = 300 ma For the electronic measurement of current: DC, AC, pulsed..., with galvanic separation between the primary and the secondary circuit. Features Closed

More information

HMS-5000 Manual. Product Name: HMS-5000 Hall Effect Measurement System with variable temperature from 80K to 350K. - Manual version: ver 5.

HMS-5000 Manual. Product Name: HMS-5000 Hall Effect Measurement System with variable temperature from 80K to 350K. - Manual version: ver 5. HMS-5000 Manual Product Name: HMS-5000 Hall Effect Measurement System with variable temperature from 80K to 350K - Manual version: ver 5.01- www.ecopia21.co.kr - Table of contents - 1. Hardware Installation

More information

MM74C90 MM74C93 4-Bit Decade Counter 4-Bit Binary Counter

MM74C90 MM74C93 4-Bit Decade Counter 4-Bit Binary Counter 4-Bit Decade Counter 4-Bit Binary Counter General Description The MM74C90 decade counter and the MM74C93 binary counter and complementary MOS (CMOS) integrated circuits constructed with N- and P-channel

More information

AN019. A Better Approach of Dealing with Ripple Noise of LDO. Introduction. The influence of inductor effect over LDO

AN019. A Better Approach of Dealing with Ripple Noise of LDO. Introduction. The influence of inductor effect over LDO Better pproach of Dealing with ipple Noise of Introduction It has been a trend that cellular phones, audio systems, cordless phones and portable appliances have a requirement for low noise power supplies.

More information

3.3 V 256 K 16 CMOS SRAM

3.3 V 256 K 16 CMOS SRAM August 2004 AS7C34098A 3.3 V 256 K 16 CMOS SRAM Features Pin compatible with AS7C34098 Industrial and commercial temperature Organization: 262,144 words 16 bits Center power and ground pins High speed

More information

PiCUS Calliper Version 3

PiCUS Calliper Version 3 Technology PiCUS Calliper Version 3 Digital calliper for precise geometry detection argus electronic GmbH Erich-Schlesinger-Straße 49d 18059 Rostock Germany Tel.: +49 (0) 381/49 68 14 40 www.argus-electronic.de

More information

5 V 64K X 16 CMOS SRAM

5 V 64K X 16 CMOS SRAM September 2006 A 5 V 64K X 16 CMOS SRAM AS7C1026C Features Industrial (-40 o to 85 o C) temperature Organization: 65,536 words 16 bits Center power and ground pins for low noise High speed - 15 ns address

More information

S-13R1 Series REVERSE CURRENT PROTECTION CMOS VOLTAGE REGULATOR. Features. Applications. Packages. ABLIC Inc., Rev.1.

S-13R1 Series REVERSE CURRENT PROTECTION CMOS VOLTAGE REGULATOR. Features. Applications. Packages.  ABLIC Inc., Rev.1. www.ablicinc.com REVERSE CURRENT PROTECTION CMOS VOLTAGE REGULATOR ABLIC Inc., 212-214 Rev.1.2_2 The, developed by using the CMOS technology, is a positive voltage regulator IC of 15 ma output current,

More information

X-USBPD-C-SHIELD. 2 Block Diagram 3 Type-C Connector 4 USB3/USB2 5 PTN5110 PD TCPC 6 Shield Headers 7 PD Source and Sink LS 8 3V3, 5V0, 1V8 Supplies

X-USBPD-C-SHIELD. 2 Block Diagram 3 Type-C Connector 4 USB3/USB2 5 PTN5110 PD TCPC 6 Shield Headers 7 PD Source and Sink LS 8 3V3, 5V0, 1V8 Supplies Table of ontents lock iagram Type- onnector US/US PTN0 P TP Shield Headers P Source and Sink LS V, V0, V Supplies Rev escription ate pproved Prototype Release -Mar- K ring up to NL and make updates requested

More information

MT9V128(SOC356) 63IBGA HB DEMO3 Card

MT9V128(SOC356) 63IBGA HB DEMO3 Card MT9V(SO) IG H MO ard Page escription Page lock iagram Pinout Sensor Power Supply VideoOut_lock_Reset xternal Interface Rev Who ate escription Rev 0.0 jwrede 0/0/0 ase Schematic for ustom esign Rev 0. aralex

More information

SGM802 Low-Power, SC70/SOT µp Reset Circuit with Capacitor-Adjustable Reset Timeout Delay

SGM802 Low-Power, SC70/SOT µp Reset Circuit with Capacitor-Adjustable Reset Timeout Delay Low-Power, SC70/SOT µp Reset Circuit with GENERAL DESCRIPTION The low-power micro-processor supervisor circuit monitors system voltages from 1.6V to 5V. This device performs a single function: it asserts

More information

MP3 Digital Voice Module Model No.: VCM-SD Rev.A3. Content

MP3 Digital Voice Module Model No.: VCM-SD Rev.A3. Content Content Introduction Page 01 - Feature Function / Specification Page 02 - Electronic Specification Page 03 Hardware Information - PCB Scheme Page 04 - Jumper / Connectors Description Page 04 - Operation

More information

VCC 21 VCC 52 AVCC PF0(ADC0) 60 PF1(ADC1) 59 PF2(ADC2) 58 PF3(ADC3) 57 PF4(ADC4/TCK) 56 PF5(ADC5/TMS) 55 PF6(ADC6/TDO) 54 PF7(ADC7/TDI) SCL TXD

VCC 21 VCC 52 AVCC PF0(ADC0) 60 PF1(ADC1) 59 PF2(ADC2) 58 PF3(ADC3) 57 PF4(ADC4/TCK) 56 PF5(ADC5/TMS) 55 PF6(ADC6/TDO) 54 PF7(ADC7/TDI) SCL TXD POWER ELETRONIS **- Switching Power Regulation** V and.v outputs are isolated from High Voltage, but not each other Isolated Power Supply power.sch FTI US URT FTI US URT ftdi_uart.sch SLOOP_TRL HRG_TRL

More information

Pascal ET is an handheld multifunction calibrator for the measurement and simulation of the following parameters: - pressure

Pascal ET is an handheld multifunction calibrator for the measurement and simulation of the following parameters: - pressure DATASHEET Pascal ET Pascal ET is an handheld multifunction calibrator for the measurement and simulation of the following parameters: - pressure - electrical signals (ma, mv, V, ) - temperature (TC and

More information

www. ElectricalPartManuals. com Flexitest Switch Assemblies Type FT-19R and FT-19RX INTL APPLICATION

www. ElectricalPartManuals. com Flexitest Switch Assemblies Type FT-19R and FT-19RX INTL APPLICATION Effective: January 2004 Supersedes, dated June 1998 APPLICATION QUALITY FEATURES Descriptive Bulletin 41-078INTL Flexitest Switch Assemblies Type The type FT-19R (standard length) and FT-19RX (extended

More information

VFWD. nlvdsrxe LVDSTXE FPGA_PLL CMCLK CBCLK. SSCK ncs MOSI CODEC. Sheet 2. nlvdsrxe LVDSTXE FPGA_PLL CMCLK CBCLK. SSCK ncs MOSI CDIN CBCLK SSCK MOSI

VFWD. nlvdsrxe LVDSTXE FPGA_PLL CMCLK CBCLK. SSCK ncs MOSI CODEC. Sheet 2. nlvdsrxe LVDSTXE FPGA_PLL CMCLK CBCLK. SSCK ncs MOSI CDIN CBCLK SSCK MOSI FPGA RF eck A[0..] A[0..] A[0..] MHZ MHZ Sheet 0MHZ MHZ 0MHZ MHZ LOKS 0MHZ MHZ Sheet OE Sheet A FPGA_ PWM[0..] USR[0..] A FPGA_ PWM[0..] USR[0..] A Sheet FPGA_ PWM[0..] USR[0..] opyright 00, Phil Harman,

More information

Quick Start and Troubleshooting Guide

Quick Start and Troubleshooting Guide Quick Start and Troubleshooting Guide By RXDesign Copyright July 2003 Quick Start and Troubleshooting Guide Rev 2 Welcome... tto tthe worrl ld off tthe CAT. 1 Addendum - Quick Start Alright... it is installed!

More information

SuperCELL Data Programmer and ACTiSys IR Programmer User s Guide

SuperCELL Data Programmer and ACTiSys IR Programmer User s Guide SuperCELL Data Programmer and ACTiSys IR Programmer User s Guide This page is intentionally left blank. SuperCELL Data Programmer and ACTiSys IR Programmer User s Guide The ACTiSys IR Programmer and SuperCELL

More information