已回答
ADC synchronization with PWM on F2812
Hi Zhe, Unfortunately this is not available on the TI F2812 family of chips. TI added this functionality on newer processors l...

5 years 前 | 0

已回答
Integration of code composer code in Simulink Model
Hi Pasquale, In your S-function, use the below construct anywhere needed: #ifndef MATLAB_MEX_FILE /* Place here pro...

5 years 前 | 0

| 已接受

已回答
How can I create sinus wave by using TI C2000 launchpad and simulink?
Hello Batuhan, # Open a blank Simulink model, go the configuration parameters (Ctrl+E) > Hardware Implementation > Select the...

5 years 前 | 6

| 已接受

已回答
is it unable to interface c2000 piccolo F280049C launchxl with Matlab 2017a?
Dear Insta, Support for f28004x started in MATLAB release R2017b as stated in the <https://www.mathworks.com/help/supportpkg/...

5 years 前 | 0

已回答
What is the idea behind data processing for SCI communication in DC/DC Buck Converter Example?
Hi Karol, Here is what is happening in the Serial Send subsystem: * The goal is to send data to the host at a fast rate an...

5 years 前 | 3

| 已接受

已回答
processor in the loop communication between simulink and arduino mega 2560
Dear Mohammed, Have you tried following this example: <https://www.mathworks.com/help/supportpkg/arduino/examples/code-verifi...

5 years 前 | 0

已回答
Flash.out.file generated by simulink
On the snapshot below taken from MATLAB R2018a, the "Build action" can automate the load and run part, the "Boot From Flash" ena...

5 years 前 | 0

| 已接受

已回答
c28379Dpmsmfocdual_cpu1_ert ....I got this link from matlab example code.It is about field oriental control of pmsm motors using delfino 28379d microcontroller.When i paste this link in my command window the model does not open.
It sounds like you haven't installed the <https://www.mathworks.com/matlabcentral/fileexchange/43096-embedded-coder-support-pack...

5 years 前 | 0

已回答
GPxPUD register values in C2000 F28035 c28x_LedBlink_ert Simulink Example
Hi Alex, We don't initialize the pull-up registers and the default values after reset are not uniform across the different re...

5 years 前 | 0

已回答
Where i can get USB drivers for TMS320F28379D dsp kit.?
Hi Nimisha, Drivers are provided with your CCS installation under \ccs_base\emulation\drivers. (on my machine C:\ti\ccsv7\ccs...

6 years 前 | 0

已回答
Usage of C2000 TI family launch pad F28069M without Embedded coder
Hi Fernando, The <https://www.mathworks.com/matlabcentral/fileexchange/43096-embedded-coder-support-package-for-texas-instrum...

6 years 前 | 0

已回答
How to measure task execution time on F28379D target?
Bonjour Yanis, R2016b was the first release to support the F28379D device. We added quite a few features later on. I would st...

6 years 前 | 0

| 已接受

已回答
Did someone already use DMC PARK for Park transformation with C2000 concerto ?
Bonjour Antoine, I recommend the following example which uses most DMC blocks. <https://www.mathworks.com/help/supportpkg/...

6 years 前 | 0

已回答
F28069M Simulink Failed to Open COM
Hi Euan, Your board may be using a different COM port. This page will help you figure out your COM port: <http://processors...

6 years 前 | 2

| 已接受

已回答
Unable to read data from the MPU6050 with TI C2000 f28379d & Simulink
Attached is a model that has been created in MATLAB R2016b for the MPU-9150 present on the BOOSTXL-SENSHUB attached to an F28027...

6 years 前 | 0

已回答
Problem flashing TI LAUNCHXL-F28379D
Hi Duc Tien Nguyen, I believe your D:\ drive must be a Removable disk (like an SD Card or a USB thumb drive). These use the e...

6 years 前 | 1

| 已接受

已回答
Unable to read data from the MPU6050 with TI C2000 f28379d & Simulink
Hi Tommaso, The I2C blocks expect a slave I2C address in decimal format. You have to use hex2dec('68') or 104 for the slave a...

6 years 前 | 0

已回答
How to open C2000 support package example ?
Hi Loc LE, The example you are pointing to is shipping in MATLAB R2018a. In R2017b you can use <https://www.mathworks.com/he...

6 years 前 | 0

已回答
is it possible to inline C2000 (F28379D) legacy code for CLA usage
Hi Alexander, You are close. By default GPIOs are controlled by the CPU and the CLA doesn't have access the registers. As of ...

6 years 前 | 0

已回答
Generating PIL from S-Function Unresolved symbol during linking
Hi Michael, The linker doesn't know where to find the init_code() function that you are using in you S-function. You need to...

6 years 前 | 0

已回答
Change Parameters on stand alone application without the need of downloading the Simulink model on the Target
Hi Kyriakos, You can run External mode from a power-cycle boot. On your Simulink model, click on the "Code" menu option, then...

6 years 前 | 0

| 已接受

已回答
is it possible to inline C2000 (F28379D) legacy code for CLA usage
Hi Alexander, Use an S-function with TLC code. You can inline the logic of your C function in the TLC file. In <https://www.m...

6 years 前 | 0

已回答
With 28335 TI, embedded coder, for a sine signal with and without presence of ADC block frequency is changing
I agree with Venkatesh, you are most likely overrunning the base rate. Using the ADC in software mode triggers the ADC conversio...

6 years 前 | 0

已回答
the third party installation package got skipped while installing Add ons.
Hi Sarvar, The recommend version (6.4.6) refers to the compiler version and not the CCS version. You can get different versi...

6 years 前 | 0

已回答
How to change the direction of the PMSM(Permanent Magnetic Synchronous Motor)?
Hi Lee Kwan Hyung, Even though this is an old question, I think it is still relevant. Our FOC algorithms require a torque de...

6 years 前 | 0

已回答
Embedded Coder and C2000 PIL or External
Hi Martin, External mode is what you are looking for. It is supported over serial and CAN on the C2000 processors. Here is ...

6 years 前 | 1

已回答
TI 28377S & Simulink C2000 Embedded Coder: Initialize/Start-up/Shutdown Procedures
Hi Michael, These are good questions that are often coming up. The first thing to know if that all GPIOs including your eP...

6 years 前 | 1

| 已接受

已提交


DC/DC Buck Converter Example
This example shows how to design a DC/DC Buck Converter controller

6 years 前 | 54 次下载 |

Thumbnail

已回答
What interrupt value does the ADC C280x/C2833x post at the EOC?
Hi Jonathan, If using module A on the ADC block, the interrupt triggered is SEQ1INT (1.1 in the PIE). If using module B on...

6 years 前 | 0

已回答
Can simulink use TI C2000 LAUNCHXL-F28027F or F2808 to monitor a analog signal (200KHz)?
Hi Fuxin, Check this post: <https://www.mathworks.com/matlabcentral/answers/349017-tms320f28379d-problem-with-external-mode> a...

6 years 前 | 0

加载更多