Forum Post: TMS320F280049C: USER_ZEROSPEEDLIMIT in MotorControl SDK?
Part Number: TMS320F280049C Is there a parameter equivalent to motorware's "USER_ZEROSPEEDLIMIT" in the MotorControl SDK?
View ArticleForum Post: RE: MSP430F5438A: PMM and VCORE Stability Issues
Hi Peter Thanks for your speedy reply... Sorry that I was not as clear as I should be. Stability issue... the devices locks up and requires a Reset to recover. It should of been PMM - Power Management...
View ArticleForum Post: RE: CCS/TMS570LS0914: memset - undefEntry after program change
You can align sections using the linker command file constructs. See the "align" keyword for linker command files in this document: Do you have valid code at address 0x0800_9018? Did the application...
View ArticleForum Post: RE: TMS320F28069: Bringing up peripherals (SPI, UART) using...
Hi, [quote user="Whitney Dewey"]Aside from the System_printfs, does the application appear to be functioning correctly? If you step through the code or place breakpoints, does everything seem to be...
View ArticleForum Post: RE: RM48L952: SRAM_PAR_ADDR_CTRL_SELF_TEST Failure
Hello TI, I'm still hoping for a response and resolution to this. Thanks.
View ArticleForum Post: RE: CCS/MSP432E401Y: Error when importing example: "No TI MSP432...
I erased and reload CCS 9.2, same problem. I erased CCS 9.2 and installed CCS 9.1 and was able to import the document. So, I just installed CCS 9.2 and was able to import the document. Seems something...
View ArticleForum Post: RE: TMS320F28377S: EPWM w/deadband, one clock glitch at the...
Martin, I implemented similar code and did not see the issue. I then began updating my code to be as similar to yours as possible. In doing so I realized you are clocking the ePWM at 200MHz, can you...
View ArticleForum Post: RE: CCS: Twiddle LEDs
Your code looks fine--the only thing I noticed is that since your SYSCLK is running off of INTOSC1 with no multiplier, the DELAY_US() macro isn't going to give you an accurate number of microseconds...
View ArticleForum Post: RE: TMS320F28377S: Integration as a high side LED driver
Hi Kris, As you found out, a current sense amplifier plus shunt resistor is definitely a good choice and should get the job done. Aside from the 35-40V common mode voltage, you probably want to look at...
View ArticleForum Post: RE: CCS/TMS320F280049C: Regarding TI-RTOS
We don't have an example project for that. I see you made another post where you were looking for some debugging help on one I'm assuming you wrote yourself though? I'm going to close this thread and...
View ArticleForum Post: RE: F28M36P63C2: Password all 0's
As Vamsi mentioned, please check other security settings also. If all security setting values are zero then passwords are programmed (either zero or non-zero value). Also check the values in DCSM...
View ArticleForum Post: RE: DRV8302-HC-C2-KIT: TMS320F28035 - ADC reading problem
Hello Luo; The same problem exists in my project. There is no problem when I read the voltage values from the TP23 connector. However, when I look at the ADC measurement of the process, I see a...
View ArticleForum Post: RE: TMS320F28379D: Question about the routine F28379D emif_dc_flash
[quote user="F.F"]I want to know how the value of the above register is calculated in the original routine. How can I modify the configuration according to the flash datasheet?[/quote] The datasheets...
View ArticleForum Post: MSP430F5524: Using watchdog timer within a while(1) loop
Part Number: MSP430F5524 I am having certain "defective" ICs with me which are unable to handle a clock speed of 16MHz. The code stops running after a while and I am unable to pause the program in the...
View ArticleForum Post: RE: TM4C123GH6PGE: Example usb_dev_serial
Hi Jame, Your understanding is correct except that the UART_FIFO_TX4_8 is to interrupt at half (8 bytes out of 16 bytes) of the FIFO or 50%. Therefore, the USBUARTintHandler will be called 8 times more...
View ArticleForum Post: RE: TMS320F280049C: Unable to check whether Watchdog is...
Nitin, [quote] It shows me the error " no source available @ 0xXXXX" [/quote] I think your watchdog code is issuing a reset but it's not restarting because you have not set the emulation boot properly....
View ArticleForum Post: RE: TM4C129ENCPDT: QSSI Locks Up on SSIDataPut and SSIDataGet
Hello Dave, I have not heard back from you. I assume your problem is resolved. I hope my sample program provides some guidance. I will close this thread for now. If the issue is not resolved, you can...
View ArticleForum Post: RE: TM4C1290NCPDT: ISR using the SMBUS implementation from TI
Hi Peter, I have not heard back from you. I assume your problem is resolved. I hope my suggestion using semaphore makes a difference to your result. I will close this thread for now. If the issue is...
View ArticleForum Post: RE: TM4C1294NCPDT: Timer Configuration
Hi Jackson, I have not heard back from you. I assume you figure out how to resolve the issue. I will close this thread for now. If the issue is not resolved, you can update this post to reopen the thread.
View ArticleForum Post: MSP432E401Y: Independent fault interrupts for PWM generators
Part Number: MSP432E401Y I would like to configure PWM generator 0 and PWM generator 2 to use Fault0 and Fault2 independently. That is a fault input on FAULT0 causes PWM generator 0 to stop and cause...
View Article