XC2287 HOT. Exercise CAN_1 Communication using the CAN Module

Size: px
Start display at page:

Download "XC2287 HOT. Exercise CAN_1 Communication using the CAN Module"

Transcription

1 XC2287 HOT Exercise CAN_ Communication using the CAN Module

2 XC2267 HOT Exercise CAN_ Serial Communication using the CAN Let s get started now! Page 2

3 HOT Exercise CAN_ Simple USIC Example In this exercise you will: Configure the XC2000 with DAvE Configure USIC 0 Channel 0 as a UART Receive a character from a PC and generate a receive interrupt Transmit the character on CAN node 0 and receive the CAN message on CAN node Transmit the value back to the PC and toggle one of the LEDs on the board on receipt of every character Page 3

4 HOT Exercise CAN_ RS232 & CAN settings RS232 Settings Baud Rate = 9200 Baud 8 bit data, stop bit, no parity Receive interrupt RXD:P7.4 TXD: P7.3 CAN Settings Baud Rate = 500 kbaud Message Object 2 : CAN node 0, transmit, byte, -bit ID = 0x Message Object 5 : CAN node, receive, byte, -bit ID = 0x RX-interrupt, level 5 CAN 0: RX: P2.0, TX P2. CAN ; RX: P2.4, TX P2.2 Page 4

5 HOT Exercise CAN_ Flow Chart /2 Init CAN Module Module enable Fractional Divider EINIT write protected register Init CAN Node Enable node and interrupts Configure pin connections Set baud rate Assign Message Objects to node Init Message Objects (MO) RX/TX mode data length INT pointer and enable Identifier Data content Enable MO CAN_2 Init Main fsys=80mhz Init USIC Init MultiCAN Module Node 0 Node Message Objects Start nodes While() Start Node on CAN Bus Page 5

6 HOT Exercise CAN_ Flow Chart 2/2 USIC 0 Channel 0 (ASC) Interrupt ASC RX Interrupt Clear ASC status register Received Character -> MOData2 Sent MOData2 Exit CAN Message Object 5 Interrupt CAN MO5 RX Interrupt Clear CAN status register Received Character -> U0C0 ASC TX Sent U0C0 ASC Exit Page 6

7 HOT Exercise CAN_ Start DAvE Start DAvE Select Open an existing project' from the startup dialog or click Select the USIC_ project from the previous example Page 7

8 HOT Exercise CAN_ - DAvE Configurations Project Settings Now do File and Save As Browse and create folder c:\ifx_hot\vx_code_workspace\can_ Enter project name: CAN_' Click 'Save. Page 8

9 HOT Exercise CAN_ - DAvE Configurations A MultiCAN settings XC2287 MultiCAN : Click on the Page 9

10 HOT Exercise CAN_ - DAvE Configurations A MultiCAN settings Configure MultiCAN General: Enable module Page 0

11 HOT Exercise CAN_ - DAvE Configurations A MultiCAN settings Configure MultiCAN General: Select Node 0 Page

12 HOT Exercise CAN_ - DAvE Configurations A MultiCAN settings Configure CAN Node 0 General: Select P2.0 for Receive Input and P2. for Transmit Output Initialize the CAN node 0 Page 2

13 HOT Exercise CAN_ - DAvE Configurations A MultiCAN settings Configure CAN Node 0 Baud Rate: Required baud rate : 500 Kbaud TSeg2 : 5 to get Real baud rate at 500 Kbaud Page 3

14 HOT Exercise CAN_ - DAvE Configurations A MultiCAN settings Configure MultiCAN General: Select Node Page 4

15 HOT Exercise CAN_ - DAvE Configurations A MultiCAN settings Configure CAN Node General: Select P2.4 for Receive Input and P2.2 for Transmit Output Initialize the CAN node Page 5

16 HOT Exercise CAN_ - DAvE Configurations A MultiCAN settings Configure CAN Node Baud Rate: Required baud rate : 500 Kbaud TSeg2 : 5 to get Real baud rate at 500 Kbaud Page 6

17 HOT Exercise CAN_ - DAvE Configurations A MultiCAN settings Configure MultiCAN List, 2: Drag M02 and drop it to List (Node 0) Drag M05 and drop it to List 2 (Node ) Page 7

18 HOT Exercise CAN_ - DAvE Configurations A MultiCAN settings Configure MultiCAN M0s: Select M02 Page 8

19 HOT Exercise CAN_ - DAvE Configurations A MultiCAN settings Configure CAN Message Object (M02) Object: Enable MO2, Select Transmit data frames Identifier: 0x0, Data Length: data bytes Page 9

20 HOT Exercise CAN_ - DAvE Configurations A MultiCAN settings Configure MultiCAN M0s: Select M05 Page 20

21 HOT Exercise CAN_ - DAvE Configurations A MultiCAN settings Configure CAN Message Object (M05) Object: Enable MO5, Select Transmit data frames Identifier: 0x0, Data Length: data bytes Page 2

22 HOT Exercise CAN_ - DAvE Configurations A MultiCAN settings Configure CAN Message Object (M05) Interrupt: Enable receive interrupt Use CAN SRN 0 Page 22

23 HOT Exercise CAN_ - DAvE Configurations A MultiCAN settings Configure MultiCAN Interrupts : Drag CAN INT 0 and drop it to Interrupt Level 4, Group 0 Page 23

24 HOT Exercise CAN_ - DAvE Configurations A MultiCAN settings Configure MultiCAN Functions: Include CAN_vInit Include CAN_vTransmit and CAN_vLoadData Page 24

25 HOT Exercise CAN_ - DAvE Configurations Save DAvE Project Save your DAvE Project File Go to File Save (or Save As) or click on Filename entered previously: c:\ifx_hot\vx_code_workspace\can_\can_.dav Page 25

26 HOT Exercise CAN_ - DAvE Configurations Code Generation Let DAvE Generate Code for You Go to File generate Code or click on DAvE generated code files are MAIN.C, MAIN.H USIC0.C, USIC0.H U0C0.C, U0C0.H IO.C, IO.H SCS.C, SCS.H CAN.C CAN.H XC22XXREGS.H Page 26

27 HOT Exercise CAN_ Tasking VX Toolset Open Project Work Space if not already open Click on Filename: browse to c:\ifx_hot\vx_code_workspace Click OK 2 Page 27

28 HOT Exercise CAN_ Tasking VX Toolset Create New Project Click on Workbench (if not already there ) Page 28

