Forum Post: RE: Adding one more ADC channel to read inaddition to current...
[quote user="stefan 12"] I need a method to simultaneoulsy (or any other similar method) to read sensor1 and sensor2[/quote]You can't simultaneously measure two sources using single ADC, you can...
View ArticleForum Post: RE: MSP430G2452, reset
Hi Jens-Michael,thank you for your replying. I don't understand what is AFAIK. because in my design, most of the IO signals are shared by two MCUs, I want to know if I hold 2452 reset pin to...
View ArticleForum Post: RE: tms570, SCI2 TX dma support
Levent,In order to use DMA with SCI, you need to (1) set up SCI module so that DMA request is generated when the TX and/or RX flag is set, and (2) set up DMA so that transfer is triggered by SCI. I am...
View ArticleForum Post: RE: TivaWare_C_Series-1.1
Karl,Here is a link to TivaWare 1.1 to help you with class:http://software-dl.ti.com/dsps/forms/self_cert_export.html?prod_no=SW-TM4C-1.1.exe&ref_url=http://software-dl.ti.com/tiva-c
View ArticleForum Post: RE: Problem configuring UART3 on LM4F232H5QD revision A3
[quote user="Anurag Chugh"]char cIliad[] = "La la la hey hey";[/quote]While traditionally attributed to Homer - if that lyric meets, "dactylic hexameter," spec - my tin ear may have progressed to stone...
View ArticleForum Post: RE: DELAY_US convert to nanosecond
Great. And thats what I've been doing more or less. I'm using code that looks like this:while(count1++<Cycles1) { GpioDataRegs.GPATOGGLE.all |= 0x0003; EPwm2Regs.TBCTR = 0; while(EPwm2Regs.TBCTR...
View ArticleForum Post: RE: ftdi driver receiver stops
Hi RichardThe option would be in Device Manager -> Universal Serial Bus controllers -> USB Root Hub -> Power ManagementSo far I have not seem a problem with FTDI drivers on WinXP, but on Win7...
View ArticleForum Post: RE: Where is source code for AES-256 as discussed in SLAA547?
I had not seen that note, and am glad to know of it.I was embarrassed to notice that I had written AES-256 instead of SHA-256 in the title of my original post, though I got it right in the main text.I...
View ArticleForum Post: RE: Parsing serial input
Another good probe character is U (uppercase U). Robert
View ArticleForum Post: RE: TMDSHVMTRPFCKIT with Concerto F28M36P63C2 control card
Hello,From a hardware perspective: yesYou should be able to use the Concerto F28M36x controlCARD with the TMDSHVMTRPFCKIT. However, you will need to use the 180-to-100pin controlCARD adapter card...
View ArticleForum Post: RE: TMS470M HET specific PWM output
Jotux,I think you're right about the limit on the LR prescaler being /8 (or 3) because to get a 5MHz signal with an 80MHz clock you need to toggle the pin twice every 16 cycles, and since you can only...
View ArticleForum Post: RE: CC110L AIR Module BoosterPack with the MSP-EXP430F5529LP
Michael,Here are some links that may be of interest from the 43oh forum ( forum.43oh.com ). You may also want to search on "anaren" in the forum as there are about 10 pages of search results returned....
View ArticleForum Post: RE: UART RX Overrun Error (MSP430G2553)
I put an else for that if statement in the first block of code and set a breakpoint. The breakpoint never occurs...
View ArticleForum Post: RE: TM4C1294NCPDT Documentation Error - no pin given for VDDC...
Derek,Thanks for finding this. Table 6 of the TM4C129X System Design Guideline document says the bulk capacitors should be placed close to pin 115.I will see if we can get this specified in the datasheet.
View ArticleForum Post: RE: Announcing Servo Position Control with InstaSPIN-MOTION
Tales,Hall sensors when used to generate an electrical angle provide a large amount of uncertainty. These sensors typically don't provide enough information to do accurate position control. If you...
View ArticleForum Post: RE: MSP430 and clock cycle count in CCSv5.1 full licensed verion
Hello Katie, OK. So we are waiting for good news! Well, actually, my students also waiting for good news :).RegardsMirek
View ArticleForum Post: RE: Program starts permanently from the beginning
[quote user="Christoph Zieglschmid"]Another point. The stack is a first in last out!? Does it mean that the stack should be filled from 0x3FF downwards? In my test the stack is filled from the highest...
View ArticleForum Post: What to do with unused XOSC pins?
As I understand it, the XOSC0 and XOSC1 pins are only used for the Hibernation model. I am not using that so I am wondering what to do with the pins. I am guessing that I should ground XOSC0 and leave...
View ArticleForum Post: RE: IAR embedded workbench "Flash loader" + TMS470MF06607HDK
Thanks, I'll blow the dust off an old laptop and try that.I've had other problems which I've suspected was the Windows driver on my Win7/64b, Nothing definite though.
View ArticleForum Post: RE: TM4C129ENCPDT ethernet problems
At first, if you wish better help please follow these rules:http://e2e.ti.com/support/microcontrollers/tiva_arm/f/908/t/259930.aspx[quote user="Jan Brandberg"]I don't know if you have any experience...
View Article