Forum Post: RE: HVMTRPFCKIT PFC code in .c file
Siva,The PFC code is good only for R1p1 hardware(V2.0/v2.1). You cannot use the same code for hardware revision R5. We did not release any PFC code for hardware R5.Shamim
View ArticleForum Post: RE: Boot load two Stellaris chips
My play on words (stellar) was to alert you to the fact that these parts have very serious availability issues - have been declared "NRND" by this vendor. (search here - should reveal definition &...
View ArticleForum Post: MSP430: Error initializing emulator: No USB FET was found
Greetings.I received the MSP-EXPCC430RFx experimental board. System: Ubuntu 12.04 running in a OS X (Mountain Lion) through Parallels. I installed CCSv5.5 and the User Experience demo. The demo builds...
View ArticleForum Post: RE: SPI interface betwwen CC2530 and MSP430F2012
Jens-Michael:My recent experiments have shown that I receive the first byte of data from the slave (MSP430) to the master (CC25300) but none thereafter. I also get the first interrupt in the handler...
View ArticleForum Post: RE: IIR and FIR Filter Design for Concerto
Mike, You could either replace the coefficients(and the other macros) in iir.h or you can just dump the octave results to a header file and include that in your project. If you do the latter dont...
View ArticleForum Post: RE: ADC interrupt never occurs
Quickly - several things jump out:a) IntADC1Handler, // ADC Sequence 0 Suspect your MCU has 2 ADC modules (ADC0 & ADC1) - everywhere else you use ADC0 - ADC1 usage as you show here seems...
View ArticleForum Post: RE: CCS PROYECT FLOW
Hi Igorthe links you sent me seem to be the very answer to my concernsthank you very muchregardsAlejandro
View ArticleForum Post: RE: How generate multiple non-overlapping PWM signal with MSP430...
If I were doing this task I might use Timer B. I would set up each individual pulse using ISRs. Because the output pulses cannot overlap, you have a natural limit to the performance requirements of...
View ArticleForum Post: Use of NUP4201MR6T1G on ADC_A0 tru ADC_A3 and ADC_B0 thru ADC_B3...
I am designing a Motor Control System using DRV8301 and TMS320F28069M. I am using "F28069U_CONTROLLERCARD_V1.1.DSN " from TI as a reference. I have noticed that NUP4201MR6T1G (Transient Voltge...
View ArticleForum Post: Help with eZ430-F2013 emulator
I just received my eZ430-F2013 USB emulator. I installed CCV 4.1.2. I tried the "First MSP430 Project" example on the Welcome Screen. My eZ430-F2013 emulator does not show up in the configuration...
View ArticleForum Post: RE: Code or the compiler issues?
Thank you for your reply, but it will work well with keil.I will check the code for DMA, Thank you
View ArticleForum Post: RE: how to find the dabort occur reason in TMS570LS3137?
I put the lwIPRxIntHandler() back to the EMACCore0RxIsr() function as an interrupt service function.I noticed that when the lwip receive the data in the callback function(locatorReceive()), the...
View ArticleForum Post: STM470R1B1M flash API F05A v0.36 usage
Hi,My micro is STM470R1B1M. I downloaded flash API F05A v0.36 from SM470R1B1M website. I use IAR ARM compiler.I included flash API files: f05.h, fapiver.h, flash470.h, Flash470ErrorDefines.h into my...
View ArticleForum Post: RE: 32KHz oscillator unstable when USB connected
You mean - when you look at the waveform on your scope? This is not how you measure clock jitter unless it is gigantic and needs no measurements :) I meant somethingl ike this.- I don't have a scope...
View ArticleForum Post: RE: MSP430FR57xx cycle counting question when running from RAM
;--------------------------------------------------------; This is tested on a FR5739 chip;; This takes 7 cycles to flip and 7 cycles to flopL1: xor #BIT3, &PJOUT jmp L1;...
View ArticleForum Post: porting the code written for MSP430G2553 to MSP430FR5739
Ive written a code for the MSP430G2553 which uses I/O and UART using its LPM modes. I want to move this now to a MSP430FR5739. I would like to know if porting is possible with ease or will I have to...
View ArticleForum Post: RE: I2C and UART
Hi,I have got output from sensor used as slave using I2C(UCB0) of MSP430FR5739. But now i want to display the output obtain from sensor using UART(UCA0).When i included UART code, the sensor seems...
View ArticleForum Post: RE: Linking rts2800_fpu32_fast_supplement.lib & IQmath_fpu32.lib...
No problem. Do revert.Regards,Gautam
View ArticleForum Post: RE: Generation Sine wave for 3 phase
Hello Gorbachev,Error comming like this "could not open source file ".
View Article