Answered
CCS/F28M36P63C2: Can't compile an auto generated code from Simulink.
It looks like you are running the .bat file DOS command prompt. The HEAP_SIZE is not visible here. Please consider running fr...

8 years ago | 0

Answered
Why the External Model of c28x_serial_ext.slx doesn't work?
You can work from code composer and the serial example from controlsuite.

8 years ago | 0

Answered
Why the External Model of c28x_serial_ext.slx doesn't work?
Since you are using USB2serial, the COM3 would be your port. Also, try connecting the TX-TX and Rx-Rx and see if this helps. A...

8 years ago | 0

Answered
Why the External Model of c28x_serial_ext.slx doesn't work?
program name: 'c28x_serial_ext' Please ensure you have a 'DB9 Male to DB9 Female 9C Serial Straight Thru Cable' for serial co...

8 years ago | 0

Answered
Why the External Model of c28x_serial_ext.slx doesn't work?
For F28335 eZdsp board, the USB JTAG emulation does not support serial operation. Hence, along with USB that is used to download...

8 years ago | 0

Answered
How to execute a subsystem only once in external mode (TI C2000 SPI peripheral configuration/initialization)
Please can you attach your model for further analysis. We also have a model on the same lines for C2000 for i2c protocol. 'c28...

8 years ago | 0

| accepted

Answered
I am trying to use piccolo launchpad in external mode. I am getting the following error '### Failed to generate all binary outputs.'
Hi, C2000 compiler version that is tested with R2017a version of support package is 6.4.6. Looks like you are using versi...

8 years ago | 0

Answered
Can I create sufficiently fast Crank and Camshaft signals in Simulink based on the Analog input (Pedal Position-potentiometer) from Arduino, write these signals on digital pins and connect to ECU (PCM), to create a mini HIL?
Hi, Could you please check for overrun condition. https://www.mathworks.com/help/supportpkg/arduino/ug/detect-and-fix-task-o...

8 years ago | 0

Answered
Erase Simulink Model running on ESP8266 and Arduino Due
https://www.mathworks.com/help/supportpkg/arduino/wifi-shield.html

8 years ago | 0

Answered
External mode run but not update data in F28379D
Hi, Please refer this post. https://www.mathworks.com/matlabcentral/answers/327190-how-can-i-establish-can-communication-u...

8 years ago | 0

Answered
How can i simulate pwm signals with c2000 series.
Hi, We can log the input signals like GPIO input, ADC readings. We can also log state of variables using memorycopy block. So...

8 years ago | 0

Answered
Embedded coder support for texas CCSv6 and MATLAB/SIMULINK is available or not?
Hi, - Type targetupdater at the MATLAB command line to get back to the CCS configuration. You can select CCSv6 and follow th...

8 years ago | 0

Answered
How to work with c6748 blocks for matlab 2015 ?
Hi Sajad, The below links could help you get started in case you have a custom C-code that you found is working and can be in...

8 years ago | 0

Answered
How to work with c6748 blocks for matlab 2015 ?
Hi Sajad, We are supporting the omapl138 evm board from our C6000 support package. Since the blocks are very much board speci...

8 years ago | 0

Answered
Strange Error of C2000 processor(F28335) in Simulink
Hi, Could you considering deleting the slprj and *_ert_rtw folder and then build? You can also provice fresh path/different ...

8 years ago | 0

Answered
Arduino Uno Deployment Error in Simulnk
Hi, Try re-installing the support package. Please contact MathwWorks tech support for further help!! Regards, Venkates...

8 years ago | 0

Answered
Measuring sensor noise on Arduino analog input channels
Hi, Are you grounding one analog pin and reading zero on all other? When pin is grounded, it would give 0v i.e 0 ADC count. ...

8 years ago | 0

Answered
Error when trying to run a c2000 simulink model - CCSv6 and Matlab 2015a
Hi, https://www.mathworks.com/help/releases/R2016a/supportpkg/texasinstrumentsc2000/ug/coder-target-pane-texas-instruments-c2...

8 years ago | 0

Answered
What version of Matlab can I use Arduino-Simulink SPI WriteRead Block?
Hi, As per the documentation link: https://www.mathworks.com/help/releases/R2015b/simulink/gui/hardware-implementation-pane....

8 years ago | 1

| accepted

Answered
Error when trying to run a c2000 simulink model - CCSv6 and Matlab 2015a
Hi, xmakefilesetup is for using the idelink.tlc workflow, and using idelink.tlc is not recommended and has been discontinued....

8 years ago | 0

| accepted

Answered
How to continuously import data of a sensor from Arduino on MATLAB ?
HI, An example video is available here: https://www.mathworks.com/videos/read-lsm303-accelerometer-data-from-arduino-with-...

8 years ago | 0

Answered
TI C2000 Delfino 28335 - Error Unable to connect to the 'TI Delfino F2833x' target for 'c28x_serial_ext'.
HI, Could you please check on the following points: 1. Ensure the GPIO pins for SCI_A port and the one configured on simul...

8 years ago | 0

Solved


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

8 years ago

Solved


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

8 years ago

Answered
I can't use SPI on F28M36 concerto C2000
Hi, Could you please try to run the 'targetupdater' once and run through the complete setup process by pointing to CCSV, cont...

8 years ago | 0

Answered
Embedded coder package C200ware version id newer
Hi, Please can you verify once if the GPIO pins selected for SCI_A that is used for external mode communication are configure...

8 years ago | 0

Answered
CAN Bus Timeout C2000
Hi, You can create a counter and reset it when you get a CAN message (from the function call of the CAN block or an interrupt...

8 years ago | 0

Answered
LAUNCHXL-F28379D: Simulink CAN BUS Transmit
Hi, We have default value of external oscillator clock set to 20MHz which is true for control card. When working with launchp...

8 years ago | 0

Solved


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

8 years ago

Load more