回答済み
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年弱 前 | 0

回答済み
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年弱 前 | 0

回答済み
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年弱 前 | 0

回答済み
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年弱 前 | 0

回答済み
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年弱 前 | 0

回答済み
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年 前 | 0

| 採用済み

回答済み
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年 前 | 0

回答済み
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年 前 | 0

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

約8年 前 | 0

回答済み
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年 前 | 0

回答済み
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年 前 | 0

回答済み
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年 前 | 0

回答済み
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年 前 | 0

回答済み
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年 前 | 0

回答済み
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年 前 | 0

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

約8年 前 | 0

回答済み
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年 前 | 0

回答済み
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年 前 | 0

回答済み
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年 前 | 1

| 採用済み

回答済み
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年 前 | 0

| 採用済み

回答済み
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年 前 | 0

回答済み
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年 前 | 0

解決済み


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年 前

解決済み


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

約8年 前

回答済み
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年 前 | 0

回答済み
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年 前 | 0

回答済み
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年 前 | 0

回答済み
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年 前 | 0

解決済み


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年以上 前

さらに読み込む