Forum Post: RE: MSP430G2553 Stuck in Interrupts?
[quote user="oscar yu"]The issue I'm having right now is that once I press P2.3, it never goes back to main().[/quote]From looking at the code the Port_2 ISR doesn't clear BIT2 in P2IFG when the ISR...
View ArticleForum Post: RE: TMS570LC43x Help example_sci_dma.c fails
Hi, HALCoGen has DMA support, but it does not provide a GUI configuratioon like other drivers. It generates the DMA driver code along with other drivers. After reading your query, I think the issue is...
View ArticleForum Post: RE: Multi master Output , single Input
Where is this reposted so that i can follow it?
View ArticleForum Post: RE: RM57 SCI(uart) FIFO
Sorry...I found it It wasnt in the SCI section It was in the SCI/LIN section
View ArticleForum Post: RE: tms320f28377d overcurrent problem
I am using the cpu1 only. Nice idea i will try it with dual core application. The temperature of the mcu is quite much compared with before. There is one more interesting point. When we try the same...
View ArticleForum Post: RE: RTC not update after power cut off
Thanks Jace Hall (1875628), I checked every points for H/W and S/W, just come to know about my S/W flow which affected it. Actually I am configuring RTC via ZigBee(wireless) commands (own command list)...
View ArticleForum Post: RE: Unable to connect to the target (MSP432P410R)
hy, where do I get the script for the factory reset, because I don't have the script in the CCS?
View ArticleForum Post: ECAN TI28035 with transceiver SN65HVD251
Currently I am controller card with design of the TI28035 (20Mhz Crystal) with transceiver SN65HVD233 without any isolator. And the ECAN is working absolutely fine. Now we have updated the design that...
View ArticleForum Post: RE: implement an sd card for msp432
hi cameron, I have all this files and folders. I will try it later, maybe I used the wrong files.
View ArticleForum Post: RE: implement an sd card for msp432
and where could I find the drivers and the sysbios folders from TI?
View ArticleForum Post: Ti energy library msp430 phase to phase voltage calculation
Hi, I am working with msp340f6779 based 3 phase energy meter with TI energy library provided. I am able to measure phase to neutral voltage, now I want to measure phase to phase voltage, but is not...
View ArticleForum Post: msp430 adc
Hi, i am using msp430i2041 adc to measure resistance ranging from 1mohm to 1Kohm.. the problem that i am facing is that when i connect a power supply at the adc pins it shows correct measured voltage.....
View ArticleForum Post: how to burn program code in dsp using matlab
Sir, I am burning ANN code in dsp using matlab. Please explain how to burn program code in dsp using matlab
View ArticleForum Post: RE: USER_ADC_FULL_SCALE_VOLTAGE_V and TMDSHVMTRINSPIN braking
A quick measure showed about 460V, though I've not scoped it to see the peak value. Perhaps I need to limit deceleration.
View ArticleForum Post: RE: How to increase clock frequency up to 120 MHz in TM4C1294...
That raises several questions First, how narrow are the peaks? I have a sneaking suspicion you have multimegahertz frequency content. Second, is the level you measure an ac or a dc level? Third, why...
View ArticleForum Post: RE: MSP430F5438A Oscillator(32.768KHz ) problem
Hi Zahoor, An active oscillator fault flag indicates an error with the crystal, whether it involves an improper drive strength, load capacitance or otherwise. Have you tried testing with any other load...
View ArticleForum Post: RE: CCS GNU C Compiler and Linker Setup
[quote user="Chester Gillon"] For simplicity the program uses printf() report the results to the CCS CIO console, so the same source file could be run on non-Tiva devices.[/quote]Attached is a...
View ArticleForum Post: RE: USB examples in controlSuite do not work in Flash mode?
The Mouse is not getting properly initialized. Set a breakpoint at USBDevConnect in usb.c and see it reach the breakpoint from RAM. But the breakpoint is never reached from Flash. I will have to debug...
View ArticleForum Post: RE: MSP430G2553 Stuck in Interrupts?
That was it! I overlooked it, thank you!
View ArticleForum Post: RE: How to increase clock frequency up to 120 MHz in TM4C1294...
Hello cb1 I suspect, that it is some energy envelope detection being planned and the details alludes us all. Regards Amit
View Article