DSP Class USB
142 subscribers
7 photos
17 videos
34 files
19 links
آموزش‌های کاربردی میکروکنترلر DSP سری های TMS320F2812 و TMS320F28335

Educators:
Dr. Masoud Barakati
Mohammad Bagheri
Vahid Barahouei

Other useful Channels:

IT channel:
@PremiumHubIran

English learning channel:
@EnglishHubIran
Download Telegram
learn RTOS programming_easymcu_org.pdf
2.3 MB
مقدمه‌اي عملي بر راه‌اندازي سيستم‌عامل بلادرنگ بر روي STM32
Microcontrollers Processing Speed.pdf
299 KB
"Microcontrollers Processing Speed"

This file is intended for engineering students who will be working with microcontrollers and serves as a complement to the educational video files.

Please message me on telegram if you see any misspellings in a file. @MoAminBagheri

I wish you all the best

👉🏻 @DSPclass1400USB
This media is not supported in your browser
VIEW IN TELEGRAM
عید نوروز مبارک - تبریک سال 1401

👉🏻 @DSPclass1400USB
Code Composer v3.3.rar
496.4 MB
Code Composer V3.3 Software

🔴Help:

1-
Extract the software from the archive.

2- Run the file "setup.exe" and continue installing with the Typical method of installation.

🔵Tips:

Tip 1:
You can use presentation 02 to create a project and use the simulator of the software.

Tip 2: Code composer Version 5.3 does not have a simulator of the TMS320F2812 microcontroller.

Tip 3: In the future, we will upload some examples of the TMS320F2812 microcontroller to be able to work better with the software simulator.

👉🏻 @DSPclass1400USB
CCS5.3.0.00090_win32.zip
1.3 GB
Code Composer V5.3 Software

🔴Help:


1- For installing the code composer V5.3, you can use the Presentation-S1-02.

2- Please extract the archive file in your hard drive before you install the software.

🔵Tips:

Tip 1:
If you want to connect to the actual hardware with JTAG, you should use this software version.

Tip 2: This version does not have a TMS320F2812 or TMS320F28335 microcontroller simulator.

Tip3: With the "tidcs.rar" you can work with the Code composer V5.3 and quickly connect to the actual hardware of the TMS320F2812 microcontroller.

👉🏻 @DSPclass1400USB
tidcs.rar
4.6 MB
With this file, you can import the prepared examples of the TMS320F2812 microcontroller into Code Composer V5.3.

👉🏻 @DSPclass1400USB
HCPL-3120-Agilent.pdf
494.8 KB
Agilent 2.5 Amp Output Current IGBT Gate Drive Optocoupler Data Sheet

HCPL-3120
HCPL-J312
HCNW3120

👉🏻 @DSPclass1400USB
HCPL-316J-Agilent.pdf
498.3 KB
2.0 Amp Gate Drive Optocoupler with Integrated (VCE) Desaturation Detection and Fault Status Feedback

HCPL-316J

👉🏻 @DSPclass1400USB
This media is not supported in your browser
VIEW IN TELEGRAM
The implementation of the 8-switch inverter

Narrator:
Mohammad Shohlibor

Cameraman: M. Bagheri Hashkavayi

👉🏻 @DSPclass1400USB
This media is not supported in your browser
VIEW IN TELEGRAM
How to import the tidcs file into the CCS v5.3

👉🏻 @DSPclass1400USB
This media is not supported in your browser
VIEW IN TELEGRAM
Introduction to IQmath for C28x MCUs

Texas Instruments TMS320C28x IQmath Library is collection of highly optimized and high precision mathematical Function Library for C/C++ programmers to seamlessly port the floating-point algorithm into fixed point code on TMS320C28x devices.
IQmath uses the internal hardware of the C28x in the most efficient way to operate with 32bit fixed-point numbers. Taking into account that all process data usually do not exceed a resolution of 16 bits, the library gives enough headroom for advanced numerical calculations.
These routines are typically used in computationally intensive real-time applications where optimal execution speed & high accuracy is critical. By using these routines you can achieve execution speeds considerable faster than equivalent code written in standard ANSI C language.
In addition, by providing ready-to-use high precision functions, TI IQmath library can shorten significantly your DSP application development time.

👉🏻 @DSPclass1400USB
sprugg9.pdf
286.9 KB
TMS320C64x+ IQmath Library

User's Guide

👉🏻 @DSPclass1400USB
Media is too big
VIEW IN TELEGRAM
IQmath Library C28X

32-Bit-Digital Signal Controller TMS320F2812

👉🏻 @DSPclass1400USB
238588.ppt
251.5 KB
IQmath Library C28X

32-Bit-Digital Signal Controller TMS320F2812 (Presentation File)

👉🏻 @DSPclass1400USB
Explanation about the IQmath library for TI processors

👉🏻 @DSPclass1400USB
https://t.me/DSPclass1400USB/35

We used Q24 in this converter code.

👇🏻👇🏻👇🏻👇🏻👇🏻👇🏻👇🏻👇🏻👇🏻👇🏻👇🏻

// 4Leg Inverter //

#include "DSP281x_Device.h"
#include "DSP281x_Examples.h"
#include <math.h>
#include <IQmathLib.h>

#ifndef GLOBAL_Q
#define GLOBAL_Q 24
#endif

👉🏻 @DSPclass1400USB