Library

Video Player is loading.
 
Current Time 0:00
Duration 16:36
Loaded: 0%
 
x1.00


Back

Games & Quizzes

Training Mode - Typing
Fill the gaps to the Lyric - Best method
Training Mode - Picking
Pick the correct word to fill in the gap
Fill In The Blank
Find the missing words in a sentence Requires 5 vocabulary annotations
Vocabulary Match
Match the words to the definitions Requires 10 vocabulary annotations

You may need to watch a part of the video to unlock quizzes

Don't forget to Sign In to save your points

Challenge Accomplished

PERFECT HITS +NaN
HITS +NaN
LONGEST STREAK +NaN
TOTAL +
- //

We couldn't find definitions for the word you were looking for.
Or maybe the current language is not supported

  • 00:00

    Hello and welcome to the webinar “Benefits of MDK”.

  • 00:03

    My name is Jürgen Langfeld and I work for element14 as a technical advisor in Munich.

  • 00:08

    I’m here with Christopher Seidl from ARM who will tell us more about the benefits of MDK compared to free tools

  • 00:16

    that are out there in the market. Hello, Christopher!

  • 00:19

    Hi Jürgen! Thanks for inviting me today!

  • 00:22

    Let me quickly introduce element14. Farnell Element14 is a high-service distributor of technology products

  • 00:29

    and solutions for electronic system design, maintenance and repair in Europe, America and Asia Pacific.

  • 00:37

    As a digital enterprise, we bring together the latest products, services and development software,

  • 00:44

    all connected to an industry leading online engineering community, ELEMENT14.

  • 00:50

    Through our community, purchasers and engineers can access peers and experts, a wide range of independent

  • 00:58

    technical information and proprietary tools.

  • 01:02

    Our multi-channel focus ensures we can meet the varying needs of customers and includes an extensive

  • 01:09

    global network of transactional websites and more traditional sales channels.

  • 01:15

    To keep pace with changing technology, our engineers actively identify

  • 01:21

    and source innovative niche manufacturers providing choice and competitive advantage

  • 01:29

    for today’s most in-demand application areas,

  • 01:32

    supported by a global supply chain and an inventory profile in which we invest and develop.

  • 01:40

    Well, whether researching a new technology, designing an electronic product, or looking for parts to repair an existing system,

  • 01:49

    Farnell Element14 is the trusted global source for engineering solutions.

  • 01:55

    Christopher, as element14 has many different silicon vendors on the line card, how many devices are you supporting with MDK?

  • 02:04

    Currently, we support over 3750 devices from all major silicon vendors.

  • 02:10

    That’s impressive! Tell me more about MDK! The Keil MDK microcontroller development kit consists of MDK-Core,

  • 02:19

    which is made up of the µVision IDE and debugger.

  • 02:22

    The µVision IDE combines project management, run-time environment, build facilities, source code editing,

  • 02:29

    and program debugging in a single powerful environment.

  • 02:33

    µVision is easy-to-use and accelerates your embedded software development.

  • 02:39

    The µVision Debugger provides a single environment in which you may test, verify, and optimize your application code.

  • 02:47

    The debugger includes traditional features like simple and complex breakpoints, watch windows,

  • 02:52

    and execution control and provides full visibility to device peripherals.

  • 02:57

    It also contains advanced capabilities such as the component viewer and the event recorder,

  • 03:02

    as well as full instruction trace using when using our ULINKpro debug and trace adapter.

  • 03:09

    Software Packs add device support and software components that you can use as building blocks for your application.

  • 03:15

    These software components are provided by ARM, silicon vendors and middleware companies.

  • 03:21

    CMSIS, the Cortex Microcontroller Software Interface Standard, is provided as a software pack itself.

  • 03:28

    It is a vendor independent collection of API definitions, libraries, utilities, and methods that simplify

  • 03:34

    and accelerate the creation of microcontroller applications.

  • 03:38

    CMSIS is provided free-of-charge by ARM and its software components can be used in any open source and commercial projects.

  • 03:46

    Software programmers benefit from RTOS, DSP-Libraries, consistent access to core peripherals, and enhanced debug visibility.

  • 03:55

    Which compiler are you using under the hood?

  • 03:59

    MDK is using the ARM Compiler which is considered as the reference compiler for the ARM architecture.

  • 04:05

    It provides very efficient code and has excellent optimization options, which can be easily configured from within µVision.

  • 04:13

    You can also make use of Microlib, a set of libraries that have been highly optimized for use on the Cortex-M architecture.

  • 04:21

    It is possible to achieve reductions in flash footprint of up to 40% compared to the standard libraries when using Microlib.

  • 04:29

    Many of our customers require a compiler that they can use for functional safety applications. Do you have a certified compiler available?

  • 04:38

    MDK offers two versions of the ARM compiler: The proven ARM Compiler 5 which is certified for by TÜV for functional safety applications

  • 04:47

    offering and which offers long term support and maintenance.

  • 04:50

    The new ARM Compiler 6 is based on the LLVM compiler technology and offers superior codes size and performance.

  • 04:57

    It also adds support for the latest C++ standards, such as C++11 and C++14.

  • 05:05

    I am often asked for middleware from our customers to accelerate their development. What do you offer here?

  • 05:15

    Our MDK Middleware provides royalty-free, tightly-coupled software components that are specifically designed for

  • 05:21

    communication peripherals in microcontrollers. It supports TCP/IP networking with both, IPv4 and IPv6, USB host and device,

  • 05:31

    and a file system component that lets you work with files in storage devices such as RAM, Flash, various memory cards,

  • 05:38

    or USB memory devices.

  • 05:41

    The graphics component enables you to develop flexible graphical user interfaces for LCD displays,

  • 05:46

    while the mbed software components enable IoT applications. mbed TLS provides secure communication using SSL/TLS,

  • 05:54

    whereas mbed Client connects your device to an mbed Device Server.

  • 05:59

    MDK Middleware is provided as part of the MDK-Professional or MDK-Plus editions in binary format.

  • 06:06

    I see that you have two IDEs. You have already talked about the µVision IDE. What is DS-MDK?

  • 06:15

    DS-MDK combines the Eclipse-based DS-5 IDE and debugger with CMSIS-Pack technology and uses software packs to extend device support

  • 06:24

    for devices based on 32-bit ARM Cortex-A processors or heterogeneous systems based on 32-bit ARM Cortex-A

  • 06:32

    and ARM Cortex-M processors.

  • 06:35

    Heterogeneous devices combine the best of both worlds.

  • 06:38

    This means that you can run a sophisticated Linux application on the Cortex-A core and have a real-time application

  • 06:44

    running on the Cortex-M core. DS-MDK is part of MDK-Professional.

  • 06:52

    Can you tell me more about CMSIS as a standard? All silicon vendors are supporting this, right?

  • 06:58

    How can our customers benefit from CMSIS?

  • 07:02

    CMSIS is widely adopted in the industry and offers a unified feature set when talking about system startup, processor core access,

  • 07:09

    and peripheral definitions. CMSIS-CORE makes it easy to get started with a new device or to migrate software across microcontrollers.

  • 07:18

    CMSIS-RTOS is an API that enables consistent software layers with middleware and library components.

  • 07:25

    Our reference implementation CMSIS-RTOS RTX runs on every Cortex-M device and is easy to learn and use.

  • 07:32

    And we are working on a version of the popular FreeRTOS using the CMSIS-RTOS API. This should be available quite soon.

  • 07:39

    Interfacing microcontroller peripherals with middleware or generic application code can be challenging as each device is different.

  • 07:47

    Ready-to use CMSIS-Driver interfaces are today available for many microcontroller families and avoid cumbersome

  • 07:53

    and time consuming driver porting.

  • 07:56

    Developing a real-time digital signal processing (DSP) system is not trivial as the DSP algorithms heavily rely on

  • 08:02

    complex mathematical operations that are even time-critical.

  • 08:07

    The CMSIS-DSP library is a rich collection of DSP functions that are optimized by ARM for the various Cortex-M processor cores.

  • 08:16

    CMSIS-Pack describes a delivery mechanism for software components, device parameters, and evaluation board support.

  • 08:22

    Users can benefit from code templates that help them to get started quickly.

  • 08:28

    That all sounds very nice, but most of our customers are using the toolchains they get freely from their silicon vendor.

  • 08:37

    How do you compete with these freely available tools?

  • 08:41

    That is a valid question. Let me show you for example the superior compiler performance using an example project:

  • 08:49

    I have here a demo project for the LPCXpresso 5411x development platform.

  • 08:55

    It is using CMSIS-RTOS RTX5 and is compiled with gcc, using the LPCXpresso IDE.

  • 09:02

    The resulting code size with gcc is 10.3 KB and 2.9 KB RAM. Now, let’s switch to MDK and use ARM Compiler 5 to build the project.

  • 09:15

    We can see that for these memory constrained devices, the code size is better, only 9.6 KB ROM and 2.6 KB RAM

  • 09:23

    This means that you get more functionality into your chip.

  • 09:27

    Great! Our customers are often concerned about code size.

  • 09:30

    They always look for the smallest device that they can use in their projects due to price restrictions.

  • 09:37

    We can even reduce the code size! ARM Compiler 6 offers the smallest code size that you can get.

  • 09:43

    As I said this is the latest compiler from ARM that is available with MDK. Now let’s take a look at the results.

  • 09:51

    They are much better, only 7 KB ROM and 2.2 KB RAM. This means that you get more code into the same device.

  • 09:59

    This can save a lot of money when going to mass production and justifies paying a little extra on the development tool!

  • 10:06

    That is really impressive, but I’m not yet convinced. What else do you have in stock?

  • 10:13

    I have briefly told you about our superior debug capabilities. Let’s take a look at another example:

  • 10:19

    I have here a web server application running on an STM32F7 discovery board.

  • 10:24

    This application is using our middleware for setting up the web server and the TCP/IP communication using IPv4 and IPv6.

  • 10:34

    Often, embedded devices are headless, which means that you do not have a display to show you information of what’s going on.

  • 10:41

    This can be tricky especially for networking applications, when you don’t know if your device has received an IP address or not.

  • 10:49

    This is no problem when using the component viewer that gives you access to variables and structures of software components.

  • 10:57

    As you can see here, our device has received an IP address. Also, you see the netmask, default gateway,

  • 11:04

    and the DNS servers that have been configured by the DHCP server.

  • 11:10

    Having this information is nice, but what about dynamic software behavior?

  • 11:17

    For that, we have the event recorder. It uses event annotations in the user application code or software component libraries,

  • 11:24

    for example our network component, to provide event timing and data information while the program is executing.

  • 11:31

    This event information is stored in an event buffer on the target system that is continuously read by the debug unit and displayed in the

  • 11:38

    Event Recorder window of the MDK debugger.

  • 11:42

    During program execution, the µVision debugger reads the content of the event buffer and displays this information. Just like here.

  • 11:51

    These links take you directly to the documentation, so that you can check for more information on a specific event,

  • 11:56

    in case you are not sure what it does.

  • 12:00

    You might have noticed that we got some buffer overflows as the amount of messages is quite large.

  • 12:05

    The on-board ST-Link is great for simple run-stop debugging, but runs into limitations quite fast.

  • 12:11

    Our ULINK family of debug adapter offers superior performance with up to 800 Mbps streaming trace.

  • 12:19

    To overcome the bottleneck here, we can reduce the number of messages, by filtering for events, that we are specifically interested in.

  • 12:27

    This filter is applied as soon as you start running the code again.

  • 12:33

    You said user application code – does that mean that the user can also take advantage of this?

  • 12:40

    Of course! This comes in very handy, especially if you reuse a lot of code in different company locations or in various projects.

  • 12:49

    This is of course a big advantage compared to free tooling! How do I find more information about this?

  • 12:57

    MDK is a really integrated solution. It offers you F1 help that takes you to the relevant documentation

  • 13:03

    when used on a function name for example.

  • 13:06

    But you can also use the links from the manage run-time environment window that is using the information from the software packs.

  • 13:14

    Both methods are using the information from the software packs to display the relevant documentation.

  • 13:21

    What other resources do you have available? How do you help programmers who are new to ARM to get started?

  • 13:29

    Our learning page on keil.com/learn offers lots of content for all levels of expertise.

  • 13:37

    If you are new to ARM, have a look at the fundamentals and the start programming section.

  • 13:42

    Our getting started guide is targeted towards new customers and shows how to install and use MDK.

  • 13:49

    If you are more experienced and want to get started with our middleware, have a look at the examples that are available here

  • 13:55

    and which can be used as a starting point for your own application.

  • 14:00

    Now I can see your benefits. What about switching devices? My customers sometimes need to switch from one vendor to the other.

  • 14:09

    Do you support that as well?

  • 14:12

    Using a vendor tool, you are always locked in and it is hard to escape. You cannot simply switch to another toolchain.

  • 14:18

    With MDK, you just install the device support pack for the new target and switch your project to it. This works in every edition of MDK.

  • 14:27

    Awesome! Can you tell me more about the different editions of MDK?

  • 14:32

    Our MDK-Lite edition is freely available but limited to a code size of 32 KB.

  • 14:38

    If this is sufficient for you, you can even use it in commercial products.

  • 14:42

    The Cortex-M edition supports all ARM Cortex-M based devices up to Cortex-M7 without any code size limitation.

  • 14:50

    The MDK-Plus edition adds support for a subset of our middleware that is sufficient for most software projects.

  • 14:57

    MDK-Professional contains the full middleware with the mbed components and support for IPv6 networking

  • 15:03

    and also contains models for programmers who need to start writing code for the latest ARMv8-M based microcontrollers

  • 15:10

    as ARM Cortex-M23 and M33. Also, this edition comes with DS-MDK for programming heterogeneous devices.

  • 15:20

    And all editions can be purchased via element14!

  • 15:24

    Let me quickly summarize what I have learned today about MDK.

  • 15:29

    MDK provides the widest device support for all major silicon vendors and offers middleware for TCP/IP networking, USB host and device,

  • 15:39

    as well as file I/O and graphics.

  • 15:43

    The new ARM Compiler 6 provides the smallest code size and best performance and adds support for the latest C++ standards.

  • 15:52

    The superior debug capabilities of µVision help you to reduce your development time and to get to market faster.

  • 16:02

    element14 will showcase MDK at its booth at the upcoming embedded world 2017 in Nuremberg.

  • 16:11

    Please visit us in hall 3 at booth 221. Oh, that’s just around the corner from ARM! We are also in hall 3 at booth 342.

  • 16:22

    Christopher, thanks for answering my questions.

  • 16:25

    You’re welcome! So we have reached the end of the webinar. Thanks everyone for joining.

  • 16:32

    Now, let’s take a look at your questions.

