Forum Post: RE: ControlSUITE zip file dead link
Try again. I just followed the link and got to the product page. I also followed both the .zip file and .exe web installer and received the download.
View ArticleForum Post: RE: MSP430F2012: Confusion with Interrupt Handler
I do not know what you mean by that. Can you please explain? What is pin "change?"Thanks,Matt
View ArticleForum Post: RE: Too much C code for my MSP430?
Thanks for all the info!It is just a matter of decreasing my C code and whatnot. I am slowly but surely making progress keeping everything under 2K in flash.Thanks,Matt
View ArticleForum Post: RE: MSP430F2012 and Multiplication
I didn't know where that ULP Advisor was. Very helpful, thanks for pointing that out to me, as well as for explaining the variables in registers thing.Matt
View ArticleForum Post: RE: I2S interface in Stellaris CortexM4F
Hello JohnTry using this dual SPI solution to implement I2S.http://www.ti.com/lit/an/spma042b/spma042b.pdfThank you
View ArticleForum Post: RE: M4 with I2s
Hello KeeganI see this app note, but can I get a data rate on it as well?http://www.ti.com/lit/an/spma042b/spma042b.pdfThank you
View ArticleForum Post: RE: New to CCS & F28M35H52C1
I am guessing you did not set INSTALLROOT_F28M35X_V150 variable. As a result some c files are not compiled.If you still fail to resolve linked resources, you can try to add those files manually. Those...
View ArticleForum Post: RE: Taking Measurements During MSP430F2012 LPM?
Hmm, wouldn't the problem with that be that if I go into LPM to make a conversion, right after it completes I would simply go back into LPM because it is all situated in a while loop that continuously...
View ArticleForum Post: RE: SM320F2801 Resetting itself
Check the PD pin on the JTAG header with the emulator not connected to the board. It should be 3.3V. This is the presence detect pin that tells the debugger that the board is powered and...
View ArticleForum Post: RE: Unable to find the maximum amplitude in the analog ouput...
Hello Jens,I am right now using the PIn3 for DAC0 and even tried for Pin4 on the target board by enabling DAC1.I am connecting the other pin to Avss. Could you please confirm me whether I am using the...
View ArticleForum Post: RE: Writing to Concerto flash memory caused apparent lockup
Hi Pat,Using memory watch window, can you tell us the values @ following address locations on Master (Cortex-M3) sub-system.0x6810000x200000 to 0x20000C0x2FFFF0 to 0x2FFFFCAnd values @ following...
View ArticleForum Post: RE: PWM clock
Jaspreet,I just ran your project on my computer and I didn't have any problems. I changed the PWM config line at the bottom of the main file from 200 to 400 and saw a 200kHz PWM waveform on my...
View ArticleForum Post: RE: Can't turn on uart interrupt enable bit. What am I overlooking?
Not sure what you mean by "multiple source code".My recommendation is:1. Create project with Grace. Build, program, go to debug. Check register values.2. Debug your project and compare register...
View ArticleForum Post: RE: MSP430F5x and TI_RTOS
Roger,Have you considered alternate RTOS'? We are using FreeRTOS with the MSP430F5438A with great success.Cheers,Darren
View ArticleForum Post: RE: Chassis For TMDSHVMPPTKIT and TMDSHV1PHINVKIT
Hello Brett,Well, since they are depicted that way - one is led to believe the EVM's include the chassis in the pictures.Yes - my concern at the moment is that I do not know the P/N's for those...
View ArticleForum Post: RE: Using NHET pins as simple inputs
Hi MichaelYou have to read DIN register.
View ArticleForum Post: RE: Auto-increment with R3 as destination
MOV #0,R3; MOV R3,R3; NOP;all generate exactly the same machine code that takes 1 MCLK to do nothing.Try MOV.B 0x3FFE(R8),R3; This one takes a lot longer to do nothing ;)--OCY
View ArticleForum Post: RE: Help setting up Instaspin bldc with c2000 and 28035
I'm using what ever is listed in the kit that came with that kit I linked. If it is not Insta-Spin enabled, what software do I use that is similar? TI marketed this board as easy to use and start up so...
View ArticleForum Post: RE: C2000 Connection to target problem
Hi,I don't have much experience with Matlab interface but I don't think the memory change done by you would be a permanent. Try loading a sample program if you've one!Regards,Gautam
View ArticleForum Post: RE: DMA section data share with CLA
Hi,Did you go through the forum, there are number of topics related to your query!Regards,Gautam
View Article