29 HOT Exercise CAN_ Tasking VX Toolset Create New Project Click on File and New Select Tasking VX-toolset Click OK 2 Page 29

30 HOT Exercise CAN_ Tasking VX Toolset Create New Project Create Project name `CAN_ Same name as DAvE directory Select Default Location Select Empty project Click Next Page 30

31 HOT Exercise CAN_ Tasking VX Toolset Create New Project Select Configuration just Debug (this enables symbolic debug information automatically) Set Options Page 3

32 HOT Exercise CAN_ Tasking VX Toolset Refresh files in the project Right click on CAN_ in the navigator Select Refresh from the pull down menu Click on the + to the right of ADC_ to expand the project to be able to see all the files 2 Page 32

33 HOT Exercise CAN_ Tasking VX Toolset Exclude the CAN_.asm file Right click on CAN_.asm in the file list Select Exclude from build Then check Debug 2 3 Page 33

34 HOT Exercise CAN_ Tasking VX Toolset Set Target Board Configuration for Project ADC_ Click on Select Infineon XC2287 Easy Kit Board Select DAS over MiniWigglerII Select Single Chip Select XC F 2 3 Page 34

35 HOT Exercise CAN_ Tasking VX Toolset Set Project Properties Click on Project and Properties Click Setting and Preprocessing Disable Automatic inclusion of.sfr file Page 35

36 HOT Exercise CAN_ Tasking VX Toolset Set Project Properties Click on Project and Properties Click Run/Debug Settings Select CAN_ simulator and click on delete Page 36

37 HOT Exercise CAN_ Tasking VX Toolset Page 37

38 HOT Exercise CAN_ Tasking VX Toolset Software Hint DAvE doesn t change code that is inserted in the USER CODE sections if you let DAvE regenerate the code. Therefore, whenever adding code to the generated code, write it into a USER CODE section. The code you have to add should look like this: while() { // USER CODE BEGIN (Main,4) BlinkLED(); // USER CODE END } Page 38

39 HOT Exercise CAN_ - Complete code Edit File U0C0.C In the ISR function U0C0_ASC_vi0IC(void) (almost at the end) _interrupt(u0c0_0int) void U0C0_ASC_vi0IC(void) { // USER CODE BEGIN (ASC0IC,2) // USER CODE END if (U0C0_PSR & 0x4000) { // USER CODE BEGIN (ASC0IC,4) CAN_MODATA2LL = U0C0_RBUF; //store received character in MO2 CAN_vTransmit(2); // USER CODE END } U0C0_PSCR = 0x4000; // clear PSR_RIF // USER CODE BEGIN (ASC0IC,5) // USER CODE END } // End of function U0C0_ASC_vi0IC Page 39

40 HOT Exercise CAN_ - Complete code Edit File CAN.C In the ISR function CAN_viSRN0(void) (almost at the end) _interrupt(can_srn0int) void CAN_viSRN0(void) { uword uwsrn0objhandler; : : while (CAN_MSID0!= 0x0020) { switch(can_msid0){ case 5: // message object 5 interrupt uwsrn0objhandler = CAN_HWOBJ[5].uwMOCTRL; if(uwsrn0objhandler & MOSTAT_RXPND) // if message object 5 receive { // USER CODE BEGIN (SRN0_OBJ5,) IO_vTogglePin(IO_P0_0); U0C0_ASC_vSendData(CAN_MODATA5LL); // USER CODE END : : Page 40

41 HOT Exercise CAN_ Tasking VX Toolset Build Project Click on Build Project CAN_ Result should be Linking to CAN_.elf Page 4

42 HOT Exercise CAN_ Connect XC2267 Board Disconnect power supply from the board Connect CAN nodes: Connect wires from node A to node B (connect CAN_L to CAN2_L and CAN_H to CAN2_H) CAN USB CAN 2 Infineon XC2267 Page 42

43 HOT Exercise CAN_ Tasking EDE Connect XC2287 Easy Kit Connect XC2287 Board to PC Check the DIP Switch Settings on S02: OFF-OFF-OFF-OFF (Start from Internal Flash) Reset The Board (Press The Reset Button) S02 Standard Internal Start configuration ON DIP USB Reset button Page 43

44 HOT Exercise CAN_ Start HyperTerminal With the FTDI chip an on board, USB interface can be used for UART. FTDI device will converts the USB protocol the ASC protocol. Both USB and UART can be used at the same time. Open Device Manger and check which COM port is activated for the FTDI chip Page 44

45 HOT Exercise CAN_ Start HyperTerminal. Start->Programs->Accessories->Communications->HyperTerminal 2. Enter any name and click OK 3. Connect using: COMx (COM port activated for the FTDI chip) 4. Click Configure to enter Port settings 5. Select 9200 baud, no Parity, 8 Data Bits and Stop Bit 6. Click OK Page 45

46 HOT Exercise CAN_ Tasking VX Toolset Run Debugger Click on Click on Resume and start program 2 Page 46

47 HOT Exercise CAN_ Running the program Start typing Enter ASCII characters in the HyperTerminal The characters you enter are sent to the XC2287 and back to the Terminal Program so that you can read them on the screen The characters are not sent directly from the keyboard to the screen! Hold the reset button down to verify that the screen no longer displays the typed characters Page 47

48 HOT Exercise CAN_ Tasking VX Toolset Run Debugger See Results The LED toggles as keys are pressed on the keyboard LED Toggles Page 48

49 HOT Exercise CAN_ Tasking VX Toolset Run Debugger Verifications Click on Suspend Click on Restart The LED no longer toggles when a key is pressed Click on Resume LED toggles again when a key is pressed Page 49

50

XC2287M HOT Solution CAN Serial Communication using the CAN. Device: XC2287M-104F80 Compiler: Tasking Viper 2.4r1 Code Generator: DAvE 2.

XC2287M HOT Solution CAN Serial Communication using the CAN. Device: XC2287M-104F80 Compiler: Tasking Viper 2.4r1 Code Generator: DAvE 2. XC2287M HOT Solution CAN Serial Communication using the CAN Device: XC2287M-104F80 Compiler: Tasking Viper 2.4r1 Code Generator: DAvE 2.1 Page 2 XC2287M HOT Exercise CAN Serial Communication using the

More information

XC2287M HOT. Solution CAN_2 Serial Communication using the CAN with external CAN BUS

XC2287M HOT. Solution CAN_2 Serial Communication using the CAN with external CAN BUS XC2287M HOT Solution CAN_2 Serial Communication using the CAN with external CAN BUS Device: XC2287M-104F80 Compiler: Tasking Viper 2.4r1 Code Generator: DAvE 2.1 Page 2 XC2287M HOT Exercise CAN_2 Serial

More information

XC2287M HOT. Solution ASC. Uses a timer triggered LED to toggle with ASC Interrupt

XC2287M HOT. Solution ASC. Uses a timer triggered LED to toggle with ASC Interrupt XC2287M HOT Solution ASC Uses a timer triggered LED to toggle with ASC Interrupt Device: XC2287M-104F80 Compiler: Tasking Viper 2.4r1 Code Generator: DAvE 2.1 XC2287M HOT Exercise ASC Hello World with

More information

XC2287M HOT. Solution GPT12. Uses a timer triggered LED s to toggle. Device: XC2287M-104F80 Compiler: Tasking Viper 2.4r1 Code Generator: DAvE 2.

XC2287M HOT. Solution GPT12. Uses a timer triggered LED s to toggle. Device: XC2287M-104F80 Compiler: Tasking Viper 2.4r1 Code Generator: DAvE 2. XC2287M HOT Solution GPT12 Uses a timer triggered LED s to toggle Device: XC2287M-104F80 Compiler: Tasking Viper 2.4r1 Code Generator: DAvE 2.1 XC2287M HOT Exercise GPT12 Hardware Triggering of GPT12 Let

More information

XC2287M HOT Getting Started Exercise 1 Get familiar with the tool chain and uses a timer triggered LED toggle

XC2287M HOT Getting Started Exercise 1 Get familiar with the tool chain and uses a timer triggered LED toggle XC2287M HOT Getting Started Exercise 1 Get familiar with the tool chain and uses a timer triggered LED toggle Device: XC2287M-104F80 Compiler: Tasking Viper 2.4r1 Code Generator: DAvE 2.1 Getting Started

More information

XC866 Getting Started on EasyKit & Toolkits

XC866 Getting Started on EasyKit & Toolkits March 2005 XC866 on EasyKit & Toolkits Page 1 N e v e r s t o p t h i n k i n g. Overview DAvE! This will get you started in using the XC866. KEIL HiTOP XC800_ FLOAD! You will be introduced to the following

More information

XC886/888CLM Getting Started on MCAN - ADC

XC886/888CLM Getting Started on MCAN - ADC CLM on MCAN - ADC May 2006 Page 1 Setup and Code Generation We will use to create a project to demonstrate the feature of interrupt, MCAN, and ADC. Page 2 ADC will be configured to the parallel conversion

More information

XC2000 series Board Manual, V.1.0, June XC2000 Easy Kit. Board REV. V1.0. Microcontrollers. Never stop thinking.

XC2000 series Board Manual, V.1.0, June XC2000 Easy Kit. Board REV. V1.0. Microcontrollers. Never stop thinking. series Board Manual, V..0, June 2007 Board REV. V.0 Microcontrollers Never stop thinking. Edition 2007-06 Published by Infineon Technologies AG 8726 Mühen, Germany Infineon Technologies AG 2007. All Rights

More information

XE166 family Easy Kit

XE166 family Easy Kit XE66 family Manual, V..0, Oktober 2007 XE66 family Board REV. V.0 Microcontrollers Never stop thinking. Edition 2007-06 Published by Infineon Technologies AG 8726 Mühen, Germany Infineon Technologies AG

More information

Updating Reader Firmware

Updating Reader Firmware SWH-xxxx Readers Updating Reader Firmware Version C0 Document Part Number UM-096 July 2012 OVERVIEW This document describes how to download new firmware to Software House SWH-4xxx readers. The procedure

More information

XE166 Family AP Application Note. Microcontrollers. UConnect XE162N Hardware Description V1.0,

XE166 Family AP Application Note. Microcontrollers. UConnect XE162N Hardware Description V1.0, XE166 Family AP90005 Application Note V1.0, 2010-01 Microcontrollers Edition 2010-01 Published by Infineon Technologies AG 81726 Munich, Germany 2010 Infineon Technologies AG All Rights Reserved. LEGAL

More information

USB-COMi-TB USB to Industrial Single RS-422 / 485 Adapter Manual. Specifications and Features

USB-COMi-TB USB to Industrial Single RS-422 / 485 Adapter Manual. Specifications and Features USB-COMi-TB USB to Industrial Single RS-422 / 485 Adapter Manual The USB-COMi-TB USB-to-Industrial Single RS-422/485 Adapter is designed to make industrial communication port expansion quick and simple.

More information

XE164 UConnect Manual, V.1.1, February XE164 UConnect. Board REV. 2007/40. Microcontrollers. Never stop thinking.

XE164 UConnect Manual, V.1.1, February XE164 UConnect. Board REV. 2007/40. Microcontrollers. Never stop thinking. Manual, V.1.1, February 2008 XE164 Board REV. 2007/40 Microcontrollers Never stop thinking. Edition 2007-06 Published by Infineon Technologies AG 81726 München, Germany Infineon Technologies AG 2008. All

More information

Note that FLIP is an Atmel program supplied by Crossware with Atmel s permission.

Note that FLIP is an Atmel program supplied by Crossware with Atmel s permission. INTRODUCTION This manual will guide you through the first steps of getting the SE-8051ICD running with the Crossware 8051 Development Suite and the Atmel Flexible In-System Programming system (FLIP). The

More information

This 4-port RS-422/485 Adapter is provided with an external switching power adapter in the package.

This 4-port RS-422/485 Adapter is provided with an external switching power adapter in the package. USB-4COMi-M USB to Quad RS-422/485 to Serial Adapter Manual The USB to Industrial Quad RS-422/485 Adapter is designed to make industrial communication port expansion quick and simple. Connecting to a USB

More information

PI Scanner User Guide

PI Scanner User Guide PI Scanner User Guide Table of Contents 1. Highlights 2. Overview 3. Installation 3.1. PI Scanner Software Installation 3.2. USB to Serial Interface Board Installation 3.3. Programming the PI Scanner IP

More information

PSIM Tutorial. How to Use SCI for Real-Time Monitoring in F2833x Target. February Powersim Inc.

PSIM Tutorial. How to Use SCI for Real-Time Monitoring in F2833x Target. February Powersim Inc. PSIM Tutorial How to Use SCI for Real-Time Monitoring in F2833x Target February 2013-1 - With the SimCoder Module and the F2833x Hardware Target, PSIM can generate ready-to-run codes for DSP boards that

More information

Figure 1. Proper Method of Holding the ToolStick. Figure 2. Improper Method of Holding the ToolStick

Figure 1. Proper Method of Holding the ToolStick. Figure 2. Improper Method of Holding the ToolStick TOOLSTICK UNIVERSITY DAUGHTER CARD USER S GUIDE 1. Handling Recommendations To enable development, the ToolStick Base Adapter and daughter cards are distributed without any protective plastics. To prevent

More information

USB-16COMi-M 16-Port RS-422/485 USB Serial Adapter User Manual. Features and Specifications. Power Supply

USB-16COMi-M 16-Port RS-422/485 USB Serial Adapter User Manual. Features and Specifications. Power Supply USB-16COMi-M 16-Port RS-422/485 USB Serial Adapter User Manual The USB to industrial 16-Port RS-422/485 Adapter is designed to make serial port expansion quick and simple. Connecting to a USB port on your

More information

Figure 1. Proper Method of Holding the ToolStick. Figure 2. Improper Method of Holding the ToolStick

Figure 1. Proper Method of Holding the ToolStick. Figure 2. Improper Method of Holding the ToolStick TOOLSTICK C8051F560 DAUGHTER CARD USER S GUIDE 1. Handling Recommendations To enable development, the ToolStick Base Adapter and daughter cards are distributed without any protective plastics. To prevent

More information

USB485. USB to RS485 Converter Card. User Manual for connecting with Windows Vista Version 1.01

USB485. USB to RS485 Converter Card. User Manual for connecting with Windows Vista Version 1.01 USB485 USB to RS485 Converter Card User Manual for connecting with Windows Vista Version 1.01 RMS Technologies 2533 N. Carson St. #4698, Carson City, NV 89706-0147 1-877- 301-3609 www.rmsmotion.com sales@rmsmotion.com

More information

Infineon Flash Programmer Memtool for XMC1000 Family. XMC Microcontrollers January 2016

Infineon Flash Programmer Memtool for XMC1000 Family. XMC Microcontrollers January 2016 Infineon Flash Programmer Memtool for XMC1000 Family XMC Microcontrollers January 2016 Memtool: Overview and Features Overview MemTool is a free of charge software designed for on-chip flash programming.

More information

USB485 USB to RS485 Converter Card

USB485 USB to RS485 Converter Card USB485 USB to RS485 Converter Card User Manual Version 1.02 RMS Technologies 2533 N. Carson St. #4698, Carson City, NV 89706-0147 1-877-301-3609 www.rmsmotion.com sales@rmsmotion.com Thank you for purchasing

More information

Easy Kit Board Manual

Easy Kit Board Manual User s Manual, V1.0, June2008 Easy Kit Board Manual Easy Kit - XC88x Microcontrollers Edition 2008-06 Published by Infineon Technologies AG, 81726 München, Germany Infineon Technologies AG 2008. All Rights

More information

Installation Guide of Hi-Speed USB to Octal RS-232/422/485 Adapter

Installation Guide of Hi-Speed USB to Octal RS-232/422/485 Adapter Installation Guide of Hi-Speed USB to Octal RS-232/422/485 Adapter Introduction The USB to Octal Serial Adapter is designed to make serial port expansion quick and simple. Connecting to a USB port on your

More information

USBG-8COM-PRO 8-Port USB to RS-232, 422, 485 Auto Setup Adapter Manual. Features & Specifications. Specifications

USBG-8COM-PRO 8-Port USB to RS-232, 422, 485 Auto Setup Adapter Manual. Features & Specifications. Specifications USBG-8COM-PRO 8-Port USB to RS-232, 422, 485 Auto Setup Adapter Manual The USBG-8COM-PRO 2-Port Series Industrial I/O Adapters are advanced USB to Serial Adapters that connect to 1, 2, 4 or 8 RS- 232/422/485

More information

Application Note, V2.0, April 2010 AP16174 XE164

Application Note, V2.0, April 2010 AP16174 XE164 Application Note, V2.0, April 2010 AP16174 XE164 for a hello world application Using DAvE (Code Generator) Using the KEIL tool chain µvision 4 (IDE, Compiler, Utility Tools) Microcontrollers Edition 2010-04-22

More information

VORAGO VA108x0 Bootloader application note

VORAGO VA108x0 Bootloader application note AN1216 VORAGO VA108x0 Bootloader application note Jan 2, 2019 Version 1.0 VA10800/VA10820 Abstract Many applications can benefit from in-system reprogramming without a JTAG probe. This Application note

More information

XMC4800 EtherCAT APP SSC Firmware Update Slave Example. Getting Started Version 3.0

XMC4800 EtherCAT APP SSC Firmware Update Slave Example. Getting Started Version 3.0 XMC4800 EtherCAT APP SSC Firmware Update Slave Example Getting Started Version 3.0 1 2 3 4 5 6 7 Overview and requirements Setup Short overview boot modes Architecture Implementation of the application

More information

Programming in the MAXQ environment

Programming in the MAXQ environment AVAILABLE The in-circuit debugging and program-loading features of the MAXQ2000 microcontroller combine with IAR s Embedded Workbench development environment to provide C or assembly-level application

More information

Quick Start Guide: RL78G14 Motor Control Starter Kit

Quick Start Guide: RL78G14 Motor Control Starter Kit Document Contents 1.0 Introduction 1 2.0 Board Layout 1 3.0 Stand Alone Demonstration Mode 2 4.0 Installation 3 5.0 Using the GUI 4 6.0 RL78/G14 Programming 6 7.0 RL78/G14 Debugging 7 8.0 Next Steps 8

More information

Figure 1. Proper Method of Holding the ToolStick. Figure 2. Improper Method of Holding the ToolStick

Figure 1. Proper Method of Holding the ToolStick. Figure 2. Improper Method of Holding the ToolStick TOOLSTICK UNIVERSITY DAUGHTER CARD USER S GUIDE 1. Handling Recommendations To enable development, the ToolStick Base Adapter and daughter cards are distributed without any protective plastics. To prevent

More information

Figure 1. Proper Method of Holding the ToolStick. Figure 2. Improper Method of Holding the ToolStick

Figure 1. Proper Method of Holding the ToolStick. Figure 2. Improper Method of Holding the ToolStick TOOLSTICK C8051F931 DAUGHTER CARD USER S GUIDE 1. Handling Recommendations To enable development, the ToolStick Base Adapter and daughter cards are distributed without any protective plastics. To prevent

More information

NEW CEIBO DEBUGGER. Menus and Commands

NEW CEIBO DEBUGGER. Menus and Commands NEW CEIBO DEBUGGER Menus and Commands Ceibo Debugger Menus and Commands D.1. Introduction CEIBO DEBUGGER is the latest software available from Ceibo and can be used with most of Ceibo emulators. You will

More information

I-7570 Serial To HART Converter

I-7570 Serial To HART Converter I-7570 Serial To HART Converter User s Manual Warranty All products manufactured by ICP DAS are under warranty regarding defective materials for a period of one year from the date of delivery to the original

More information

Installation Guide of Hi-Speed USB to Industrial Single RS-422/485 Adapter

Installation Guide of Hi-Speed USB to Industrial Single RS-422/485 Adapter Installation Guide of Hi-Speed USB to Industrial Single RS-422/485 Adapter Introduction of USB-COMi and USB-COMi-SI The USB-COMi and USB-COMi-SI Industrial Single RS-422/485 Adapters are designed to make

More information

Firmware Reprogramming Guide

Firmware Reprogramming Guide 8 July. 2016 1 UART Connection Hardware Setup Modules and adaptors may be reprogrammed using the procedure detailed in this document. Normally, our platforms will be delivered with the final firmware already

More information

01348(N or G) MH** -- Material Handling (N or G) MH** -- Material Handling

01348(N or G) MH** -- Material Handling (N or G) MH** -- Material Handling MATERIAL HANDLING MANIFOLDS WITH DeviceNet INTERFACE 01348(N or G) MH** -- Material Handling 01351(N or G) MH** -- Material Handling Note: N = NPT ports G = BSPP ports SOL 14 SOL 12 Station #3 SOL 14 SOL

More information

Quick Start Guide Demo Distance2Go. July 2018

Quick Start Guide Demo Distance2Go. July 2018 Quick Start Guide Demo Distance2Go July 2018 Table of Contents 1 Hardware Description 2 Tools Installation 3 Demo Distance2Go USB Connections 4 Building, Flashing and Debugging 5 Raw data streaming 2 Table

More information

USB to DB25 RS232 Adapter User Manual. Features. Windows 7/ Vista / 2003 / XP / 2000 Driver Installation

USB to DB25 RS232 Adapter User Manual. Features. Windows 7/ Vista / 2003 / XP / 2000 Driver Installation 765289 USB to DB25 RS232 Adapter User Manual The USB Serial Adapter is designed to make serial port expansion quick and simple. Connecting to a USB port on your computer or USB hub, the USB Serial Adapter

More information

Application Note, V 1.0, Sep AP TC1796 step B. Micro Link Interface: Quick Start. Microcontrollers. Never stop thinking.

Application Note, V 1.0, Sep AP TC1796 step B. Micro Link Interface: Quick Start. Microcontrollers. Never stop thinking. Application Note, V 1.0, Sep. 2004 AP32010 TC1796 step B Micro Link Interface: Quick Start. Microcontrollers Never stop thinking. TC1796 step B Revision History: 2004-09 V 1.0 Previous Version: - Page

More information

Figure 1: ZigBee Evaluation Kit (ZEK) Contents. Figure 2: ZigBee Adapter Zb-121 and Module Zb-21

Figure 1: ZigBee Evaluation Kit (ZEK) Contents. Figure 2: ZigBee Adapter Zb-121 and Module Zb-21 The ZigBee Evaluation Kit (ZEK) has been developed for evaluation of the ZigBee wireless solution from Amp ed RF. This demo kit utilizes Amp ed RF ZigBee Serial Adapter (AR Zb-121) board with embedded

More information

Figure 1. Proper Method of Holding the ToolStick. Figure 2. Improper Method of Holding the ToolStick

Figure 1. Proper Method of Holding the ToolStick. Figure 2. Improper Method of Holding the ToolStick TOOLSTICK C8051F330 DAUGHTER CARD USER S GUIDE 1. Handling Recommendations To enable development, the ToolStick Base Adapter and daughter cards are distributed without any protective plastics. To prevent

More information

ZFSM-201-KIT-1 Wireless UART Application User Guide

ZFSM-201-KIT-1 Wireless UART Application User Guide Free Star Pro Series ZFSM-201-KIT-1 Wireless UART Application User Guide ZFSM-201-1 FreeStar Pro Module Document # 0006-00-08-06-000 (Rev A) Table of Contents 1 OVERVIEW... 2 1.1 DESCRIPTION... 2 2 COMMUNICATIONS

More information

Locus Engineering Inc

Locus Engineering Inc Locus Engineering Inc PS/2 Keyboard to ASCII Converter PS/2 Keyboard PS/2 to ACII Converter Host Microcontroller FEATURES Decodes PS/2 Scanset 2 keystrokes to a single ASCII byte on make Offload process

More information

Application Note, V2.0, August 2007 AP08067 XC886/XC888

Application Note, V2.0, August 2007 AP08067 XC886/XC888 Application Note, V2.0, August 2007 AP08067 XC886/XC888 XC888 Starter Kit "Cookery-Book" for a "Hello world" application. You can do the Hello world example in this document with the evaluation version

More information

User Manual. ESP8266 Wifi Shield

User Manual. ESP8266 Wifi Shield User Manual Of ESP8266 Wifi Shield Description The shield is designed based on esp8266 by Espressif Systems, pin-compatible with Arduino UNO/Mega2560 DevBorad. Which can be used as two independent part,

More information

Migration from HEW to e 2 studio Development Tools > IDEs

Migration from HEW to e 2 studio Development Tools > IDEs Migration from HEW to e 2 studio Development Tools > IDEs LAB PROCEDURE Description The purpose of this lab is to allow users of the High-performance Embedded Workbench (HEW) to gain familiarity with the

More information

Introduction & Specifications of Hi-Speed USB to Industrial Dual Ports RS-422/485 Adapter

Introduction & Specifications of Hi-Speed USB to Industrial Dual Ports RS-422/485 Adapter Introduction & Specifications of Hi-Speed USB to Industrial Dual Ports RS-422/485 Adapter USB to Dual RS-422/485 Adapter (USB-2COMi-M) USB to Dual Opto-isolated RS-422/485 Adapter (USB-2COMi-SI-M) - with

More information

Using Code Composer Studio IDE with MSP432

Using Code Composer Studio IDE with MSP432 Using Code Composer Studio IDE with MSP432 Quick Start Guide Embedded System Course LAP IC EPFL 2010-2018 Version 1.2 René Beuchat Alex Jourdan 1 Installation and documentation Main information in this

More information

USB BF70x Bulk Library v.1.1 Users Guide Users Guide Revision 1.1. For Use With Analog Devices ADSP-BF70x Series Processors. Closed Loop Design, LLC

USB BF70x Bulk Library v.1.1 Users Guide Users Guide Revision 1.1. For Use With Analog Devices ADSP-BF70x Series Processors. Closed Loop Design, LLC USB BF70x Bulk Library v.1.1 Users Guide Users Guide Revision 1.1 For Use With Analog Devices ADSP-BF70x Series Processors Closed Loop Design, LLC 748 S MEADOWS PKWY STE A-9-202 Reno, NV 89521 support@cld-llc.com

More information

CF-850/F1K-144-S Hardware Manual

CF-850/F1K-144-S Hardware Manual CF-850/F1K-144-S Hardware Manual Date published: Jan 2017 (1st Edition) Tessera Technology Inc. TS-TUM05471-1 - CAUTION: The information in this document is subject to change without notice. No part of

More information

GEM80 & ewon Setup Quick Guide

GEM80 & ewon Setup Quick Guide Introduction to the ewon The ewon is an intelligent, programmable Ethernet Gateway, which can be used to bridge GEM 80 PLCs onto an Ethernet network, via the PLC serial port (Port3). This provides network-based

More information

EKK-LM3S811 QUICKSTART

EKK-LM3S811 QUICKSTART Stellaris LM3S811 Evaluation Kit The Stellaris LM3S811 Evaluation Kit provides a low-cost way to start designing with Stellaris microcontrollers. The LM3S811 Evaluation Board (EVB) can function as either

More information

PCI Express 16-Port Serial I/O Cards

PCI Express 16-Port Serial I/O Cards PCI Express 16-Port Serial I/O Cards The PCIe-1600 PCI Express 16-port serial I/O card is a plug & play high-speed serial I/O expansion card for PCI Express bus. Connecting to a PCI Express bus on your

More information

Cookery-Book, V1.0, February XMC1400 BootKit HelloWorld

Cookery-Book, V1.0, February XMC1400 BootKit HelloWorld Cookery-Book, V1.0, February 2017 XMC1400 BootKit HelloWorld Programming ( Hello World ) an Infineon XMC1400 (ARM Cortex M0) Microcontroller. Using Dave/Eclipse( Code Generator, IDE, Compiler, Linker,

More information

VLT 5000 DeviceNet and Allen Bradley Control logix 5550

VLT 5000 DeviceNet and Allen Bradley Control logix 5550 Foreword... 2 VLT 5000 DeviceNet card... 2 Configuring the VLT 5000 with RS Networx... 4 I/O communication with RS Logix 5000... 6 Explicit messages with RS Logix 5000... 8 1 Foreword This application

More information

CommLink IV Technical Guide

CommLink IV Technical Guide www.wattmaster.com CommLink IV Technical Guide Table of Contents General Information... 3 CommLink IV Overview...3 Optional IP Module Kit...3 Optional Remote Link II...3 Installing CommLink IV ONLY...3

More information

Introduction USART & AVR EVK1100

Introduction USART & AVR EVK1100 Introduction USART & AVR EVK1100 Time scope: 2-4h USART (Theory) Flash Development board EVK 1100 Basics for programming USART (Driver, Code) Exercises Emqopter GmbH 2 Terminology: UART, Universal Asynchronous

More information

CF-850/F1KM-176-S Hardware Manual

CF-850/F1KM-176-S Hardware Manual CF-850/F1KM-176-S Hardware Manual Date published: May 2018 (1st Edition) Tessera Technology Inc. TS-TUM06992-1 - CAUTION: The information in this document is subject to change without notice. No part of

More information

Saab TransponderTech. R4 Display SW Update Instruction

Saab TransponderTech. R4 Display SW Update Instruction Saab TransponderTech R4 Display SW Update Instruction i COPYRIGHT The entire contents of this instruction and its appendices, including any future updates and modifications, shall remain the property of

More information

USB Host Shield 2. Features and Specifications

USB Host Shield 2. Features and Specifications Features and Specifications The e-gizmo is used for interfacing with USB devices such as an optical mouse or a ash drive. The shield can also be used as an input/output expander with its extension pins.

More information

CONNECTING YOUR PC TO THE USB EVALUATION BOARD

CONNECTING YOUR PC TO THE USB EVALUATION BOARD OVERVIEW This application note discusses how to solve the problems you may encounter when you interface the Keil dscope debugger to the Intel USB Evaluation Board using RISM. Typically, these problems

More information

(1) Device Management tool: enables you to remotely manage AX220xx RS232-to-WiFi devices.

(1) Device Management tool: enables you to remotely manage AX220xx RS232-to-WiFi devices. 1 / 11 Quick Start This chapter provides a high level overview of AXR2W installation and configuration. For detailed introduction about this utility you can refer to AX220xx RS232-to-WiFi Reference Design

More information

3.1 I-7560 Pin Assignment and Specifications: Introduction

3.1 I-7560 Pin Assignment and Specifications: Introduction 3.1 I-7560 Pin Assignment and Specifications: Introduction The I-7560 adds a Windows serial Com port via its USB connection and is compatible with new & legacy RS-232 devices. USB Plug and Play allows

More information

Installation and Quick Start of isystem s winidea Open in DAVE. Tutorial Version 1.0, May, 2014

Installation and Quick Start of isystem s winidea Open in DAVE. Tutorial Version 1.0, May, 2014 Installation and Quick Start of isystem s winidea Open in DAVE Tutorial Version.0, May, 0 About winidea Open isysytem provides a free version of its debugger IDE called winidea Open; it can use the Segger

More information

STEPPER-MOTOR-RD STEPPER MOTOR REFERENCE DESIGN KIT USER S GUIDE. 1. Kit Contents. 2. Kit Overview. Figure 1. Stepper Motor Reference Design Board

STEPPER-MOTOR-RD STEPPER MOTOR REFERENCE DESIGN KIT USER S GUIDE. 1. Kit Contents. 2. Kit Overview. Figure 1. Stepper Motor Reference Design Board STEPPER MOTOR REFERENCE DESIGN KIT USER S GUIDE 1. Kit Contents The Stepper Motor Reference Design Kit contains the following items: Stepper Motor Reference Design Board Stepper Motor Universal AC to DC

More information

Mu.S.E. Operating Manual

Mu.S.E. Operating Manual Mu.S.E. Operating Manual Controls and Indicators 1 3.5 Audio jack line input (P1) 2 Pull Throw switch (S2) This switch toggles between line in and MP3 decoder to audio jack output P1. Toggling switch up

More information

8 Port USB to RS- 232/422/485 Octal Adapter. Product Manual. Coolgear, Inc. Version 1.1 April 2018 Model Number: USB-8COMi-RM.

8 Port USB to RS- 232/422/485 Octal Adapter. Product Manual. Coolgear, Inc. Version 1.1 April 2018 Model Number: USB-8COMi-RM. 8 Port USB to RS- 232/422/485 Octal Adapter Product Manual Coolgear, Inc. Version 1.1 April 2018 Model Number: USB-8COMi-RM 2 USB-8COMi-RM Product Manual Revision History Revision Date Author Comments

More information

XMC4700/XMC4800 RelaxKit HelloWorld (USB)

XMC4700/XMC4800 RelaxKit HelloWorld (USB) Cookery-Book, V1.0, A pril 2017 XMC4700/XMC4800 RelaxKit HelloWorld (USB) Programming ( Hello World ) an Infineon XMC4700 (ARM Cortex M4) Microcontroller. Using Dave/Eclipse( Code Generator, IDE, Compiler,

More information

PCI Express 4-Port Industrial Serial I/O Cards

PCI Express 4-Port Industrial Serial I/O Cards PCI Express 4-Port Industrial Serial I/O Cards The PCIe-400i and PCIe-400i-SI PCI Express 4-port industrial serial I/O cards are plug & play high-speed serial I/O expansion cards for the PCI Express bus.

More information

MxDS1 CNC Data Shuttle

MxDS1 CNC Data Shuttle MxDS1 CNC Data Shuttle Installation Instructions And Operator Manual 2010 Memex Automation Inc. All rights reserved. No part of this manual may be reproduced without express written consent of Memex Automation

More information

HandsOn Technology -- HT-MC-02 MODEL: HT-MC-02

HandsOn Technology -- HT-MC-02 MODEL: HT-MC-02 HandsOn Technology 8051 μcontroller Starter Kits FLASH μcontroller PROGRAMMER/DEVELOPMENT SYSTEM MODEL: HT-MC-02 8051 is one of the most popular 8-bit µcontroller architectures in use today, learn it the

More information

Evaluation Board Getting Started. TLE984x_EVB_1.x TLE9845_EVB_1.x

Evaluation Board Getting Started. TLE984x_EVB_1.x TLE9845_EVB_1.x Evaluation Board Getting Started TLE984x_EVB_1.x TLE9845_EVB_1.x Agenda 1 TLE984x Evalboard overview 2 Product Information links 3 Toolchain installation 4 Getting Started 2 Agenda 1 TLE984x Evalboard

More information

Implementing a Serial Download Manager for Two 256K Byte Flash Memories

Implementing a Serial Download Manager for Two 256K Byte Flash Memories TN220 Implementing a Serial Download Manager for Two 256K Byte Flash Memories Disclaimer The programs described in this note are provided as a sample field reprogramming method only with no guarantees

More information

Wireless-Tag WT51822-S4AT

Wireless-Tag WT51822-S4AT Description: WT51822-S4AT is a high performance,low power radio transmit and receive system module use Nordic BLE 4.1 nrf51822 as the controller chips. It has the smallest volume package in the industry,

More information

SFP+ Breakout 2. Data Sheet. Datasheet SFP+ Breakout. 1 Overview. Table of Contents. 2 Features

SFP+ Breakout 2. Data Sheet. Datasheet SFP+ Breakout. 1 Overview. Table of Contents. 2 Features Data Sheet 2 1 Overview The is an interface board designed to connect the high speed lines of an SFP or SFP+ module to SMA connectors for test and evaluation. In addition to high speed breakout, the unit

More information

Debugging in AVR32 Studio

Debugging in AVR32 Studio Embedded Systems for Mechatronics 1, MF2042 Tutorial Debugging in AVR32 Studio version 2011 10 04 Debugging in AVR32 Studio Debugging is a very powerful tool if you want to have a deeper look into your

More information

ACE PLUS CORP. APCON100 series Operation Manual RS-232 to Ethernet Converter

ACE PLUS CORP. APCON100 series Operation Manual RS-232 to Ethernet Converter APCON100 series Operation Manual RS-232 to Ethernet Converter Page 1 of 24 APCON100 series Operation Manual Index Chapter 1 Specifications 2 Chapter 2 Introduction 3 Chapter 3 Easy Installation 4 Chapter

More information

Exercise: PWM Generation using the N2HET

Exercise: PWM Generation using the N2HET Exercise: PWM Generation using the N2HET 1 Overview In this exercise we will: Create a new HALCoGen Project Configure HALCoGen to generate A basic PWM with a period of 1 second and a duty cycle of 75%

More information

Innovati s Bluetooth 100M Universal Wireless Bluetooth Module

Innovati s Bluetooth 100M Universal Wireless Bluetooth Module Innovati s Bluetooth 100M Universal Wireless Bluetooth Module Bluetooth 100M module is a simple to use Bluetooth module, command control through a simple UART Tx and Rx which are connected to other Bluetooth

More information

OVERVIEW HARDWARE. C167 / ST10-F168 CAN Bus Programming and Simulation

OVERVIEW HARDWARE. C167 / ST10-F168 CAN Bus Programming and Simulation OVERVIEW This application note demonstrates programming and simulation of the on-chip CAN interface of the C167 / ST10-F168. These devices integrate a full CAN controller. The Infineon C167CS includes

More information

ECE251: Thursday November 8

ECE251: Thursday November 8 ECE251: Thursday November 8 Universal Asynchronous Receiver & Transmitter Text Chapter 22, Sections 22.1.1-22.1.4-read carefully TM4C Data Sheet Section 14-no need to read this A key topic but not a lab

More information

S32K148 EVB QUICK START GUIDE REV1 APPLIES FOR: S32K148 EVB (SCH REV A/B) EXTERNAL USE

S32K148 EVB QUICK START GUIDE REV1 APPLIES FOR: S32K148 EVB (SCH REV A/B) EXTERNAL USE S32K148 EVB QUICK START GUIDE REV1 APPLIES FOR: S32K148 EVB (SCH-29644 REV A/B) Contents: Get to Know S32K148 EVB Out of the Box Setup Introduction to OpenSDA S32DS IDE basics: Download Create a project

More information

DFS/Cutter. Debugging Communication Problems

DFS/Cutter. Debugging Communication Problems DFS/Cutter Technical Support Bulletin Debugging Communication Problems Abstract: This TSB is written to help users debug communication problems where the cutter appears to ignore everything the computer

More information

Maxim > Design Support > Technical Documents > Application Notes > Microcontrollers > APP 4465

Maxim > Design Support > Technical Documents > Application Notes > Microcontrollers > APP 4465 Maxim > Design Support > Technical Documents > Application Notes > Microcontrollers > APP 4465 Keywords: MAXQ, MAXQ610, UART, USART, serial, serial port APPLICATION NOTE 4465 Using the Serial Port on the

More information

1.6inch SPI Module user manual

1.6inch SPI Module user manual 1.6inch SPI Module user manual www.lcdwiki.com 1 / 10 Rev1.0 Product Description The 1.6 module is tested using the ESP8266MOD D1 Mini development board, Both the test program and the dependent libraries

More information

1. Introduction. 2. Installation INSTALLATION INSTRUCTIONS: MCD USB MODULE

1. Introduction. 2. Installation INSTALLATION INSTRUCTIONS: MCD USB MODULE Introduction INSTALLATION INSTRUCTIONS: MCD USB MODULE 1. Introduction The USB Module can be used in conjunction with WinMaster to manage Danfoss soft starters. These instructions detail the installation,

More information

Product Specification for CANbus to DeviceNet Transducer Gateway

Product Specification for CANbus to DeviceNet Transducer Gateway XG CANbus to DeviceNet Transducer Gateway April, 00 Product Specification for CANbus to DeviceNet Transducer Gateway The XG CANbus to DeviceNet Temposonics Gateway gathers position information from as

More information

Getting Started Guide: TMS-FET470A256 IAR Kickstart Development Kit

Getting Started Guide: TMS-FET470A256 IAR Kickstart Development Kit Getting Started Guide: TMS-FET470A256 IAR Kickstart Development Kit Skrtic/Mangino Page 1 of 11 SPNU250 IMPORTANT NOTICE Texas Instruments and its subsidiaries (TI) reserve the right to make changes to

More information

AN HI-3200 Avionics Data Management Engine Evaluation Board Software Guide

AN HI-3200 Avionics Data Management Engine Evaluation Board Software Guide August 12, 2011 AN - 166 HI-3200 Avionics Data Management Engine Evaluation Board Software Guide Introduction This application note provides more detail on the HI-3200 demo software provided in the Holt

More information

USB TO SERIAL CONVERTER

USB TO SERIAL CONVERTER USB TO SERIAL CONVERTER Quick Installation Guide Windows 7/8/8.1 DA-70158 Step 1: Step 2: Insert CD Driver of this product to the CD-ROM Connect the device to a spare USB port on your PC. If there is an

More information

Quick Start Guide Sense2GoL Module. July 12 th 2018

Quick Start Guide Sense2GoL Module. July 12 th 2018 Quick Start Guide Sense2GoL Module July 12 th 2018 Table of contents 1 Overview 2 Development Tools Installation 3 Flashing and Debugging 4 GUI 5 Stream Raw data 2 Table of contents 1 Overview 2 Development

More information

CMS-8GP32. A Motorola MC68HC908GP32 Microcontroller Board. xiom anufacturing

CMS-8GP32. A Motorola MC68HC908GP32 Microcontroller Board. xiom anufacturing CMS-8GP32 A Motorola MC68HC908GP32 Microcontroller Board xiom anufacturing 2000 717 Lingco Dr., Suite 209 Richardson, TX 75081 (972) 994-9676 FAX (972) 994-9170 email: Gary@axman.com web: http://www.axman.com

More information

Getting Started with Qorivva Fast

Getting Started with Qorivva Fast Freescale Semiconductor Document Number:AN4894 Application Note Rev 0, Mar 2014 Getting Started with Qorivva Fast Start Kit for TRK-MPC5604P by: Sudhakar Srinivasa 1 Introduction This application note

More information

HT32 Series In-System / In-Application Programmer User Manual

HT32 Series In-System / In-Application Programmer User Manual In-System / In-Application Programmer User Manual Revision: V1.00 Date: July 14, 2011 Table of Contents 1 Introduction... 5 About This Document... 5 HT32 Flash Programmer Overview... 5 ISP and IAP Overview...

More information

WizISP Program User Guide for W7100

WizISP Program User Guide for W7100 WizISP Program User Guide for W7100 version 0.9βeta 2008 WIZnet Co., Inc. All Rights Reserved. For more information, please visit our website at http://www.wiznet.co.kr Copyright 2009 WIZnet Co., Inc.

More information

USB232 board EB Technical datasheet

USB232 board EB Technical datasheet USB232 board EB039-00-1 Technical datasheet Contents 1. About this document...2 2. General information...3 3. Board layout...4 4. Testing this product...5 5. Circuit description...7 Appendix 1 Circuit

More information

Application Note. Startup DevKit16. History 19 th June 00 TKa V1.0 started 20 th June 00 TKa V1.1 Some minor text corrections

Application Note. Startup DevKit16. History 19 th June 00 TKa V1.0 started 20 th June 00 TKa V1.1 Some minor text corrections Application Note Startup DevKit16 Fujitsu Mikroelektronik GmbH, Microcontroller Application Group History 19 th June 00 TKa V1.0 started 20 th June 00 TKa V1.1 Some minor text corrections 1 Warranty and

More information

Installation Guide of Hi-Speed USB to Industrial I/O Adapter

Installation Guide of Hi-Speed USB to Industrial I/O Adapter Installation Guide of Hi-Speed USB to Industrial I/O Adapter Introduction of USB-COMi-SI-M The USB Industrial I/O Adapter is designed to make industrial communication port expansion quick and simple. Connecting

More information