All

The example sentences of SOFTWARE in videos (15 in total of 2334)

cmsis proper noun, singular , the determiner cortex proper noun, singular microcontroller proper noun, singular software proper noun, singular interface proper noun, singular standard proper noun, singular , is verb, 3rd person singular present provided verb, past participle as preposition or subordinating conjunction a determiner software noun, singular or mass pack verb, base form itself personal pronoun .
tethered verb, past tense software noun, singular or mass now adverb i personal pronoun usually adverb do verb, non-3rd person singular present this determiner in preposition or subordinating conjunction my possessive pronoun focus noun, singular or mass software noun, singular or mass you personal pronoun can modal do verb, base form this determiner in preposition or subordinating conjunction
the determiner japanese proper noun, singular software noun, singular or mass company noun, singular or mass from preposition or subordinating conjunction software proper noun, singular was verb, past tense founded verb, past participle in preposition or subordinating conjunction 1986 cardinal number with preposition or subordinating conjunction the determiner intent noun, singular or mass of preposition or subordinating conjunction developing verb, gerund or present participle
additionally adverb , this determiner capability noun, singular or mass classifies verb, 3rd person singular present your possessive pronoun software noun, singular or mass apps proper noun, singular detected verb, past participle by preposition or subordinating conjunction using verb, gerund or present participle over preposition or subordinating conjunction fifteen noun, singular or mass hundred cardinal number software noun, singular or mass categories noun, plural . . .
software noun, singular or mass but coordinating conjunction you personal pronoun actually adverb need verb, non-3rd person singular present 5 cardinal number to to 7 cardinal number minutes noun, plural to to review verb, base form the determiner software noun, singular or mass the determiner remaining verb, gerund or present participle
driving verb, gerund or present participle software noun, singular or mass so preposition or subordinating conjunction this determiner is verb, 3rd person singular present software noun, singular or mass that preposition or subordinating conjunction we personal pronoun use verb, non-3rd person singular present kind noun, singular or mass of preposition or subordinating conjunction both determiner in preposition or subordinating conjunction testing noun, singular or mass here adverb
our possessive pronoun software noun, singular or mass the determiner second adjective mind verb, base form it personal pronoun 's verb, 3rd person singular present it personal pronoun 's verb, 3rd person singular present a determiner free adjective demo noun, singular or mass and coordinating conjunction it personal pronoun 's verb, 3rd person singular present a determiner software noun, singular or mass design noun, singular or mass
software noun, singular or mass on preposition or subordinating conjunction it personal pronoun honestly adverb i personal pronoun 've verb, non-3rd person singular present tried verb, past participle virtually adverb all determiner of preposition or subordinating conjunction them personal pronoun and coordinating conjunction anthem noun, singular or mass 's possessive ending arc noun, singular or mass genesis noun, singular or mass software noun, singular or mass
they personal pronoun were verb, past tense running verb, gerund or present participle chinese proper noun, singular software noun, singular or mass - but coordinating conjunction it personal pronoun 's verb, 3rd person singular present likely adjective that preposition or subordinating conjunction the determiner software noun, singular or mass being verb, gerund or present participle chinese proper noun, singular was verb, past tense
software noun, singular or mass for preposition or subordinating conjunction free adjective , but coordinating conjunction you personal pronoun 'll modal have verb, base form a determiner very adverb limited adjective version noun, singular or mass of preposition or subordinating conjunction the determiner software noun, singular or mass , but coordinating conjunction you personal pronoun 'll modal
software noun, singular or mass like preposition or subordinating conjunction grammarly proper noun, singular , which wh-determiner can modal help verb, base form your possessive pronoun spelling noun, singular or mass , you're proper noun, singular not adverb allowed verb, past tense to to use verb, base form any determiner software noun, singular or mass
the determiner comments noun, plural below preposition or subordinating conjunction and coordinating conjunction so adverb that wh-determiner 's verb, 3rd person singular present the determiner software noun, singular or mass typical adjective samsung proper noun, singular software noun, singular or mass what wh-pronoun you personal pronoun would modal expect verb, base form
your possessive pronoun comfort noun, singular or mass level noun, singular or mass with preposition or subordinating conjunction early adjective software noun, singular or mass builds verb, 3rd person singular present , and coordinating conjunction the determiner rare adjective software noun, singular or mass update noun, singular or mass snafu noun, singular or mass , will modal play verb, base form
working verb, gerund or present participle on preposition or subordinating conjunction the determiner new adjective aol proper noun, singular software noun, singular or mass she personal pronoun then adverb suggested verb, past tense adding verb, gerund or present participle a determiner voice noun, singular or mass to to the determiner software noun, singular or mass
software noun, singular or mass with preposition or subordinating conjunction this determiner figure noun, singular or mass playing verb, gerund or present participle on preposition or subordinating conjunction the determiner tv proper noun, singular that wh-determiner 's verb, 3rd person singular present actually adverb advertising noun, singular or mass software noun, singular or mass that preposition or subordinating conjunction ryan proper noun, singular reynolds noun, plural

Use "software" in a sentence | "software" example sentences

How to use "software" in a sentence?

  • I want people to understand the amazing, positive way our software can make leisure time more enjoyable, and work and businesses more successful.
    -Steve Ballmer-
  • If we want users to like our software we should design it to behave like a likeable person: respectful, generous and helpful.
    -Alan Cooper-
  • Free software is software that respects your freedom and the social solidarity of your community. So it's free as in freedom.
    -Richard Stallman-
  • Beauty is more important in computing than anywhere else in technology because software is so complicated. Beauty is the ultimate defense against complexity.
    -David Gelernter-
  • America and Japan are the two leading world economies in terms of technology and innovative products. And in software, information-age technology and biotechnology the U.S. has an amazing lead.
    -Bill Gates-
  • Giving the Linus Torvalds Award to the Free Software Foundation is a bit like giving the Han Solo Award to the Rebel Alliance.
    -Richard Stallman-
  • Releasing Linux versions has always been a matter of higher code quality, good software architecture, and technical interest for the platform.
    -Timothee Besset-
  • Every good work of software starts by scratching a developers personal itch.
    -Eric S. Raymond-

Definition and meaning of SOFTWARE

What does "software mean?"

/ˈsôf(t)wer/

noun
Computer applications and systems.