Forum Post: RE: Multi-channel PWM Generation With Phase Control
Hi, its just a guess but have you set your pwm EPWMxSYNCO for Example: EPwm1Regs.TBCTL.bit.SYNCOSEL = TB_CTR_ZERO; // Sync down-stream module because the Sync line is connected to the eCAP...
View ArticleForum Post: RE: BSL entry sequence.
As per datasheet, entry sequence is the same, except TEST/TCK is inverted.Also, there are is some undocumented BSL entry sequence, noted by...
View ArticleForum Post: RE: function returning struct by value, assign it to struct,...
Roger,Thank you for using our forum.I've contacted our Code Generation Team and they will check this problem.I may have to move this post to the Code Gen Forum.
View ArticleForum Post: RE: Are there student version for CCS and IAR for MSP430?
Thanks very much, Leo
View ArticleForum Post: RE: Very Fast UART in VirtualCOM
No one asks/seeks your sorrow - and I would/could not have guessed your non "mother tongue." (nor your mastery of english, "idiom.") You're doing very well...As I now understand - brand "A" MCU's USB...
View ArticleForum Post: RE: MSP430G2553 FSK: Delay between bits
[quote user="Sai Vemprala"]Sorry, I don't follow. I am putting it in LPM0 and counting five cycles and then clearing LPM0 bits and calling the next (second frequency PWM) function. And if it's counting...
View ArticleForum Post: RE: USB Interrupt conflict when erasing flash Info segment?
http://www.ti.com/litv/zip/slac394chttp://www.ti.com/litv/zip/slac300fJust remove all code used for update info segment, too be sure that problem is somewhere else.
View ArticleWiki Page: Replacement Tiva C Series Part Numbers for LM4F Part Numbers
LM4F Part NoTM4C Part NoLM4F Part NoTM4C Part...
View ArticleForum Post: RE: HV Motor Control and PFC Developer's Kit - Position Control
Yes I entered QEP pulse per rotation of single channel.My electrical theta and rg1.out waveform have same amplitude.Only period varies.Whenever I changed the reference speed still both waveform's...
View ArticleForum Post: RE: RM46 - CLEARINT - Problem
Andy,Is this sequence exactly what you are running?// disable 1ms IRQrtiREG1->CLEARINT = RTI_COMP0_IRQ_BIT; // 'RTI_COMP0_IRQ_BIT' is defines as '0x01')// Read flag (and reset, if...
View ArticleForum Post: RE: C2000 errata; specifically Concerto ADC 1st sample issue
Thanks for answering, I had just two more follow up questions. What if I am just making a single read? Is it garbage? Do I always have to read it twice?If I enable the nonoverlap bit, what does it do...
View ArticleForum Post: LM4F232
Customer is at the end of the board integration that base on Stalaris LM4F232 chip. would like to use a LM flash programmer s.w. for burning the firmware to my board. I'm considering the following...
View ArticleForum Post: MSP430 FR5739 SPI Slave Latency Issues
I am trying to mimic an EEPROM on the MSP430 FR5739 FRAM microcontroller by having the MSP430 act as the SPI slave device (in 4-wire mode). I have verified that the SPI and the FRAM are working as...
View ArticleForum Post: RE: printf()
Thanks Lori.Another question, I am trying to read a GPIO input value. I am using a pull down resistor circuit with a push button switch. But the input reads 1 no matter what the button position is. I...
View ArticleForum Post: RE: EXP430F5438 user experience software issue
This is me again. So the issue I was having has to do with not properly connecting the "JP2" jumper between "SYS" and "PWR" pins. Hope this helps anyone in the future that may run in a similar...
View ArticleForum Post: RE: IQmath Instalation issue
Thank you for the answer I allready saw those examples but I found some paths thats doesn´t exist likeOptions=-k -q -al -as -fr"C:\tidcs\c28\IQmath\v15\examples\C\projects\Debug" -i"..\..\..\include"...
View ArticleForum Post: RE: Questions around RTC in M4 Stellaris
Hi,You must configure the CCP pin of that timer and apply an external 32.768 KHz pulse to that input. Internally this is divide d by 2^15 to get 1 sec which is then the input to RTC timer.Petrei
View ArticleForum Post: RE: BUttonsPoll()
hi,I uninstall everything and install again CCS, I followed every step in the workbook and now is working.really, really , thanks!
View Article