Filters in use:
Filters in use:
Filters in use:
Filters in use:
Filters in use:
Sort by:
DesignDRIVE - Introduction to EtherCAT Technology
Duration:
DesignDRIVE EtherCAT Slave Hardware and Software
Duration:
DesignDRIVE C2000 MCU EtherCAT Slave project demonstration
Duration:
Absolute Encoders - save development and system costs with the DesignDRIVE Position Manager
Duration:
Real-time control with C2000 High-Performance MCUs
Duration:
AMIC110 Multiprotocol Industrial Interface for Closed-loop Delfino Control Systems Training Series
Advanced closed-loop control systems for factory, process, and power automation markets require powerful MCU solutions that can interface to variety of industrial communications protocols. As new features and capabilities are added, these protocols may evolve several times during the lifetime of an industrial product. As a result, system providers can benefit from solutions that flexibly support multiple communications protocols and in-service updates without updating hardware.
Control Law Accelerator (CLA) Hands-On Workshop
The Control Law Accelerator is a 32-bit floating point math accelerator that is common on most c2000 devices. It aids in the concurrent processing of fast control algorithms.
After viewing the lectures, and working through the provided example, you should be in a better position to migrate existing algorithms from the main C28x core to the CLA, or start programming on the CLA from scratch.
Other Real-time Control MCUs
In addition to the Delfino and Piccolo MCU families, there are other MCU offerings in the C2000 family that provide real-time control functionality.
C2000™ SafeTI™ Tunable FMEDA Training
This five part training series covers the following topics:
- Part 1: Basics of FMEDA and how it is useful in system level safety analysis
- Part 2: Introduction to the C2000™ Tunable FMEDA
- Part 3: Detailed overview of the C2000™ Tunable FMEDA
- Part 4: Benefits of customization on the C2000™ FMEDA
- Part 5: Demo - How to tune the C2000™ FMEDA to your application specific needs?
Introduction to the CLA
This module covers the architecture of the CLA, the resources at its disposal and the division of code into task blocks that are triggered by peripherals or through software. Each of these task blocks are atomic, in the sense that no other task may interrupt a running task. This makes operation of the CLA unconventional in comparison with standard CPUs.
The CLA 'C' Compiler
The CLA is supported by a subset of the ANSI ‘C’ Compiler. You will learn the features, and more importantly, the limitations, of this compiler in this video. The video also covers the changes in the linker command file needed to support operations on the CLA
The Workshop
In this video we get into the actual workshop. I will take an existing project for the C28x, a simple example that samples an EPWM, runs it through a low pass filter, and then an FFT to get the frequency spectrum, and migrate it over to the CLA. You can download the project files here and I encourage to follow along as I go through the different steps and considerations during the migration process.
Debugging on the CLA
Once you have ported your code over to the CLA and successfully built your executable, it’s time to debug. The CLA pipeline is unprotected and is debugged through the main CPU; you cannot debug code on the CLA in the same manner you would on the C28x. This module goes over the different aspects of setting breakpoints, single stepping and setting up CCS views when debugging the CLA.
Tips and Tricks
In the previous modules you would have learned the workings of the CLA, the implementation of the ‘C’ language, and its unique method of debugging. This video deals with some of the common issues users face when writing code for the CLA. It is a compilation, and investigation, of some of the most commonly asked questions on the forums and should help you get to working code quickly.