Community Profile

photo

Brian McKay

Last seen: 1 giorno fa Attivo dal 2016

Statistiche

All
  • Knowledgeable Level 3
  • Personal Best Downloads Level 2
  • First Review
  • 5-Star Galaxy Level 2
  • First Submission
  • First Answer

Visualizza badge

Content Feed

Visto da

Risposto
Support for NXP S32K3xx (ARM M7) processor
Yes, NXP offers an Embedded Coder support package for the S32K3xx, which you can get via the link below. https://www.mathworks....

oltre un anno fa | 0

| accettato

Risposto
Embedded Coder for NXP i.MX RT Cortex-M7
Hi Peter, NXP provides a free Hardware Support Package specifcally for i.MX RT 1xxx (including the 1170). Did you try using it?...

circa 2 anni fa | 0

Risposto
CONVERTING MATLAB SIMULINK MODEL INTO Programming
Go look at the C2000 support package from Embedded Coder; this is exactly what it does:https://www.mathworks.com/matlabcentral/f...

circa 3 anni fa | 0

Risposto
Simulink External Mode: Connect to target via CAN interface
Hi, External mode with C2000 is using the Vector CAN libraries, so it wont work with your PEAK CAN hardware. You can use t...

oltre 7 anni fa | 0

Risposto
Unable to use eCAP4 to eCAP6 on TMS320F28377S
Hi, Thanks for digging into this. I forwarded your post to the development team for their assessment - but I suspect you have...

oltre 7 anni fa | 0

Risposto
Simulink External Mode not working on Texas Instruments C2000 Launchpad F28377S
Just a guess... but sometimes, CCS locks the USB port to the board because it maintains the connection. Try using the MathWorks ...

oltre 7 anni fa | 0

Risposto
how to configure F28377D from C2000 family in embedded coder
You may need the download the C2000 Support Package (for Embedded Coder). It supports F28377D. You can get it (and more info)...

oltre 7 anni fa | 0

Risposto
Looking for simulink toolboxes on the external interface capabilities with the c2000 devices from TI
Hi, I think you may need to look into using the Custom Code Block as access to the XINTF register is not part of the baseline...

oltre 7 anni fa | 0

| accettato

Risposto
Error on InitFcn CallBack (using MatLAB (2016a) & CCSV6)
This looks like a support package installation problem. For some reason, some of the files are missing in your installation. ...

oltre 7 anni fa | 0

Inviato


Levitating a Ping Pong Ball Using Arduino and Simulink
Learn how to use Simulink to make an Arduino based fan that levitates a ball at a specified height.

oltre 7 anni fa | 7 download |

Inviato


Creating a Visual Theremin Using Raspberry Pi and Simulink
Learn how to use Simulink to make a Raspberry Pi based theremin controlled by a green object.

oltre 7 anni fa | 4 download |

Inviato


Arduino Blink Challenge Simulink Models
Simulink models that solve the Arduino Blink Challenge.

oltre 7 anni fa | 4 download |

Thumbnail

Risposto
Is there need to write C2000 peripheral initialize code (such as PWM、ADC module ) when design a motor control model based on simulink coder
If you are using the C2000 Support Package, we are generating all required initialization code. During the model build, the exec...

oltre 7 anni fa | 0

| accettato

Risposto
failed to create PIL blocks
Hello, It looks like you are looking at an older example using idelink_ert, which works with CCS 3.3. Try looking at this ...

oltre 7 anni fa | 0

| accettato

Risposto
c2000 support package offline installation
Hi, You do need MathWorks products installed to gain access to the C2000 Support Package. But you can "Download To Folder", c...

oltre 7 anni fa | 0

| accettato

Risposto
Genrate Code to CCS4/5 using Matlab Simulink-Code
Your Setup isn't pointing to the directories it needs. Try running |checkEnvSetup('CCSv4','f28335','setup')| -> this will wal...

oltre 7 anni fa | 0

| accettato

Risposto
Running the "Using the Control Law Accelerator (CLA)" example in F28069 ControlStick
Hi Hugo, Try this to set the correct path for CLAMathLib: |setpref('MathWorks_TIC2000', 'CLALibDir', 'C:\ti\controlSUITE\l...

oltre 7 anni fa | 0

| accettato

Risposto
Compilation error. Cannot open source file "F2806x_Device.h"
You may need to run |checkEnvSetup('ccsv5', 'F2806x')| to configure the paths. -Brian

oltre 7 anni fa | 0

Risposto
Error with embedded coder quickstart. Texas Instruments C2000 Support package. F28337S Launchpad.
Hi Conner, I'm not sure what the issue is, but it looks odd to me. I would suggest that you contact Tech Support and share yo...

oltre 7 anni fa | 0

Risposto
Changing block diagram/ccs settings
Try typing |targetupdater| at the MATLAB command line, select C2000, and select CCSv6 to reconfigure. -Brian

quasi 8 anni fa | 0

Risposto
How to generate .ccsproject file by matlab embedded coder for C2000 f2837xs
Hi, We don't generate the CCS project when we build the model. We do have an internal development project that is looking at ...

quasi 8 anni fa | 0

Risposto
Missing DAC Hardware Ressources for TI C2000 Delfino F28377S
Hi, We are working on adding a DAC library block for F2837xS/F2837xD and F2807x in a future release. -Brian

quasi 8 anni fa | 0

Risposto
Use of Constant Blocks within a CLA Task Subsystem
Hi Martin, Tunable parameters are not supported inside a CLA subsystem. You have to select the inline parameters option in th...

quasi 8 anni fa | 1

| accettato

Risposto
Matlab crashes when trying to connect simulink blocks
You may wish to contact <http://www.mathworks.com/support/contact_us/ MathWorks Technical Support> so they can log the error mes...

quasi 8 anni fa | 0

Risposto
Stepper Motor control for TI Microcontroller in MATLAB.(F28035)
Hi, There is a Support Package for TI C2000 MCU's. It is free to download, but it requires Embedded Coder. More info on th...

quasi 8 anni fa | 0

Risposto
Generate PWM pulse using C280x processor
Hi Asim, For the C280x, you select the PWM channel in the block dialog (such as ePWM1). The PWM channel is automatically tran...

quasi 8 anni fa | 0

| accettato

Risposto
Configure and intialize the external memory with TMS320F28377D using Matlab Embedded coder
We do not support the external memory interface for F28377D processor out of the box. But you can use custom code techniques pro...

quasi 8 anni fa | 0

Risposto
Missing C280x Simulink Target Block of Texas Instruments C2000 processor
It should be there, it's a block library (not a single block), and located in the upper left of the Embedded Coder Support Packa...

quasi 8 anni fa | 0

| accettato

Risposto
MatlabR2015b connected with ccs6
Yes, you can. You can use this workflow with any TI Device that works with CCSv6, not just C2000. The C2000 Support Package will...

quasi 8 anni fa | 0

Risposto
support packages for mac
Sorry, the C2000 support packages are not available for Mac OS X.

quasi 8 anni fa | 0

Carica altro