Testing of an Optimised Data Bus for Pico- and Nanosatellites Making Cubesats Future-Proof

Total Page:16

File Type:pdf, Size:1020Kb

Testing of an Optimised Data Bus for Pico- and Nanosatellites Making Cubesats Future-Proof Testing of an Optimised Data Bus for Pico- and Nanosatellites Making CubeSats Future-Proof by Stefan van der Linden to obtain the degree of Master of Science at the Delft University of Technology, to be defended publicly on Thursday January 26, 2017 at 14:00. Student Number: 4082346 Project Duration: April 12, 2016 – January 26, 2017 Thesis Committee: Ir. B.T.C. Zandbergen, TU Delft, SSE (Head of Committee) Ir. J. Bouwmeester, TU Delft, SSE (Supervisor) Ir. C. De Wagter, TU Delft, C&S J. Carvajal Godinez, TU Delft, SSE An electronic version of this thesis is available at http://repository.tudelft.nl/. Abstract The definition of the CubeSat is already nearly two decades old. This results in the trend that a large fraction of CubeSat missions are leaving the domain of (educational) technology demon- stration and entering that of commercial applications. Therefore a larger focus is put on the reliability and compatibility of commercial of the shelf systems and the spacecraft containing them. One subsystem that is more or less fixed since the first CubeSat missions is the serial data bus. This internal network is essential for interconnecting subsystems. However, recent investiga- tions have shown that the industry standard I2C must be re-evaluated due to performance and reliability restrictions. The research contained in this thesis sets off to evaluate these charac- teristics of other data bus standards to propose a possible future-proof data bus architecture. By splitting up the analysis cases into two parts, the choice and design of both parts can be optimised. The Telemetry and Command (TC) bus carries essential commands and house- keeping data between systems, while the Payload (PL) bus is dedicated to high speed bulk data transfers. An initial requirement-based selection of bus standards reduced the selection of standards to several options for both bus cases; for the TC bus, I2C, CAN and RS485 were selected. For the PL bus, CAN, RS485, SPI and USB were selected. The selected standards were all implemented in a data bus testing suite, comprising of up to nine simulated subsystems providing pseudo data to be communicated over the bus. Mea- surements were conducted of the buses’ power consumption and data rates in several realistic test cases. Furthermore, the complexity and ability to withstand noise and voltage transients were evaluated. Ultimately, this resulted in a recommendation of using RS485 in future TC bus configurations and SPI in the PL bus configurations. However, this conclusion must be regarded a recommended direction of future research for several reasons. Firstly, more in- vestigations are needed in the ability of these buses to work when subjected to large amounts of noise and other extreme environments. Secondly, the performed trade-off does not ap- ply weighting to its criteria, as these can and will vary wildly for different missions. Finally, the test setup was limited in terms of processor ability for the PL bus case. These specific tests should therefore be redeveloped with more powerful equipment, allowing an even more realistic simulation of future CubeSat subsystems. iii Acknowledgements This thesis, and hence my educational career, would never have been completed without the help and support from a large number of people. First of all, I am extremely thankful to my daily supervisor Jasper Bouwmeester for the con- tinuous help and support during the entire thesis project. Many thanks also go out to Stefano Speretta, Tatiana Pérez Soriano, Aleš Povalač and Johan Carvajal Godinez for their help, pa- tience and the many fruitful discussions we had while I was finding my way into the diverse world of the many electrical and electronics engineering concepts. The people at two different companies have also played large roles in the development and steering of my interests into space system engineering in general and specifically in CubeSat engineering. Firstly, David Gerhardt, Jesper Abildgaard Larsen and the rest of the great team while I was at GomSpace provided an incredible amount of motivation and guidance during and after my internship. Secondly, the many people at S[&]T also provided vast amounts of inspiration and largely introduced me to the art of space and data engineering. Finally, the countless other people I want to thank, of which there are way too many to list here, are all my family and friends. My entire studies at the TU Delft would have especially been impossible without the huge amount of support from my parents, my younger brother Tristan and of course Annemiek. Thank you. Stefan van der Linden Delft, January 2017 v Contents List of Figures xi List of Tables xiii List of Symbols xv List of Abbreviations xvii 1 Introduction 1 1.1 The Data Bus. 2 1.2 Thesis Objective . 4 1.3 Thesis Outline . 5 2 Data Bus Design 7 2.1 Digital Information . 7 2.2 Open System Interconnect (OSI) Layers. 8 2.3 Bus Topologies. 10 3 Data Bus Selection 13 3.1 General Data Bus Requirements . 14 3.2 TC Bus Requirements . 16 3.3 TC Bus Selection . 18 3.4 PL Bus Requirements. 21 3.5 PL Bus Selection . 22 3.6 Conclusion . 24 4 Experimental Comparison 25 4.1 Tests and Metrics . 26 4.2 Bit Error Ratio . 26 4.3 Packet Error Ratio . 29 4.4 Data Throughput. 30 4.5 Power Consumption. 31 4.6 Noise Immunity . 31 4.7 Complexity . 32 4.8 Conclusion . 32 5 Generalised CubeSat Data Bus Simulator 33 5.1 Bus Node Hardware. 33 5.2 Physical Configuration . 35 5.3 Central Controlling Computer . 37 5.4 Simulated Subsystems . 37 5.5 OBC Software Architecture (TC Bus). 39 5.6 Subsystem Software Architecture (TC Bus) . 43 5.7 OBC Software Architecture (PL Bus) . 44 5.8 Subsystem Software Architecture (PL Bus) . 45 5.9 Conclusion . 45 vii viii Contents 6 Inter-Integrated Circuit (I2C) 47 6.1 Introduction . 47 6.2 I2C Daughterboard . 49 6.3 Differential I2C . 50 6.4 Bus Schematics . 51 6.5 Bus Software: DWire . 52 6.6 DWire in the Test Suite . 54 6.7 Results . 55 6.8 Conclusion . 60 7 Controller Area Network (CAN) 61 7.1 Introduction . 61 7.2 Error Handling . 63 7.3 CAN Controller and Transceiver. 64 7.4 Bus Schematics . 65 7.5 Software Driver Architecture . 65 7.6 Results . 70 7.7 Conclusion . 71 8 RS422 / RS485 73 8.1 Introduction . 73 8.2 Physical Layer Design . 74 8.3 Data Link Layer . 76 8.4 Results . 79 8.5 Conclusion . 84 9 Serial Peripheral Interface (SPI) 87 9.1 Introduction . 87 9.2 Physical Layer . 87 9.3 Data Link Layer . 88 9.4 Results . 90 9.5 Conclusion . 92 10 Universal Serial Bus (USB) 93 10.1 Introduction . 93 10.2 Physical Layer . 94 10.3 Data Link Layer . 95 10.4 MAX3421E Driver . 97 10.5 Results . 98 10.6 Conclusion . 99 11 Data Bus Comparison 101 11.1 Overview . 101 11.2 Data Throughput. 102 11.3 Power Consumption. 103 11.4 Complexity . 105 11.5 Noise and Transient Effects . 106 11.6 Discussion of Results . 107 12 Conclusions and Recommendations 111 12.1 TC Buses . 111 12.2 PL Buses . ..
Recommended publications
  • List of Known Issues for Winidea 9.21.6.0.117591
    List of known issues for winIDEA 9.21.6.0.117591 Issue ID Severity Description General S001177 Medium winIDEA connection stops working after several hours of active debug session. S003966 Low Callstack is not displayed correctly if ARM Cortex application is compiled with DiabData compiler. S003658 Medium Go to... after download operation is not supported for secondary cores. S002844 Low winIDEA becomes unresponsive if CPU Options are changed when winIDEA terminal is connected to SoC and SoC is running. Infineon S003288 Medium winIDEA trace unreliable if interrupt hits on traced function exit (Infineon TC3xx). S003351 Medium Trace synchronization time error between CAN and AGBT trace gradually increases with recording length, (Infineon TC399XE). S003996 Medium Reset is not stable (Infineon TLE9844). S003803 Medium Flash Blank Check after Mass Erase does not work if secondary cores are running (Infineon TC298TP). S003792 Medium winIDEA cannot stop CPU core after external reset is triggered to SoC (Infineon TC298TF). S003330 Medium Start of trace session over AGBT trace protocol fails with faulty error message (Infineon TC277TE). iSYSTEM FBridge debug sync doesn't work when Infineon TC3xx is configured as a master workspace and used in conjunction with S003225 Medium Infineon AGBT Aurora Active Probe (Infineon TC3xx). Swapping tracing data from multiple cores, then in the next trace session from single core and in the next trace session again from S003174 Medium multiple cores, data are not traced from all configured cores (Infineon TC399XE). Correlation between AOM CAN trace and SoC data trace yields incorrect timeline ordering of the events (Infineon TriCore TC2xx and S000221 Low TC3xx).
    [Show full text]
  • SPECIAL ISSUE Internet-Of-Things
    boards & solutions + Combined Print Magazine for the European Embedded Market June 03/15 SPECIAL ISSUE Internet-of-Things Wearable Devices.indd 2 24/04/15 12:18 VIEWPOINT Dear Readers, ere is now doubt - a new emerg- ing Megatrend called the Internet of ings (IoT) is going propel- ling the entire electronics indus- try. According to the de nition of Wikipedia “ e Internet of ings is the network of physical objects or things embedded with electron- ics, so ware, sensors and connec- tivity to enable it to achieve greater value and service by exchanging data with the manufacturer, opera- tor and/or other connected devices. Each thing is uniquely identi able through its embedded computing system but is able to interoperate within the existing Internet infra- structure.” e Internet of ings is by another de nition “a group of physical objects with embedded sensor technology that communi- cates an internal state or external environments to a network”. According to Gartner, there will be nearly 26 billion devices on the Inter- net of ings by 2020. ABI Research estimates that more than 30 billion devices will be wirelessly connected to the Internet of ings (Internet of Everything) by 2020. As per a recent survey and study done by Pew Research Internet Project, a large majority of the technology experts and engaged Internet users who responded agreed with the notion that the Internet/Cloud of ings, embedded and wearable computing will have widespread and bene cial e ects by 2025. It is, as such clear that the IoT will consist of a very large number of devices being connected to the Internet.
    [Show full text]
  • Embedded Systems Design with the Texas Instruments MSP432 32-Bit Processor
    Embedded Systems Design with the Texas Instruments MSP432 32-bit Processor Synthesis Lectures on Digital Circuits and Systems Editor Mitchell A. ornton, Southern Methodist University e Synthesis Lectures on Digital Circuits and Systems series is comprised of 50- to 100-page books targeted for audience members with a wide-ranging background. e Lectures include topics that are of interest to students, professionals, and researchers in the area of design and analysis of digital circuits and systems. Each Lecture is self-contained and focuses on the background information required to understand the subject matter and practical case studies that illustrate applications. e format of a Lecture is structured such that each will be devoted to a specific topic in digital circuits and systems rather than a larger overview of several topics such as that found in a comprehensive handbook. e Lectures cover both well-established areas as well as newly developed or emerging material in digital circuits and systems design and analysis. Embedded Systems Design with the Texas Instruments MSP432 32-bit Processor Dung Dang, Daniel J. Pack, and Steven F. Barrett 2017 Fundamentals of Electronics: Book 4 Oscillators and Advanced Electronics Topics omas F. Schubert, Jr., and Ernest M. Kim 2016 Fundamentals of Electronics: Book 3 Active Filters and Amplifier Frequency Response omas F. Schubert, Jr., and Ernest M. Kim 2016 Bad to the Bone: Crafting Electronic Systems with BeagleBone Black, Second Edition Steven Barrett and Jason Kridner 2016 Fundamentals of Electronics: Book 2 omas F. Schubert, Jr., and Ernest M. Kim 2015 Fundamentals of Electronics: Book 1 Electronic Devices and Circuit Applications omas F.
    [Show full text]
  • 2019 Embedded Markets Study Integrating Iot and Advanced Technology Designs, Application Development & Processing Environments March 2019
    2019 Embedded Markets Study Integrating IoT and Advanced Technology Designs, Application Development & Processing Environments March 2019 Presented By: © 2019 AspenCore All Rights Reserved 2 Preliminary Comments • Results: Data from this study is highly projectable at 95% confidence with +/-3.15% confidence interval. Other consistencies with data from previous versions of this study also support a high level of confidence that the data reflects accurately the EETimes and Embedded.com audience’s usage of advance technologies, software and hardware development tools, chips, operating systems, FPGA vendors, and the entire ecosystem of their embedded development work environment and projects with which they are engaged. • Historical: The EETimes/Embedded.com Embedded Markets Study was last conducted in 2017. This report often compares results for 2019 to 2017 and in some cases to 2015 and earlier. This study was first fielded over 20 years ago and has seen vast changes in technology evolution over that period of time. • Consistently High Confidence: Remarkable consistency over the years has monitored both fast and slow moving market changes. A few surprises are shown this year as well, but overall trends are largely confirmed. • New Technologies and IoT: Emerging markets and technologies are also tracked in this study. New data regarding IoT and advanced technologies (IIoT, embedded vision, embedded speech, VR, AR, machine learning, AI and other cognitive capabilities) are all included. 3 Purpose and Methodology • Purpose: To profile the findings of the 2019 Embedded Markets Study comprehensive survey of the embedded systems markets worldwide. Findings include technology used, all aspects of the embedded development process, IoT, emerging technologies, tools used, work environment, applications developed for, methods/ processes, operating systems used, reasons for using chips and technology, and brands and specific chips being considered by embedded developers.
    [Show full text]
  • Openocd 0.11.0 Released!
    OpenOCD 0.11.0 released! https://www.mikrozone.sk/news.php?item.1531 Tak sme sa dočkali! Zhruba po 4 rokoch bola uvoľnená nová verzia. Sťahujte odiaľto: sourceforge.net Skompilované binárky budú (dúfam, že o chvíľu) tu. Kompletnú históriu zmien nájdete tu. Najdôležitejšie zmeny sú tieto: JTAG Layer: - add debug level 4 for verbose I/O debug - bitbang, add read buffer to improve performance - Cadence SystemVerilog Direct Programming Interface (DPI) adapter driver - CMSIS-DAP v2 (USB bulk based) adapter driver - Cypress KitProg adapter driver - FTDI FT232R sync bitbang adapter driver - Linux GPIOD bitbang adapter driver through libgpiod - Mellanox rshim USB or PCIe adapter driver - Nuvoton Nu-Link and Nu-Link2 adapter drivers - NXP IMX GPIO mmap based adapter driver - ST-Link consolidate all versions in single config - ST-Link read properly old USB serial numbers 07.03.2021 1 / 8 OpenOCD 0.11.0 released! https://www.mikrozone.sk/news.php?item.1531 - STLink/V3 support (for ST devices only !) - STM8 SWIM transport - TI XDS110 adapter driver - Xilinx XVC/PCIe adapter driver Target Layer: - 64 bit address support - ARCv2 target support - ARM Cortex-A hypervisor mode support - ARM Cortex-M fast PC sampling support for profiling - ARM generic CTI support - ARM generic mem-ap target support - ARMv7-A MMU tools - ARMv7m traces add TCP stream server - ARMv8 AARCH64 target support and semihosting support - ARMv8 AARCH64 disassembler support through capstone library - ARMv8-M target support - EnSilica eSi-RISC target support, including instruction
    [Show full text]
  • Known Issues Winidea
    List of known issues for winIDEA 9.21.9.0.118566 Issue ID Severity Description General Certain function(s) can be missing in the Callstack view when stepping in the body part of the function (MPC5777M application compiled S004073 Medium with GHS). S001177 Medium winIDEA connection stops working after several hours of active debug session. S004061 Medium Call Stack doesn't work (ARM Cortex-M application compiled with GHS compiler). S004058 Medium Cannot view float type variables in Locals view (ARM Cortex-M code compiled with GHS compiler). S003658 Medium Go to... after download operation is not supported for secondary cores. S002844 Low winIDEA becomes unresponsive if CPU Options are changed when winIDEA terminal is connected to SoC and SoC is running. Infineon S003288 Medium winIDEA trace unreliable if interrupt hits on traced function exit (Infineon TC3xx). S004163 Medium winIDEA hangs after writing to Flash memory via memory window (Infineon TC298TP). S004136 Medium Download does not program application correctly to PFlash if PFlash Program Empty Cells option is deselected (Infineon TC3xx). S003996 Medium Reset is not stable (Infineon TLE9844). S003803 Medium Flash Blank Check after Mass Erase does not work if secondary cores are running (Infineon TC298TP). S003792 Medium BlueBox loses control over the CPU when an external target reset is applied (Infineon TC298TF). S003330 Medium Start of trace session over AGBT trace protocol fails with faulty error message (Infineon TC277TE). iSYSTEM FBridge debug sync doesn't work when Infineon TC3xx is configured as a master workspace and used in conjunction with S003225 Medium Infineon AGBT Aurora Active Probe (Infineon TC3xx).
    [Show full text]
  • Evolution of the Communications Processor Board for the Istnanosat
    Evolution of the Communications Processor Board for the ISTnanosat Joao˜ Carlos Fonseca Pinto Thesis to obtain the Master of Science Degree in Electronics Engineering Supervisors: Prof. Rui Manuel Rodrigues Rocha Prof. Moises´ Simoes˜ Piedade Examination Committee Chairperson: Prof. Pedro Miguel Pinto Ramos Supervisor: Prof. Rui Manuel Rodrigues Rocha Member of the Committee: Prof. Antonio´ Joaquim dos Santos Romao˜ Serralheiro November 2019 Declarac¸ao˜ Declaro que o presente documento e´ um trabalho original da minha autoria e que cumpre todos os requisitos do Codigo´ de Conduta e Boas Praticas´ da Universidade de Lisboa. Declaration I declare that this document is an original work of my own authorship and that it fulfills all the requirements of the Code of Conduct and Good Practices of the Universidade de Lisboa. Agradecimentos Em primeiro lugar, uma palavra de agradecimento aos meus orientadores, professor Rui Rocha e professor Moises´ Piedade, por todo o suporte, dedicac¸ao,˜ ensinamentos e conhecimentos transmitidos, bem como pelas cr´ıticas e revisoes˜ necessarias´ ao trabalho realizado nesta dissertac¸ao˜ de mestrado. A` equipa ISTnanosat, um obrigado pelos conselhos, apoio e companheirismo durante esta etapa, cuja progressao˜ se deve muito a voces.ˆ Aos meus pais, Manuela e Fernando Pinto, e aos meus irmaos,˜ Pedro e Antonio´ Pinto, por me ajudarem a crescer cientificamente e suportarem a minha vida, bem como pela motivac¸ao˜ e sacrif´ıcio dedicados a mim. Sem vocesˆ nada disto seria poss´ıvel. Ao Leite, Tomazio,´ Tiago, Lu´ıs, Antonio´ e Guilherme, pelo apoio e camaradagem durante todo o meu percurso universitario.´ Convosco tudo ficou bem mais facil.´ A` minha namorada, Joana Chumbo, pela pacienciaˆ e compaixao˜ que dedicaste a mim durante o nosso tempo.
    [Show full text]
  • Winidea Build 9.17.0 Test Report Executed Tests
    winIDEA build 9.17.0 Test Report Executed tests Architecture Test Name Platform Target CPU POD / Target Debug Tool Setup Passed fitIDEA Test Stand Emulation Type Debug Trigger Trace Coverage Profiler iTest DAQ Flash Port Trace User SoftwareTrace Hot Attach Renesas RX63 Jlink OCD RX63NB OK ZTE0262 ● ● Renesas V850 / RH850 V850Fx3 iCARD OCD 70F3373 OK ITV850FX2 ,rv:A1 ,sn:39604 ● ● ● IC30007 ,rv:G1 ,sn:100002 IC30126 ,rv:A3 ,sn:37390 V850Fx3 iC5000 OCD 70F3380 OK ITV850FX2 ,rv:A1 ,sn:39604 ● ● ● ● ● iC50000 ,rv:E4 ,sn:64442 iC50020 ,rv:F1 ,sn:65680 V850Fx3 iC5500 OCD 70F3380 OK ITV850FX2 ,rv:A1 ,sn:39604 ● ● ● ● iC55000, rv:B, SN80714 iC60020, rv:C, sn:77313 V850Fx3 iC5700 OCD 70F3380 OK ITV850FX2 ,rv:A1 ,sn:39604 ● ● ● ● V850Fx4 iC5000 OCD 70F4010 ES2.1 OK V850E2K/Fx4 ● ● ● ● iC5000-1, rv:F1, sn66983 IC50020, rv:F2, sn:66935 V850Fx4 iC5500 OCD 70F4010 ES2.1 OK V850E2K/Fx4 ● ● ● ● iC55000, rv:B, SN80714 iC60020, rv:C, sn:77313 V850Fx4 iC5700 OCD 70F4010 ES2.1 OK V850E2K/Fx4 ● ● ● ● V850Fx4L iC5000 OCD 70F3580 ES2.0 OK V850E2K/Fx4-L ● ● ● ● iC5000-1, rv:G1, sn64718 IC50020, rv:F2, sn:64775 V850Fx4L iC5000 OCD 70F3585 OK Emulation adapter ZTE9001 ● ● ● ● iC50000 ,rv:E4 ,sn:64442 iC50020 ,rv:F1 ,sn:65680 V850Fx4L iC5000 OCD 70F3572 ES1.0 OK ZTE0173 ● iC50000 ,rv:E4 ,sn:64442 iC50020 ,rv:F1 ,sn:65680 RH850/E1M iC5000 OCD R7F701Z12 OK ZTE1159 ● ● ● iC50000 ,rv:E4 ,sn:71209 iC50020 ,rv:F1 ,sn:65680 IC50171, rv.:A2, sn:69830 RH850/F1K iC5000 OCD R7F7015874 OK ● ● ● ● ● ● ● ● ● iC50000 ,rv:E4 ,sn:64442 iC50020 ,rv:F1 ,sn:65680 IC50171, rv.:A2,
    [Show full text]
  • Texas Instruments MSP432: Cortex-M4 Training Using the MSP432 Launchpad ARM Keil MDK 5 Toolkit Spring 2015 V 1.0 [email protected]
    Texas Instruments MSP432: Cortex-M4 Training Using the MSP432 LaunchPad ARM Keil MDK 5 Toolkit Spring 2015 V 1.0 [email protected] Introduction: The latest version of this document is here: www.keil.com/appnotes/docs/apnt_276.asp ® ® The purpose of this lab is to introduce you to the TI MSP432 processor using the ARM Keil MDK toolkit featuring the IDE μVision®. At the end of this tutorial, you will be able to confidently work with this processor and Keil MDK. We recommend you obtain the new Getting Started MDK 5: manual from here: www.keil.com/mdk5/. Keil MDK supports TI Cortex-M processors. Check the Keil Device Database® on www.keil.com/dd2 for the complete list. Software Packs for MSP432, LM3S, LM4F and Tiva C are available on www.keil.com/dd2/pack/. See www.keil.com/ti for more details. Keil also has TI 8051 support. Cortex-A: Cortex-A processors are supported by ARM DS-5™. DS-5 is Linux and Android aware. www.arm.com/ds5. Keil MDK-Lite™ is a free evaluation version that limits code size to 32 Kbytes. Nearly all Keil examples will compile within this 32K limit. The addition of a valid license number will turn it into a specific commercial version. RTX RTOS: All variants of MDK contain the full version of RTX with Source Code. See www.keil.com/rl-arm/kernel.asp. Why Use Keil MDK ? MDK provides these features particularly suited for TI Cortex-M users: 1. µVision IDE with Integrated Debugger, Flash programmer and the ARM® Compiler/assembler/linker toolchain.
    [Show full text]
  • TI MSP432: Cortex™-M4 Tutorial with ETM Using the MSP-EXP432E401Y
    ™ TI MSP432: Cortex -M4 Tutorial with ETM Using the MSP-EXP432E401Y LaunchPad Board and Winter 2017 V 0.8 [email protected] ARM Keil MDK 5 Toolkit The latest version of this document is here: www.keil.com/appnotes/docs/apnt_309.asp Introduction: The MSP432P401 lab is here: www.keil.com/appnotes/docs/apnt_276.asp The purpose of this lab is to introduce you to the TI MSP432 processor using the ARM® Keil® MDK toolkit featuring the IDE μVision®. This tutorial features ETM Instruction trace with Keil ULINKpro and power monitoring with the Keil ULINKplus. At the end of this tutorial, you will be able to confidently work with this processor and Keil MDK. Keil MDK supports TI Cortex-M processors. Check the Keil Device Database® on www.keil.com/dd2 for the complete list. Software Packs for MSP432, LM3S, LM4F and Tiva C are available here: www.keil.com/dd2/pack/. See www.keil.com/TI for more details. Keil also has TI 8051 support. DS-5™ supports TI Cortex-A. www.arm.com/ds5. Keil MDK-Lite™ is a free evaluation version that limits code size to 32 Kbytes. Nearly all Keil examples will compile within this 32K limit. The addition of a valid license number will turn MDK into a specific commercial version. Why Use Keil MDK ? MDK provides these features particularly suited for TI Cortex-M users: 1. µVision IDE with Integrated Debugger, Flash programmer and the ARM Compiler/assembler/linker toolchain. MDK is a complete turn-key "out-of-the-box" tool solution. 2.
    [Show full text]
  • Wearables for Therapy Adherence
    european www.electronics-eetimes.com April 2015 business press Wearables for therapy adherence Special focus: Optoelectronics Iconic Insights: Jaguar Land Rover’s Wolfgang Ziebart 150107_FRSH_EET_EU_Snipe.indd 1 12/30/14 3:29 PM 150401_COVB_EET_EU.indd 1 3/30/15 11:34 AM APRIL 2015 opinion DESIGN & PRODUCTS 4 Big data sets drones to fly SPECIAL FOCUSES: 50 Power grids - How many EVs can be charged - OPTOELECTRONICS simultaneoulsy? 22 Headlight control through eye-tracking Controlling your headlamp with a move of your eyes: neWS & TECHNOLOGY What sounds like Sci-Fi can soon be reality. Carmaker Opel is developing a technology 6 Sensor data predict failure of large machines that controls direction and bright- ness of the vehicle’s headlights 6 Printed NFC for context-aware by tracking the driver’s eyes. gameplay 22 Nanolaser enables on-chip photonics 7 Philips offloads LED lighting components unit for USD2.8bn 23 Tandem photovoltaics for record efficiencies? Researchers from Massachusetts 7 Cadence and ARM strategic partners on IP Institute of Technology (MIT) and Stanford University are exploring 8 3D Qualcomm SoCs by 2016 ways to create solar cells using The future of three-dimensional (3D) low-cost manufacturing methods. very large scale integration (VLSI) for system-on-chips (SoCs) will not stack 24 A new candidate for ultra-thin optoelectronics: die connected by through-silicon-vias DNA-peptide (TSVs), but will build them on a single layered die. 24 Ag nanodiscs to boost MoS2’s LED performance 10 Iconic Insights: The car’s the star… - WEARABLE & IMPLANTABLE ELECTRONICS Group Engineering Director at Jaguar Land Rover, Wolfgang Ziebart 28 Electronic patch increases therapy adherence discusses the impact of the fast- This poor adherence to medication moving world of electronics on the was reported by WHO back in 2003 more sedate environment of to result in increased morbidity and automotive manufacture.
    [Show full text]
  • Winidea Build 9.17.39.78401 Test Report
    winIDEA build 9.17.39.78401 Test Report Executed tests Architecture Test Name Platform Target CPU POD / Target Debug Tool Setup Passed Emulation TypeEmulation Debug TraceTrigger Coverage Profiler iTest DAQ Flash UserTrace Port SoftwareTrace Module I/O CAN2/LIN2 ADIO HotAttach Licensing Renesas RH850/E1M iC5000 OCD R7F701Z12 OK ZTE1159 ● ● ● ● ● iC50000 ,rv:E4 ,sn:71209 iC50020 ,rv:F1 ,sn:65680 IC50171, rv.:A2, sn:69830 V850 RH850/F1K iC5000 OCD R7F7015874 OK ● ● ● ● ● ● ● ● ● ● ● iC50000 ,rv:E4 ,sn:64442 iC50020 ,rv:F1 ,sn:65680 IC50171, rv.:A2, sn:69830 RH850 RH850/P1x iC5000 OCD R7F701310 OK ZTE0365 ● ● ● ● ● ● ● ● ● iC50000 ,rv:E4 ,sn:64442 iC50020 ,rv:F1 ,sn:65680 IC50171, rv.:A2, sn:69830 RH850/D1M iC5000 OCD OK ● ● ● ● iC50000 ,rv:E4 ,sn:64442 iC50020 ,rv:F1 ,sn:65680 IC50171, rv.:A2, sn:69830 RH850/P1H-C iC5000 OCD R7F701372 OK ● ● ● ● ● iC50000 ,rv:E4 ,sn:64442 iC50020 ,rv:F1 ,sn:65680 IC50171, rv.:A2, sn:69830 RH850/P1H-C (Aurora) iC6000 OCD R7F701370A OK ZTE1195 ● ● ● ● ● RH850/F1H Nexus iC5000 OCD R7F7015152 OK ZTE0434 ● ● ● ● ● ● ● ● ● iC50000 ,rv:E4 ,sn:64442 iC50020 ,rv:F1 ,sn:65680 IC50171, rv.:B1, sn:75693 RH850/F1H Nexus DDR iC5000 OCD R7F7015152 OK ZTE0434 ● ● ● ● ● ● ● ● ● iC50000 ,rv:E4 ,sn:64442 iC50020 ,rv:F1 ,sn:65680 IC50171, rv.:B1, sn:75693 RH850/F1H Nexus iC5500 OCD R7F7015152 OK ZTE0434 ● ● ● ● ● ● ● ● ● iC55000, rv:B, SN80714 iC60020, rv:C, sn:77313 IC50171, rv.:B1, sn:75693 RH850/F1H Nexus iC5700 OCD R7F7015152 OK ZTE0434 ● ● ● ● ● ● ● ● ● RH850/F1H Nexus DDR iC5700 OCD R7F7015152 OK ZTE0434 ● ● ● ● ● ● ●
    [Show full text]