Forum Post: RE: TMS320F28377D: ADC resolution and pin configuration
Hello, 16-bit resolution is only supported for differential signal conversion. Regarding pin selection, you can refer to the following table in the TRM: Best Regards, Masoud
View ArticleForum Post: RE: MSP430F5659: Problem implementing USB software into an...
That's the version I have installed. This is on Linux. On our internal research network, no Windows boxes is allowed. We have Windows on our outside office network, but it's for email/web and so on......
View ArticleForum Post: RE: TMS320F28379D: RFFT Analysis for 2 different ADC Inputs.
You can compute 2 RFFTs, one on the current signal, one on the voltage signal.
View ArticleForum Post: RE: TMS320F28388D: JTAG issue - can't connect to target
Hi Adrien, There are several weird issues here... [quote userid="455399"...
View ArticleForum Post: RE: TMS320F28388D: JTAG flashing with UNIFlash resulting in Error...
Can you follow the link for "Manual Launch Instructions" in the above app note? I want to see if you can connect normally with CCS.
View ArticleForum Post: RE: TMS320F28P650DH: Compiler doubt
I presume you build with the newer --abi=eabi . In that case, all sections which are never referenced are automatically removed. This automatic removal happens in the linker. It occurs regardless of...
View ArticleForum Post: RE: AM2632: SW bug when comparing two float values?
I apologize for the delay. For the source file that contains the problem if statement, please follow the directions in the article How to Submit a Compiler Test Case . Thanks and regards, -George
View ArticleForum Post: RE: TMS320F280049C: Is it possible to connect either of the SPI...
I have verified that I can't route either of the SPI PICO (SIMO) pins via the first level of GPIO muxing to GPIO32. I have found that I can route the SPIB PICO (SIMO) signal to GPIO30 or GPIO56,...
View ArticleForum Post: RE: TMS320F280049C: TMS320F280049C PID
Hello, Yes you can set the p roportional part to zero, and it'll still retain the feedback & saturation during open loop. Altneratively, you can use Direct Form compensators, such as DF22 (Direct...
View ArticleForum Post: RE: TMS320F28379D: Is There a Way to Convert a Specific Warning...
One way is to use the build option --diag_error=551 . For the details, and other ways to do it, please search the C28x compiler manual for the sub-chapter titled Understanding Diagnostic Messages and...
View ArticleForum Post: RE: F29H85X-SOM-EVM: RTINT on F29H85x
Hi Emanuale, What do you see in the Gel Output console when you run the following scripts? Once you have the list of errors, you can utilize the Error Aggregator, ESM, and associated peripheral (ex....
View ArticleForum Post: RE: LP-MSPM0L1306: FLASH NONMAIN and FACTORY regions clarifications
Hi Paolo, I recommend looking at Table 8-4. Memory Organization from the Datasheet . Bank0 is not 64kB. MAIN is 64kB. FACTORY is located at address 0x41C5.0000 and NONMAIN at 0x41C0.0000. You are...
View ArticleForum Post: RE: TMS320F28388S: Facing issue to interface ads131m08 adc chip...
Ramakrishna, I will connect you with an ADC expert further for comment. Best Regards, Aishwarya
View ArticleForum Post: RE: AM2632: SW bug when comparing two float values?
Hi George, We are working to gather additional information as you noted above from the customer. I will then submit this offline as you directed. Any comments in the meantime are certainly welcomed....
View ArticleForum Post: RE: TMS320F28377S: Letter of Volatility Request
Here you go James: Statement-of-Volatility-TMS320F2837xS.pdf
View ArticleForum Post: RE: TMS320F28075: In the application of three-level ANPC waveform...
Hello, Please allow another 1-2 days for me to review your inquiry. Thanks for your patience! Best Regards, Allison
View ArticleForum Post: RE: TMS320F2800137: How to use sprintf in F2800137 with limited...
Hello, Can you please refer to this page first to see if it helps your inquiry? Thanks! https://software-dl.ti.com/ccs/esd/documents/sdto_cgt_tips_for_using_printf.html Best Regards, Allison
View ArticleForum Post: RE: LAUNCHXL-F28379D: Generating 20MHz Clock
What TBCLK and TBPRD would get 40MHz? Is there another way to generate the clock signal besides the EPWM? Thanks
View ArticleForum Post: RE: TMS320F28069M: F28069 LaunchPad SCI/USB isn't recognized by...
Hello, Can you please open CCS, open the device .ccxml file and click the "Test connection" button to test your debug connection to the device and ensure there are no issues there? Best Regards, Allison
View ArticleForum Post: RE: TMS320F28388S: UART SCI interrupt
Hi Tejashri, Please test the standalone (unchanged) example from C2000ware and make sure it works for you. This will confirm that your hardware setup is correct. Best Regards, Delaney
View Article