Forum Post: RE: FOC Build Level 5 - Motor will not spin
Hi,I'm having exactly the same problem. Could you find any solution?Thanks in advance,Matías
View ArticleForum Post: RE: TM4C123GXL ICDI Window driver problem
The problem is related to the project setup. When I followed the direction (e.g. given in lab2 and lab2) and made sure the TIVAWARE_INSTALL points to the latest version, then the problem went away....
View ArticleForum Post: RE: LCD spare parts Chronos chip series CC430F6137 replacement...
I have a similar question for other spare parts.
View ArticleForum Post: RE: analog signal out from f28335
Hi Mahesh (Hi Igor),You can also make use of this doc to try implementing the same with F28335:(Please visit the site to view this file)Regards,Gautam
View ArticleForum Post: RE: F28335 Experimenters kit serial communication problem
Hi Usman,UART is respectively a slow speed communication protocol. Here are the recommended speeds one should opt for; for reliable and uninterrupted communication:Regards,Gautam
View ArticleForum Post: RE: Flash command file for 28069
That's great Vaidi. I just wanted to confirm that so that you can close this thread by verifying the respective post.Good luck & Regards,Gautam
View ArticleForum Post: RE: F28M36X Debug error
Anand, can you perform a jtag integrity test by Clicking on Test Connection in Target Configuration? Let me know if it passes or fails. Also go through this link for...
View ArticleForum Post: RE: Connnection problem between XDS100v2 ARM and TM4C123GH6PGE
@Sai,We need to debug the HW as Emulator does seem to be fine. I would ask you to send me the following data1. Connect Pull Up on the TDO Line, power the board (do not connect the debugger) and see the...
View ArticleForum Post: RE: Configuring ePWM block for 3phase inverter for TI28335 DSP in...
That's great.Good luck and Regards,Gautam
View ArticleForum Post: Peripheral driver library for value line chain
Hey,I am working on MSP430G2955, Is the support for MSP430Ware extended to value line series?Also is their a pinmap available for this to program in Energia?Thanks
View ArticleForum Post: RE: tm4c123gh6pm.h missing
Hi Karl,[quote user="Karl Wang"]tm4c123gh6pm.h is missing from the inc directory[/quote] I have that at my Tivaware inc folder for Tiva Evaluation Kit. Download from the link below....
View ArticleForum Post: RE: problem to first step with my EK-TM4C123GXL
Hi Omar, I think you have not installed ICDI drivers. Download from the link below and install. http://www.ti.com/tool/stellaris_icdi_drivers-kel
View ArticleForum Post: RE: program code to msp430f249 via BSL
Your "sendString(...) probably uses an UART (or something) to send the characters of the string out one by one. After it finishes sending all of them, actually the last two characters "rk" are still...
View ArticleForum Post: RE: How To Evaluate and Develop with InstaSPIN-FOC and...
Hi Chris,My self clarified on the question 3 (b), 3 (c) and 3 (d) Can you please help me to answer rest of the questions posted on Dec 21st.Thanks in advance for your help.RK
View ArticleForum Post: RE: Led toggling using pushbutton.
GautamThanks, will try.Regards ,Pushkar.
View ArticleForum Post: RE: Need help to write a USB HID interface software on PC side!
If your USB-UART bridge question is related to Win PC side, there are Win API GetCommState / SetCommState with tons of examples on net.If your USB-UART bridge question is related to MSP430 side, you...
View ArticleForum Post: RE: C program timers msp430fg4168
Thank you for the reply. One other thing would the code work? I was busy with my exams and now in some days I would be getting the kit to try it out. Thank You once again.
View ArticleForum Post: RE: integer to hex conversion
thank u old_cow_yellow.....i am satisfied with your last reply
View ArticleForum Post: Stellaris DK-LM3S9D96 not programable
Hi,I'm unable to program the LM3S9D96 development board. I've tried serveral options but none work.MProg readings:From code composer studio (version: 5.5.0) I get the following errors:CORTEX_M3_0:...
View ArticleForum Post: RE: MSP430G2553 Timer Confusion
You can count motor rotations using pin interrupt, no need for timer. Thou if you badly want use timer then use 2nd timer - g2553 have two timers :)
View Article