Part Number: TMS320F28377D-EP Tool/software: We are using TMS320F28377D-EP processor for communicating with ARINC chip through SPI. The Chip is connected to SPIB with 4 wire and SPI is configured for 8bits.
We are able to establish the communication…
Part Number: TMS320F28377D-EP Tool/software: Hi,
We are using TMS320F28377D-EP processor for communicating with ARINC chip through SPI. The Chip is connected to SPIB with 4 wire and SPI is configured for 8bits.
We are able to establish the communication…
Part Number: TMS320F28377D-EP Tool/software: Good morning,
Could someone give me the procedure to calculate the maximum ADC conversion error considering that the ADC are trimmed and calibrated? The acquisition window duration is chosen such that the…
Part Number: TMS320F28377D-EP Tool/software: Good morning,
I am trying to include a whole object file binary code (few functions) from copy_application.c into the .TI.ramfunc in order to load from Flash and run from RAM and have a unique CRC for the…
Part Number: TMS320F28377D-EP Hi Team,
Need some input form Ti technical team for the DAL-A, DO-254 certification.
we are considering TMS320F28377D-EP part number for our project.
Does TI support for DO-254 DAL-A certification for the same DSP product…
Part Number: TMS320F28377D-EP Other Parts Discussed in Thread: TMS320F28388D Hi,
We are currently developing several products using the TMS320F28377D-EP for customer programs that require the extended temperature range offered by the EP family, specifically…
Part Number: TMS320F28377D-EP Hello,
Does the CLA support the C division operator " / " or do we absolutely need to use CLAdiv?
Software compiles using "/" but I am not sure it is working properly.
Which ones is the best performance…
Part Number: TMS320F28377D-EP Hello,
I have been experimenting comparing two float numbers for equality.
I have been taught for years that this is not a safe operation to perform because of the float accuracy.
But it seems that the compiler has no issue…
Part Number: TMS320F28377D-EP Hello Engineers,
Is there an excel sheet for calculating power consumption of TMS320F28377D-EP according to the peripherals are used. If there is not any excel sheet, how can i calculate the power consumption of C2000 MCU…
Part Number: TMS320F28377D-EP Hello,
I am not able to perform fast integer division. I tried the following code below:
#include <stdlib.h>
int16_t testresult = 0;
testresult = __traditional_div_i16byi16(1,1);
And i get this error: #515 a value…