Beantwortet
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...

mehr als 5 Jahre vor | 0

Beantwortet
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...

mehr als 5 Jahre vor | 0

| akzeptiert

Beantwortet
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...

mehr als 5 Jahre vor | 6

| akzeptiert

Beantwortet
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/...

mehr als 5 Jahre vor | 0

Beantwortet
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...

mehr als 5 Jahre vor | 3

| akzeptiert

Beantwortet
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...

mehr als 5 Jahre vor | 0

Beantwortet
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...

mehr als 5 Jahre vor | 0

| akzeptiert

Beantwortet
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...

mehr als 5 Jahre vor | 0

Beantwortet
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...

mehr als 5 Jahre vor | 0

Beantwortet
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...

fast 6 Jahre vor | 0

Beantwortet
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...

fast 6 Jahre vor | 0

Beantwortet
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...

fast 6 Jahre vor | 0

| akzeptiert

Beantwortet
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/...

fast 6 Jahre vor | 0

Beantwortet
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...

fast 6 Jahre vor | 2

| akzeptiert

Beantwortet
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...

fast 6 Jahre vor | 0

Beantwortet
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...

fast 6 Jahre vor | 1

| akzeptiert

Beantwortet
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...

fast 6 Jahre vor | 0

Beantwortet
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...

etwa 6 Jahre vor | 0

Beantwortet
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 ...

etwa 6 Jahre vor | 0

Beantwortet
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...

etwa 6 Jahre vor | 0

Beantwortet
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...

etwa 6 Jahre vor | 0

| akzeptiert

Beantwortet
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...

etwa 6 Jahre vor | 0

Beantwortet
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...

etwa 6 Jahre vor | 0

Beantwortet
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...

etwa 6 Jahre vor | 0

Beantwortet
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...

mehr als 6 Jahre vor | 0

Beantwortet
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 ...

mehr als 6 Jahre vor | 1

Beantwortet
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...

mehr als 6 Jahre vor | 1

| akzeptiert

Gesendet


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

mehr als 6 Jahre vor | 62 Downloads |

Thumbnail

Beantwortet
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...

mehr als 6 Jahre vor | 0

Beantwortet
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...

mehr als 6 Jahre vor | 0

Mehr laden