Forum Post: Interrupt driven RX/TX issues
Hello,I am working on a school project with the MSP430f2274 and I am trying to turn on the LED at the Access point that is controlled by the end device. I am trying to have it controlled from a ADC...
View ArticleForum Post: RE: TM4C123G Development board unable to initialize and program
My guesses were actually incorrect. I fixed it by removing the battery and turning it off and then plugging it in again. Bam! Worked with CCS!
View ArticleForum Post: RE: Request: How to set criteria filter in HWAG.
Thank you for answer.My problem is solved for your answer.thank you.
View ArticleForum Post: clock generator
hican you suggest me a programmable clock generator with 100khz to 100mhz
View ArticleForum Post: RE: Error occured while building Thingsquare mist project using...
Hi Leo,Thanks for ur post and I am very glad that you have updated your blog with much needed information.So far so good with compiling using cygwin and flashing with TI flash programmer and I am able...
View ArticleForum Post: RE: timerA problem msp430f249
LPM2 to LPM4 modes would shutdown SMCLK.Not being able to use those modes is not god for a battery operated device as you are stuck with LPM0 and...
View ArticleForum Post: RE: PWM Duty Cycle Problem
Hi Kyle,Can you please brief me, how're you trying to achieve this?[quote]except for the last piece of loading an ADC value into the comparator registers to change the PWM duty cycle.[/quote]Is it...
View ArticleForum Post: RE: f28335edsp how to generate codes by linking matlab/simulink...
Hi,I hope you're following a similar procedure mentioned here:https://engineering.purdue.edu/~ece495/Power_Electronics_Lab/exp2.pdfAlso, matlab related support on this forum would be limited. It would...
View ArticleForum Post: RE: PWM TMS320F28335 - not able to update Compare registers(CMPA)
Its easier to spot our 'own' mistakes, Sonal, as I would've never guessed the above! Because it is understood that while using interrupts; enabling them (IER |= M_INT3;) is the first step. Great, that...
View ArticleForum Post: RE: Problem with the LCD display in MSP430F5438A
Good morning, Thank you for the suggestions. Before removing the while(1) command, LCD is blinking continuously without displaying anything. Now as while(1) command is removed, LCD is not...
View ArticleForum Post: RE: XDS200 and Concerto
Hi Joel,[quote]But now I have two XDS200 emulators that I'd like to use, but they don't work in UniFlash or Code Composer, and there is no check box for "Extended IcePick..." in the target...
View ArticleForum Post: RE: how to load F28335 example project into Flash
Hi Leon,The spra958L "Running an Application from Internal Flash Memory on theTMS320F28xxx DSP" is the best doc for your query. Just for a simplicity here's an alternate method:1. In controlSuite, find...
View ArticleForum Post: RE: PiccoloF28027 SCI Echoback Example with 115200Baud
Hi Hugo,Please open a new thread to get quick responses. This thread is inactive and old.Regards,Gautam
View ArticleForum Post: RE: F28027
Hi Shiv,[quote]what could be the reason?[/quote]While in debug mode, did you press the play button?Regards,Gautam
View ArticleForum Post: RE: Hibernation problem TM4C129XNCZAD
Hi Aurelius,The issue was that after the Pin Wakeup the HIBRIS get's set which has to be cleared by the application. There is a data sheet Note in the HIBRIS description for bit-3So I made the change...
View ArticleForum Post: RE: current measurement
thank you for your reply.But, is it possible for you to explain this bit detailed, or do you have any references that has got some details?
View ArticleForum Post: Switch the direction of BLDC motors
Hello,How do I change the direction my BLDC motor is spinning (go from 0.3krpm to -0.5krpm)? Can I do this in real-time from the debug window? I just tried giving a negative value into...
View ArticleForum Post: jump to application code in bootloader code
Hi,I am writing a bootloader code for Tiva C series launchpad board which will execute first and will jump to the application code address. Can someone tell me how to do that. Any help and refernce...
View ArticleForum Post: MSP430F5529 LCD module
Hi,I verified my proof of concept on MSP430EXPF5529 board with LCD module on it. The board has DOGS LCD 102 x 64 resolution with size 4 x 4 cms as shown in picture...
View ArticleForum Post: RE: Intermittent rsvd_ISR F28027
Kyle,Have you been able to identify which PIE vector is triggering the reserved ISR? You can read the PIEACK register to figure out which group(s) the interrupt came from, then try replacing the...
View Article