Forum Post: RE: CCS/C2000WARE-DIGITALPOWER-SDK: DigitalPower SDK download issue
Soonwook, You can obtain a zip of the DigitalPower SDK via TI Resource Explorer ( https://www.dev.ti.com ). Similarily, you can also download the package by navigating to the TIREX in CCS, by selecting...
View ArticleForum Post: RE: TMS320F28035: How to exit continuous mode of ADC in CLA task?
[quote user="Soldier 76"]1. Is this method ok?[/quote] Yes, this method should be possible. The CLA will need to transport the results to a memory buffer until all 150 conversions are done. [quote...
View ArticleForum Post: RE: CCS/TM4C129ENCPDT: SC_ERR_TEST_MEASURE error with XDS100v3...
Hi Raphael, today my new XDS100 arrived. I plugged it in - and it worked immediately. Sorry for the inconvenience, but it seems that I really received a defect device when I bought the first one....
View ArticleForum Post: RE: TM4C1290NCZAD: I2C Master Read-Access
[quote user="Takayuki Miyazaki"]...there were reflected signals which TM4C1290 drives on SCL-line during Read-access .[/quote] Were those same 'reflected signals' present when, 'Writing to the Slave -...
View ArticleForum Post: RE: MSP430F5438A: PMM and VCORE Stability Issues
Hello, could you please be more explanatory on what you mean by the statement "stability issues". We need to understand the behavior you're experiencing, if we have to comment, whether this might be...
View ArticleForum Post: RE: CCS/TM4C129XNCZAD: ROM_FlashErase and ROM_FlashProgram...
You can turn off the prefetch buffers with this code: // Turn off prefetch buffers HWREG(0x400FDFC8) = 0x00010000; Since this will degrade the performance, I suggest that after you do the erase and...
View ArticleForum Post: RE: CCS/TMS320F2808: Problem with Timer0
Frederic, All I did was replace the main.c file in an F28069 example project with your code. If you download the latest C2000Ware, you can open up the CPU timer example for F28069, replace the main...
View ArticleForum Post: RE: CCS/TM4C129XNCZAD: ROM_FlashErase and ROM_FlashProgram...
Thank you Chester. This was a great help.
View ArticleForum Post: RE: CCS/TMS320F28335: Sine Voltage Read using ADC
Prithvi, I think you are saying that your device and program work as expected when sampling a clean function generator input signal, but they do not work correctly when sampling the feedback signals on...
View ArticleForum Post: RE: CCS/TMS320F280045: Seriell Software downloader Program in...
Franz, Are you able to use my suggestions to figure why/where the error occurs? Can I close this thread? Thanks and regards, Vamsi
View ArticleForum Post: RE: MSP430F5524: UCBBUSY being continuously set
Hi David, Thanks for going through the code. This was the existing code when I joined my workplace and because it was working, I let it be. I had been thinking of changing it as well. While it can be...
View ArticleForum Post: RE: MSP430F5524: Unable to pause the code using the programmer
Hi Peter, Thanks for going through the code. This was the existing code when I joined my workplace and because it was working, I let it be. I had been thinking of changing it as well. While it can be...
View ArticleForum Post: RE: CCS/LAUNCHXL-F28027: How to set Sampling rate or sampling...
Sourabh, If you take another look at the adc_soc (\device_support\f2802x\examples\structs\adc_soc) example in C2000Ware, you will notice that the ADC is periodically triggered by the EPWM. Therefore,...
View ArticleForum Post: RE: F28M36P63C2: Password all 0's
Anders, Unless the password lock field in OTP is programmed with any value other than 0xF, what you see in the debugger memory window (all 0s for password locations) should be true. Please check your...
View ArticleForum Post: RE: TM4C123GH6PGE: Example usb_dev_serial
Hello Charles, Thank you for your reply I understand what you said. PC Host USB0 (Stellaris Serial USB) TX --------> ICD-EVB -----------> Rx 16x8bit FIFO --------------------------------------- 1...
View ArticleForum Post: RE: CCS/LAUNCHXL-F28379D: emif_dc_flash,emif daughter card of...
user5876081, The BYTE and WP signals are not unconnected in the design; they are pulled up through the R13 and R14 resistors. The red "X" is an Altium symbol that indicates that design warnings are...
View ArticleForum Post: RE: CCS/TMS320F28335: The RAM version project can’t run normally...
scqxlxc, Can you confirm my understanding that the system only works if GpioCtrlRegs.GPBDIR.bit.GPIO50 is cleared to 0? If so, the device may be suffering from power brownout if there is too much load...
View ArticleForum Post: RE: TMS320F28035: DPSWorkshop Lab4 & 5 limit cycle oscillation...
Figure 4 waveform looks like switching noise. Does this corresponds to the switching frequency? I could not clearly read the scale from the plot. Shamim
View ArticleForum Post: RE: CCS/TIDM-BPM: "Algorithm.c" and "msp430f6638.c" not found for...
Hi Mike, Here are some answers. 1) Yes, If you don't need IR, then you can set the IR LED current to 0. You can also connect power supply to green LED and choose not to connect IR LED to AFE. 2) If max...
View ArticleForum Post: RE: CCS/TMS320F28379D: TMS320F28379D
Hello robin, There were several known issues with the old CCS installer and display scaling on more recent windows versions. I strongly suggest installing a later version of CCS which resolves these...
View Article