Forum Post: RE: How to port map output to two output pins
Is there an example somewhere showin how to map output to two pins in P4 group?
View ArticleForum Post: RE: Does anyone develop Piccolo flash writer that can work as...
[quote user="Lori Heustess"][quote user="Okayama Gou"]Dear,Does anyone develop Piccolo flash writer that can work as stand alone?If so, could you please let me know whether you are success?I really...
View ArticleForum Post: RE: Stellaris RDK Lm3s8971 ADC motor current regulates the...
Thank you, Sir - green always trumps leaky mugs, ill-made T-Shirts - appreciated... (those should be nrnd)You - my friend - may be fanatical enough to benefit from,...
View ArticleForum Post: RE: tiva c series launchpad
@Alfonso,Great that you're caring enough - wish to help others - thank you...
View ArticleForum Post: RE: 'F2274 SPI question
while( UCB0RXIFG == 0 )This expression is never true (since UCB0RXIFG==4), so you aren't really waiting at all. Try: while( (IFG2 & UCB0RXIFG) == 0 )
View ArticleForum Post: RE: TMS320F28069M example project build issue
Christhanks for your reply. yes, there is not issue if without any change of import project. I have changed variant to tms320F28069, because of customer want to debug. but can't find tms320f28069m...
View ArticleForum Post: 3Phase 3Wire Voltage Measurement
i want to measurement 3phase/3wire voltageto use msp430afe mcu or anotheris it possible? input : R, S, Tmeasurement voltage : R-S, R-T, S-T
View ArticleForum Post: RE: Interrupt Clearing - Repeated execution of ISR
[quote user="mil meh"]try this:if(ulStatus & UART_INT_RX || ulStatus & UART_INT_RT) {while (MAP_UARTCharsAvail(UART0_BASE) { data[i] = (char)MAP_UARTCharGetNonBlocking(UART0_BASE); // Read a...
View ArticleForum Post: RE: Slave address problem
Hi Mike,Thank you for reply.Then how it is possible whether msp430 mcu is reading or writing?Regards.
View ArticleForum Post: RE: PAN1323 interfacing with Tiva C TM4C123GH6PGE
[quote user="sangamesh vandal"]what should i do with AUD_FSYNK, AUD_OUT, AUD_IN,AUD_OUT signals in PAN module,[/quote]SPI is an obvious option. The question is, do you want or need them?[quote...
View ArticleForum Post: RE: EKI-LM4F232 USB Controller
Might your post be even more compelling if you'd be good enough to describe your actions in over-coming your initial issue? I'd assist now - but USB not my area. (although a very similar post landed...
View ArticleForum Post: RE: Instaspin-FOC DRV8312 -69M-KIT Software
Dear ChrisClearman, I have checked as your mentioned. The following is my setting. My original setting(default) as below:it can't work. so I tried as the following two ways:1). copy can't find files...
View ArticleForum Post: RE: Can't unlock flash even with right code on Concerto - moved...
Sure Sure, I would recommend the same! (Just a suggestion, don't waste time in recovering the device and proceed ahead with a new one)Regards,Gautam
View ArticleForum Post: RE: RTI module act as the task scheduler
Thanks very much,I know how to do now.Regards,yong
View ArticleForum Post: RE: Need suggestion regarding Digital Signal Controller selection.
I guess TI mates have answered your query!Regards,Gautam
View ArticleForum Post: RE: Problem getting to main on debug startup
Martin, that's very unusual behavior by the IDE. I hope a TI mate resolves your issue soon!Regards,Gautam
View ArticleForum Post: RE: SCI jitter
Hi Paolo,If I'm not wrong, you might've have tried millions of implementations already to solve this issue! But all in vain...This is a very unusual jitter that you're experiencing and I agree with:...
View ArticleForum Post: RE: flash program Debug error
Hi,Did you perform the JTAG test? Please share those results.Regards,Gautam
View Article