Forum Post: RE: emulation run correct, error without emulator (C2000 with CCS5)
Hello Gautam:I programmed into the falsh in emulation mode. The link file is listed below.MEMORY{PAGE 0: /* Program Memory */ /* Memory (RAM/FLASH/OTP) blocks can be moved to PAGE1 for...
View ArticleForum Post: USCI UART in msp430f5438
hi,i'm trying to use UART to print on the linux terminal and i'm using this code segment.#include "msp430f5438.h"void main(){ P5SEL = 0xC0; UCA1CTL1 = UCSSEL_2 + UCSWRST; UCA1BR0 = 0x09;...
View ArticleForum Post: RE: msp430fg4618/2013 board clock problem
sorry , you are right i didn't read correctly x2 is soldered in right place .but my problem is that aclk is not generated on board because basic timer functionality not working on board. and even i got...
View ArticleForum Post: RE: can I use EST_Obj without CTRL_Obj (28027F)?
Hi Chris, Thanks for your reply. It seems very hard to change the program architecture of instaSPIN. Our product is the inverter of traction motor. I use Fast estimator as a backup of speed...
View ArticleForum Post: Development kit for single phase electrical measurement
I send this post because I would like further information about the development kit for single phase electric measurement. I can see in the TI web site that the available development kit for this...
View ArticleForum Post: RE: F28M35 CAN API bug
Ahhh...You're right. The nested switch statement was throwing me off. I'll file a bug and get this fixed.Thanks for reporting this!
View ArticleForum Post: RE: C2000 ePWM phase control
Hi Brett,I was already looking at these, and now have found the issue. The synmode on the TBCTL for myPwm1 needed to be set to PWM_SyncMode_CounterEqualZero.I have renamed the 2 functions and...
View ArticleForum Post: RE: Unable to write to bank 7
Siddharth,I am using the Hercules HDK. It says RM48L952ZWTT on it. Fapi_initializeFlashBanks() is returning 0. Thanks, Westin
View ArticleForum Post: RE: Multiplying 16-bit number and 32-bit number using 16 x 16...
Break the 32-bit number into 16-bit parts. Do the 2 multiplications with the 16-bit number, and then add the results (with 16-bit left shift of the upper product).Wrap this into it's own function,...
View ArticleForum Post: RE: Determine acquired signal slope
The slope of a voltage signal is given in Volts/second.You need some way to keep track of time since start of acquisition, so keep a counter value that increments every 10 seconds.Then your slope is...
View ArticleForum Post: RE: Failed to establish communication with IDM-L35-B.
Unfortunately, I've been trying to do this since my last post. "LM Flash Programmer" just won't find my device...hasn't since day one of using the JTAG board that I was able to acquire. When I try to...
View ArticleForum Post: RE: Built in reference voltage (VREF+) output
[quote user="Olafur Sverrisson"]What is a 'TLV structure' and where can I find it?[/quote]Read the User's Guide: SLAU208M.pdf 1.13.12 on Page 75Also, read page 91 of the datasheet.[quote user="Olafur...
View ArticleForum Post: RE: MSP430_USB_Descriptor Tool can't find JRE?
Not silly at all..... When I restored my hard drive I failed to restore Java. Silly me..:)
View ArticleForum Post: RE: DMA configuration for endianess swap for CRC
Hi Stefan,if you use tms570 device, then, if i remember correctly, the BE32 swap already done for you at DMA interface by hardware without user doing any extra configuration. Your crc result should be...
View ArticleForum Post: RE: Keep MSP430 firmware confidential during Far East manufacturing
Yes, that definitely seems sensible. Thanks again!
View ArticleForum Post: RE: IAR upgrade yields code that no longer works
That was mistakenly posted on the TIVA forum. The response was welcome but not particularly useful. I've also added some of the steps I took since then trying to resolve this but to no avail. I...
View ArticleForum Post: RE: DRV8312
Omar,To add some further clarity for posterity.There are two paths for motor control development within the Piccolo line of MCUs. 1. controlSUITE: supports legacy Macro style Motor Library and...
View ArticleForum Post: RE: boot loader flash
Hello Huichin Xing,My first suggestion for the best example of how to do a boot loader on this device would be to look at our example boot loader. In this case, a block is transferred over the...
View Article