Forum Post: RE: Lenovo Windows 7 64 does not recognize Stellaris EK-LM4F120
@Vitaliy.Thanks for the clarification. A lot of people read the posts here in the forum. So, it will be helpful to have a summary of what fix has been done to the problem.@TI.This is the second post...
View ArticleForum Post: RE: EK-LM4F120XL
Hi Vishal, I am out of ideas. As I have mentioned, it would be helpful if you have another launchpad to check if this "crash" also happens. Also, Try at a different PC and see, if this "crash"...
View ArticleForum Post: Help
I am trying to understand some labs but I dont understand what this Din=GpiodataRegs.GPBDAT>all..8 mean in the source fileThanksHamdi Albunashee
View ArticleForum Post: RE: Number of clock cycles in this program and the frequency of...
Yes, RETI takes 5 cycles to execute. But you did not use RETI in your code at all.MOV.W #10000,R15 takes 2 cycles to execute. Not 10000*5 cycles and has nothing to do with RETI.DEC.W R15 takes 1 cycle....
View ArticleForum Post: error in debug. Can't find files
Hi,My code was working alright yesterday, but today I basically changed nothing but it does not work anymore.Can't find a source file at "/tmp/TI_MKLIBGY645N/SRC/div16u.asm" Locate the file or edit the...
View ArticleForum Post: RE: TIVA USB BULK transfer
[quote user="Roberto Romano"]Hi, I abandoned Microchip stuff a lot of time ago, IMHO try Fairchild or NXP if compatible with, I read about a lot of issue with Mchip device to stay away.[/quote]USB3320...
View ArticleForum Post: RE: F28027F ADC CONVERSION OF LM35CAZ DATA WITH SIGNIFICANT...
Does this product has a warranty period??
View ArticleForum Post: RE: TMDSPLCKIT
Ok, Diego.But just in case check also that you have defined "FLASH" at "Predefined Symbols" (Properties->Build->C2000 Compiler->Advanced Options->Predefined Symbols).Regards,Igor
View ArticleForum Post: RE: TIMER0_A0_VECTOR on MSP430F5529 is triggered despite of...
Ok, so the TAIE bit of TA0CTL register does not supervise _all_ of the TA0 interrupts. It only controls the TAIFG while the CCIE of TA0CCTL controls CCIFG. Thanks!
View ArticleForum Post: RE: UART Issues
Thank you for your reply,I have made the changes that you requested. I've modified my code too to always print the character 'c' when the buffer is empty.while(1){ while (!(IFG2 & UCA0TXIFG)) {...
View ArticleForum Post: RE: Can I change XCAP setting while running MCU ?
[quote user="Masayoshi SAKAMOTO"]I'm afraid to changing the load capacitance while running might cause unstable oscillation. [/quote]Don't be afraid. If you finish your RTC calibration project - come...
View ArticleForum Post: RE: USB oddity with LM3S5749
[quote user="David Pfaltzgraff"]Under the failed condition, when I click the HT connect icon, I get a pop-up window that says "Cannot connect to COM9" which is where my device normally shows...
View ArticleForum Post: RE: Which msp430 for my project : Best ADC/Vref perf
Good for you. It seems that you already made your mind anyway and we are wasting time here :) Good luck!
View ArticleForum Post: RE: tm4c
@Nabila. No problem at all. You, can also check tutorials in the internet for Tiva Launchpad.-kel
View ArticleForum Post: RE: CAN RX Interrupt Woes
Even though I thought I wasn't using the filter, it's necessary to use the MSG_OBJ_USE_ID_FILTER flag to generate the message object interrupt. // This enables interrupts for received messages if (...
View ArticleForum Post: RE: USB vendor ID and Product ID for MSP430 Microcontrollers
The link http://focus.ti.com/... is not working anymore.Can someone please post an update. Thanks in advance.
View ArticleForum Post: RE: Tiva Launch pad gets heated
[quote user="sai surya teja"]400mA regulator is mentioned in[/quote] Ok, so if what I understood is you never measured current and that is max regulator current, otherwise USB at that rate tend to shut...
View ArticleForum Post: CANMessageGet incorrect length
For some reason, CANMessageGet( ) is receiving the correct ID; however, the length is incorrect (1B). Data[0] is correct, as well.Looking through CANMessageGet(), I see CAN_IF1MCTL and CAN_IF2MCTL are...
View ArticleForum Post: RE: corrupted font
Hi,Thanks everyone, who responded trying to help, that's much appreciated.It looks like there is a problem with grlib pixel map for font definition, which results with some fonts not being displayed...
View ArticleForum Post: Subject: [USB][Host][TM4C1237H6PZ] Problems with usb_stick_update.
Hardware: our own board with a TM4C1237H6PZ, 16Mhz crystal, 50MHz MOSC; we have an USB Type A connector used for connecting usb sticks; the USB0ID and USB0VBUS will not be used as the...
View Article