Forum Post: RE: MSP-EXP432E401Y: USB bulk driver install
Dear Sai, With the provided drivers I could use the example, thank you. Looking forward to the official drivers from TI. Best regards, Jeffrey
View ArticleForum Post: RE: CCS/TIDM-1000: GUI Composer does not launch; When I tried to...
this is the error I get.
View ArticleForum Post: RE: EK-TM4C123GXL: Tivaware setting GPIO input interrupt priority
Hello Arian, You would use INT_GPIOF for the ui32Interrupt parameter of the IntPrioritySet API.
View ArticleForum Post: RE: TMS320F28235: ECAP on GPIO24, failed to init an interrupt
Jordan, Please confirm if the edge is always captured even if the interrupt does not happen. I suspect that this will be the case. My initial thought is that there is another interrupt that is running...
View ArticleForum Post: RE: CCS/MSP432P401R: I want to get my power down during sleep()...
Hello, I will need to look into this. TI drivers provides an example for controlling the low power mode through the power performance level. Please see this specfiic example . Regards, Chris
View ArticleForum Post: RE: TMS320F28379D: CLA_divide example code not running correctly
Thank you very much for replying! Yes, there is a mdebugstop() in the CLA task code. But something is confusing me. "If there is, then the CLA will halt there and not complete the task." By this, do...
View ArticleForum Post: RE: CCS/TIDM-1000: GUI Composer does not launch; When I tried to...
looks like the paste function didn't work, let me try a different way. (Please visit the site to view this file)
View ArticleForum Post: RE: Compiler/TMS320F28069M: LAUNCHXL-F28069M - eCAP configuration
Wen, If a post answers your question please click on "This resolved my issue" Additionally, please start a new thread when asking unrelated questions. Here is a helpful snippet from the device's...
View ArticleForum Post: RE: TMS320F280049: how to configure ADC Trigger
Hi, Can you explain more about the issue? What do you mean by not working ? I think the issue could be because ADCA & ADCB are getting configured in ISR while in conversion. Thanks Vasudha
View ArticleForum Post: RE: Compiler/MSP-EXP430G2ET: MSP-EXP430G2ET
Hello Sudipta, Very sorry for the delay. Let's first discuss the programming aspect of the boards. Are you using the msp-exp430g2et launcpad? You should be able to connect to via the on-board USB...
View ArticleForum Post: RE: TM4C1294NCPDT: The UART RX interrupt can't be triggered
Hello Andrey, Do you have the pcCommInterface interrupt properly registered in startup_ccs.c? If you pause the debug, is it in the while loop or did it get caught in an ISR? For readability, I...
View ArticleForum Post: RE: MSP430F2274: Communicating over UART
Hey Chloe, Were you able to get the backchannel UART working? I'm going to close this thread for now, but please respond back here if you're still having issues. Thanks, JD
View ArticleForum Post: RE: MSP430F5324: JTAG Programmer Issue
Hey Laura, Very interesting issue. Maybe also check the capacitance of the lines and see if there is anything different? I assume if it was enough to cause communication failures, you would see it when...
View ArticleForum Post: RE: TM4C123GH6PM: UART Interrupts and Error Checking
Hello Ksawery, The UARTIntEnable and UARTIntDisable API's can be used to adjust these. For example, UARTIntEnable(UART3_BASE, UART_INT_RX | UART_INT_RT); would enable Receive interrupts and Receive...
View ArticleForum Post: RE: CCS/TIDM-1000: GUI Composer does not launch; When I tried to...
Could you please attach the error log mentioned in the message? It is the file named .log in the .metadata folder inside your CCS workspace.
View ArticleForum Post: RE: TMS320F28069: Tms329f 28069
The macros are used to define some functions that like inline function and are called by other codes. You might find related documents about how to use the driver, that can be as a reference for F2806x...
View ArticleForum Post: RE: MSP430FR5739: MSP430 UART not receiving data
Understood. I thought the buffer would hang on or something despite the delays. Thanks for your help!
View ArticleForum Post: RE: CCS/TM4C129XNCZAD: 20 bit data transfer from microcontroller...
You have the TX and RX pins mislabeled. Do you have them wired correctly? PA4 is TX and PA5 is RX. Also, don't use SysCtlClockGet() function with the TM4C129x devices (line 102). That function is only...
View ArticleForum Post: RE: CCS/LAUNCHXL-F28069M: Rs Identification current spike
1. Ensure the sign is correct based on the hardware in HAL_readAdcData() in hal.h. 2. Check if the scaling values of current&voltage are set correctly (USER_ADC_FULL_SCALE_VOLTAGE_V,...
View ArticleForum Post: MSP430FR2512: Bootloader question
Part Number: MSP430FR2512 We are continuing to develop with the MSP430FR2512 and a question has come up about customizing the bootloader. The documentation seems to be in conflict on this, in the...
View Article