Forum Post: RE: RTOS/MSP-EXP432E401Y: httpsget example not working
After switching to a connection provided by a different Internet provider, I was indeed able to run the example code. It beats me why only www.example.com would be unreachable but thank you for taking...
View ArticleForum Post: TMS320F28379D: Errors when trying to build the program from...
Part Number: TMS320F28379D I know this might seem like a more of a MATHWORK proplem then a TI issue but I'm asking you guys because i believe there to be a connection issue to where simulink can't see...
View ArticleForum Post: RE: CCS/MSP430FR2633: pragma vector timer routine issue
Michael, The CapTIvate peripheral has its own dedicated internal timer, so there should not be an issue using any of the timers available to you on the device, granted that nothing else in your...
View ArticleForum Post: RE: CCS/MSP430FR6989: MSP430FR6989
[quote user="Kwang Yi85"] The source code, HAL_LCD.c, includes routine for testing blinking memory on main display, but it did not test on the routine, as shown. LCD_showChar( 'A', 1 ); I tried to...
View ArticleForum Post: RE: TMS320F28379D: Errors when trying to build the program from...
Smith, Do you have CCS installed in your machine? If so, there is a easy way to check. If you have only MATLAB / simulink, someone from Mathworks should be able to help you. Regards, Manoj
View ArticleForum Post: RE: MSP430F5529: MSP430F5529 clock output at PIN
// Loop until XT1,XT2 & DCO stabilizes - in this case loop until XT2 settles do { UCSCTL7 &= ~(XT2OFFG + XT1LFOFFG + DCOFFG); // Clear XT2,XT1,DCO fault flags SFRIFG1 &= ~OFIFG; // Clear...
View ArticleForum Post: RE: CCS/MSP432P401R: Having trouble sending ADC values through...
David, Have you been able to resolve this? Thanks, Chris
View ArticleForum Post: RE: MSP432P401M: DCOR external resistor mode
Janet, I can test in the lab to confirm operation, but this is not what is recommended or guaranteed in the datasheet. Regards, Chris
View ArticleForum Post: RE: TMS320F28069M: Spintac POSMOVE rollover problems
I understand what is happening as I see it experimentally, but how do I make this behave correctly? This seems like a problem that should have been noticed in development and accounted for.
View ArticleForum Post: RE: Compiler/TMS320F28027: Program will not fill into available...
Hi Sharique, Any progress with your debug? I think I'm still having trouble picturing what the issue is--when .text is large enough to spread beyond a single sector, your delay loops run too long? Are...
View ArticleForum Post: RE: CCS/MSP432P401R: DIGITAL FILTER on MSP432
The DMA is not necessary for the FFT. The DMA is only required if the sampling rate of the ADC gets to be above the rate at which the CPU can service the interrupt in a timely fashion. I think this is...
View ArticleForum Post: RE: MSP430F5529: MSP430F5529 clock output at PIN
Jace, I have a lack of registers programming level knowledge. I had some other duties and I had no time to check the issue at driverlib level. No doubts, Rajesh knows how to deal with it. Thanks! Fixed!
View ArticleForum Post: RE: MSP432E411Y: MSP432E LCD LIDD Controller- Hitachi HD44780...
Andre, Still no success on my side. Have you been able to confirm? Can you recommend a platform with which I could test this? Thanks, Chris
View ArticleForum Post: RE: CCS/MSP432P401R: interfacing ds1307 with msp432
Any updates or additional information on this issue? Thanks and Regards, Chris
View ArticleForum Post: RE: TMS320F28379S: GPIO20 and GPIO21 cannot be set, clear and...
Siby, I am going to mark an answer and close this. Feel free to reject it and reply if your issue is still present. Nima
View ArticleForum Post: RE: TMS320F280049: CAN can receive data, but no data sent out.
I ran can_ex3_external_transmit on my test board and I see the data coming out of CANA_TX pin. Code also works correctly, meaning CAN-A & CAN-B were able to talk to each other. The only change I...
View ArticleForum Post: RE: CCS/TMS320F28069: flash API usage in target application
Hit "Resume" 20x times. Program always returned to the same ESTOP command. Gary
View ArticleForum Post: RE: DRV8312-C2-KIT: High Frequency Injection
Yanming, Thanks for your advice.
View ArticleForum Post: RE: TMS320F28379D: Errors when trying to build the program from...
I do have it installed on the computer.
View ArticleForum Post: MSP430FR6989: How to produce clock input(TCK or SBWTCK) in JTAG...
Part Number: MSP430FR6989 Hi, I need to connect two MSP430's( MSP430FR6 989) in my application and I want to read, write flash memory and download a program into the Slave MSP via Master MSP using JTAG...
View Article