Community Profile

photo

Aditya Padmanabha

Last seen: 7 days ago Active since 2017

Statistics

All
  • 3 Month Streak
  • Revival Level 3
  • Knowledgeable Level 2
  • First Review
  • Solver
  • First Answer

View badges

Content Feed

View by

Answered
No ePWM output with reference to ADC input while using Launchxl-F28379D
Hi Rahul, If we consider 25KHz as the frequency of Sine wave and if we consider atleast 10 signal samples per one sine wave c...

2 years ago | 0

| accepted

Answered
hello i want to know the ADC input of current and voltage sensor
Hi Hazma, You can use the block in the model directly and set the required parameters. The output port from the block will gi...

2 years ago | 0

Answered
F28388D Simulink model failed to boot from flash
Hi All, In Case of TI F2838x you need to flash all the cores with executable generated from same version of support package. ...

2 years ago | 0

Answered
Not able to synchronize ADC with PWM in F28379D TI launchpad.
Hi Anurag, Couple of points to look out In the attached model, the ePWM1 is configured to trigger ADC at 3rd event instead o...

2 years ago | 0

Answered
TI C2000 Delfino - Setting up a software SOC trigger for an ADC in Simulink
Hi Aryaman, Please refer to the following pages which explains or showns how to configure SOC for ADC. Configure ADC to samp...

2 years ago | 0

Answered
Error in PIL execution for F28027 C2000 TI MCU
Hi Sanjeev, Pleace change the dataype of the inputs to Single instead of double. Double is represented as 32-bit floating poi...

2 years ago | 0

Answered
TMS320F28379D problem loading Code
Hi rida, Please follow the shipping example which explains how to do a simple model to blink a LED on C2000 hardware board. G...

2 years ago | 0

Answered
Important Question Processor In the Loop Application using C2000 Embedded Coder
Answer posted in comments https://www.mathworks.com/matlabcentral/answers/597754-important-question-processor-in-the-loop-applic...

2 years ago | 0

Answered
Embedded Coder C2000 Example F28069 does not support generating C++ Code
Hi Felix, Yes as of now only C workflow is supported for the TI C2000 support package. Thanks, Aditya

2 years ago | 0

Answered
Cannot connect to Launchpad TMS320F28379D Development Kit
Hi HongPong, Akash, Please configure the support package after installation. To configure the support package, you can go to ...

2 years ago | 1

Answered
XCP Parameter Granularity Error (TI C2000)
Hi Guido, Roberto, The XCP external mode does not support data logging and parameter tuning of Uint8/int8 parameters for TI C2...

2 years ago | 1

| accepted

Answered
Random Simulink TI C2000 build error: Code generation information file does not exist
Hi Clemens, Please try the following and if that does not solve the problem please contact Technical Support: www.mathworks.com...

2 years ago | 1

| accepted

Answered
I'm trying to use SPI communication using C2000, how to control the slave select pin ,what settings should be selected in hardware implementation? ?
Hi Jyoti, Please check the FAQ on this topic What are the use case scenarios for SPI (Master Transfer/Transmit/Receive) block...

2 years ago | 0

Answered
C2000 hardware interrupt
Hi Mark, In the example, when you send data to SPI transmit block, the data continuously shifts of the transmit register. Th...

3 years ago | 1

Answered
C2000 CLA trigger using ADCINT source
Hi Zak, Please set the properties of the signal at ADC output to Cla1DataRam memory so that the variable is created in cla. ...

4 years ago | 1

| accepted

Answered
Flash programming TI LAUNCHXL-F28379D
Hi Marco, Can you provide the version of MATLAB and Code Composer Studio you are using? Thanks, Aditya

5 years ago | 0

Solved


Make a Palindrome Number
Some numbers like 323 are palindromes. Other numbers like 124 are not. But look what happens when we add that number to a revers...

5 years ago

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

5 years ago

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

5 years ago

Answered
Sending an integer from one F28379D board to another F28379D board using SCI
Hi Christos, Which board are you using? ControlCard or LaunchPad? For ControlCard External mode uses SCI_A module with GPI...

5 years ago | 0

Solved


Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...

5 years ago

Solved


Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; and ...

5 years ago

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

5 years ago

Solved


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

5 years ago

Solved


Add two numbers
Given a and b, return the sum a+b in c.

5 years ago

Solved


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

5 years ago

Answered
SPI receive block on F28335 connect with Arduino Nano timeout error
Hi Jirada, You need to ensure the SPI clock mode match properly between Arduino Nano and F28335. For example, * If you ...

6 years ago | 0

Answered
How to configure TMS320f28379D launchpad?
Hi, The maximum voltage that you can use as input should be limited to 3.3V. If the voltage is greater than 3.3V it may damag...

6 years ago | 0

Answered
SPI receive - TI LAUNCHXL-F28379D
Hi Oleg, Please use the latest update of the support package - "18.1.2" (in the MATLAB main window go to Add-Ons --> Check fo...

6 years ago | 0

Answered
Unable to read data from the MPU6050 with TI C2000 f28379d & Simulink
Hi Tommaso, I have attached the 17a model for the MPU-9150 present on BOOSTXL_SENSHUB attached to F28379D LaunchPad based on ...

6 years ago | 0

| accepted

Load more