Forum Post: RE: Timer Interrupt issue when in while (1);
You should not have a while(1) in your interrupt handler. That causes the code to stay in the interrupt handler forever, so no other interrupts are ever processed.What you should do in your timer...
View ArticleForum Post: RE: ADC module testing
Hi Mahesh,This should work! Do you atleast get the adc values in the watch window?Regards,Gautam
View ArticleForum Post: RE: Why do we need a programmable LDO?
[quote user="cb1-"]Now - on several M3 class MCUs (this vendor) cautions regarding LDO adjustment displayed. IIRC - most (maybe all) directed that LDO be increased - to achieve proper MCU behavior....
View ArticleForum Post: RE: Sharing TXD/RXD pins of FT232 chip for Debugging and...
Dear forum,I have detected a problem in the shared USB-UART converter for msp430f5438a. During the debugging via UART-pins(54,53), the PC-software can block the msp430f5438a if PC-software changes the...
View ArticleForum Post: RE: Writting Reading from shared memory concerto
Hello Vivek:The issue was resolved. Thank You
View ArticleForum Post: Problem in system control clock and current consuption in LM4F120H
I bought a stellaris launchpad evaluvation board(LM4F120H) and firstly i was checking the current consuption in different frequencies.I varried the frequencies using the function "sysctlclkset().When i...
View ArticleForum Post: RE: HELP!!! MSP430: File Loader: Data verification failed...
Also nothing I can reproduce, however, the errata have this for all 2274 up to rev D: "Flash addresses between 0xC000 and 0xffff might not be read correctly. Supply voltages and addressing mode affect...
View ArticleForum Post: RE: Using SVGEN.h and F28M35xPWM.H in a three phase PFC...
Ideally SVM should give 50/sqrt(2) = 35, and practically it should be 30V at least considering drops and dead time. Are you using a LC filter at the output of inverter?out_ipark.Qs = _IQ(0.0); //FIXED...
View ArticleForum Post: RE: Problem with my LM3S6965 Evaluvation board
Hi Brolin, What was the last activity you did when this happened? Try using the LM Flash Programmer Debug Port Unlock Utility. Select Fury Class. See, post below for reference. You can find this...
View ArticleForum Post: RE: PWM clock
(Please visit the site to view this file) Hello Brett,I couldn't find any error in the PLL register bits. I attach the Excel sheet for review in case I have missed something.Yes, the HSPCLKDIV and the...
View ArticleForum Post: Flash021 API
Hi,Hi , I want to write to data on EEPROM so, using F021 flash API. I downloaded necessary file and add to this file on my project.(F021.h vs. and .lib file) but I have a trouble when compiling.. ****...
View ArticleForum Post: RE: sensor node project using msp430 launchpad
'thank you sir for the information' ..currently we have thought of a single node for sensors and server made up of msp430 which will send data to the pc..how many nodes can rf boosterpack of msp430...
View ArticleForum Post: RE: C2000 micro controller memory
Hi Igor,My codes have been successfully compiled. Thanks for the help.Jingzhe
View ArticleForum Post: RE: How to configure the MibSPI Pins as GPIO
Hi Jean-Marc Mifsud,Thank you very mutch!All is working.Regards, Roman
View ArticleForum Post: RE: Mechanism of an interrupt
Hello Cedric!How about DELAY_US (ti\controlSUITE\device_support\f2833x\v133\DSP2833x_common\include\DSP2833x_Examples.h)?Regards,Igor
View ArticleForum Post: RE: Porting MSP430P325 to MSP430F417
[quote user="Pierre Augustin"], I tried to fin examples with interrupts but many exemples in slac017i are the same and no one on P1.[/quote]Indeed, most examples are using interrupts for demonstrating...
View ArticleForum Post: RE: MSP430F5529 DMA debug
Hello Jens,You didn't answer my latest post, I hope you didn't gave up on me :). I managed to reproduce the same problem on a very simple code (on taster interrupt toggle pin - LED on/off):void main...
View ArticleForum Post: RE: Problems look like lottery, today : breakpoints!
[quote user="Pierre Augustin"]thank you for your suggestion but I'm using a desktop computer[/quote]Desktop computers too have a switching power supply. Also, in opposition to most external laptop...
View Article