Forum Post: RE: MSP432E401Y: Debugging memory issues with the TCP/IP stack...
Yes, my application is using the NDK. I guess I mispoke about LWIP. I thought it was being used under the NDK to implement the stack. I understand now that I am not using LWIP. I am still having the...
View ArticleForum Post: RE: MSPM0G3507-Q1: LDO regulator
Hi David, Yes, TPS7A47 uses a bipolar process and the other two are CMOS process. So we would generally consider TPS7A47 to be more likely to show radiation tolerance however none of these devices...
View ArticleForum Post: RE: TM4C1230H6PM: Can't able to toggle the GPIO pin
Hi, I see one issue with your below line of code to set PB1 to high. In your code, you are actually trying to set PB0 high instead of PB1. Note that bit0 is for PB0, bit1 is for PB1, bi2 is for PB2...
View ArticleForum Post: RE: TMS320F28P650DK: XDS110 probe loading error:Address 0xd6a88...
Hi, Can you provide more details on how this happens? Does the device pass Test Connection ? Best, Matt
View ArticleForum Post: RE: TMS320F28377D-EP: SPI external Flash memory boot for CPU1 and...
Hi Jaejun, I sent you a friendship request, after you accept I can then send you my email over E2E direct messages. Best, Matt
View ArticleForum Post: RE: TM4C1294NCPDT: tm4c1294ncpdt
[quote userid="617276" url="~/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1455668/tm4c1294ncpdt-tm4c1294ncpdt"]Can't Run...
View ArticleForum Post: RE: MSP430G2955: Order of power supply sequencing
Hello Peter, The problem we're having is CPU's failing in the field. From what you've said, it looks like all 3 supplies need to come up at the same time, or else in the order DVcc, AVcc, Vref. Thanks
View ArticleForum Post: RE: TMDSEMU110-U: Regarding the specifications of the converter...
The design files for this product are not publicly available. It is an older product and the design files are not published to ti.com. I can measure the 20 pin to 10 pin adapter when I am back in the...
View ArticleForum Post: RE: TMS320F28035: SCI boot stuck using control card
Hi Hang, Let me understand your requirements clearly. Are you trying to do Live Firmware Update (LFU) on F28035? LFU traditionally requires the custom bootloader (what TI calls the SCI Flash Kernels)...
View ArticleForum Post: RE: TM4C1294NCPDT: EK-TM4C1294XL
Hi, It seems you want to use USB to emulate a serial COM port for sending AT commands. Is that correct? The existing USB library support USB CDC class. I will suggest you take a look at the example at...
View ArticleForum Post: RE: MSP430F6775A: LCD_C
Hi, also if I may there was the configuration in the exmamples. // Setup LCD_C // LCD_FREQ = ACLK/32/4, LCD Mux 4, turn on LCD LCDCCTL0 = LCDDIV_31 | LCDPRE_1 | LCD4MUX | LCDON; //Charge pump...
View ArticleForum Post: RE: TMS320F280039C-Q1: TMS320F280039C-Q1
Hi, [quote userid="545650" url="~/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/1454939/tms320f280039c-q1-tms320f280039c-q1"]1.by including the can_comm.h...
View ArticleForum Post: RE: MSP432E401Y: Debugging memory issues with the TCP/IP stack...
Hi Robert, Can you take a look at this post?...
View ArticleForum Post: RE: TMS320F28P650DK: Where is f28p65x_ssc_config.xml
Joyce, Our expert is out of office until early January, please expect a delayed response. Best Regards, Ben Collier
View ArticleForum Post: RE: TMS320F280039C: Is "Phase shifting B-channel" functional when...
Hi, Our expert will be out of office until early January. Please expect a delayed response. Best Regards, Ben Collier
View ArticleForum Post: RE: TMS320F28377D: How do I configure the ePWM trip zone on CPU2?
Hi, Our expert will be out of office until early January. Please expect a delayed response. Best Regards, Ben Collier
View ArticleForum Post: RE: TMS320F2800157: Could you provide the
Hi, Our expert will be out of office until early January. Please expect a delayed response. Best Regards, Ben Collier
View ArticleForum Post: TM4C1294NCPDT: What is the best way to integrate firmware update...
Part Number: TM4C1294NCPDT Other Parts Discussed in Thread: UNIFLASH , , MSP430F6636 Tool/software: My project requirements are that I need a either a dll, exe, or code that I can compile as part of a...
View ArticleForum Post: MSP430F6775A: CCS
Part Number: MSP430F6775A Tool/software: Hi, I would like to ask how does the assert function works in CCS studio. Cuz I have used this function within code and it was too big to compile like the size...
View ArticleForum Post: RE: SW-EK-TM4C1294XL: EK-TM4C1294XL Eval board trying to set...
I added the IntEnable(INT_GPIOM) to the end of the Init function but now after I press the button, the UART display locks up and does not out put anything. Without the added line, it would register...
View Article