Quantcast
Channel: Microcontrollers
Viewing all 217581 articles
Browse latest View live

Forum Post: RE: MSP-EXP432E401Y: USB bulk driver install

$
0
0
Dear Sai, With the provided drivers I could use the example, thank you. Looking forward to the official drivers from TI. Best regards, Jeffrey

Forum Post: RE: CCS/TIDM-1000: GUI Composer does not launch; When I tried to Install via CCS App Center; Fails during install.

Forum Post: RE: EK-TM4C123GXL: Tivaware setting GPIO input interrupt priority

$
0
0
Hello Arian, You would use INT_GPIOF for the ui32Interrupt parameter of the IntPrioritySet API.

Forum Post: RE: TMS320F28235: ECAP on GPIO24, failed to init an interrupt

$
0
0
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 when the eCAP interrupt flag is set. That interrupt completes and acknowledges both its own flag as well as the eCAP's interrupt flag keeping the eCAP interrupt from ever running. If this is not the case we can investigate other potential issues. Could you provide more details on number 6 above? What is Pin123 doing? Do you have any idea on why this would change the behavior? Regards, Cody

Forum Post: RE: CCS/MSP432P401R: I want to get my power down during sleep() function

$
0
0
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

Forum Post: RE: TMS320F28379D: CLA_divide example code not running correctly

$
0
0
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 you mean that the debugging session will come to a halt, or that the debugging session will be stuck in an infinite loop? Because my issue is that the debugging session is not halting, it instead goes onto an infinite loop. Thank you for telling me about C2000Ware , I will try to use C2000ware from now on.

Forum Post: RE: CCS/TIDM-1000: GUI Composer does not launch; When I tried to Install via CCS App Center; Fails during install.

$
0
0
looks like the paste function didn't work, let me try a different way. (Please visit the site to view this file)

Forum Post: RE: Compiler/TMS320F28069M: LAUNCHXL-F28069M - eCAP configuration

$
0
0
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 datasheet: Regards, Cody

Forum Post: RE: TMS320F280049: how to configure ADC Trigger

$
0
0
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

Forum Post: RE: Compiler/MSP-EXP430G2ET: MSP-EXP430G2ET

$
0
0
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 connection and use the build on EZ FET programmer. You should be able to plug in the launchpad and download and debug right away. There are example projects here you can also test this with: http://dev.ti.com/tirex/explore/node?node=ALFfIDtjUH-HwRytz.WJPQ__IOGqZri__LATEST As for the higher temperature measurement, I have 2 concerns. 1. Is the thermistor far away from these EVMs? These EVMs are designed to be used around room temperature and are not going to hold up to extremely high temps. 2. To support higher temperature ranges with your thermistor, you will have to edit the example from the 430BOOST-ADS1118 . ADS11118.c in the usr folder is converting the ADC measurements to temperature. If you are using a thermistor with a differnet voltage to temperature co-effecient, you will need to adjust/tune this. Hope this helps! Thanks, JD

Forum Post: RE: TM4C1294NCPDT: The UART RX interrupt can't be triggered

$
0
0
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 recommend chaning GPIOPinTypeUART(GPIO_PORTA_BASE, 0b00000011); with GPIOPinTypeUART(GPIO_PORTA_BASE, GPIO_PIN_0 | GPIO_PIN_1);

Forum Post: RE: MSP430F2274: Communicating over UART

$
0
0
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

Forum Post: RE: MSP430F5324: JTAG Programmer Issue

$
0
0
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 you captured the communication. As for programmers, MSP-FET is the latest programmer released by TI and is the best to use here. There are some other options, such as the MSP-GANG , mainly for production programming. Then there are a couple 3rd party vendors out there. Let me know if your testing turns anything else up. Thanks, JD

Forum Post: RE: TM4C123GH6PM: UART Interrupts and Error Checking

$
0
0
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 Timeout interrupts. You can see the full list of flags in the comments for UARTIntEnable .

Forum Post: RE: CCS/TIDM-1000: GUI Composer does not launch; When I tried to Install via CCS App Center; Fails during install.

$
0
0
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.

Forum Post: RE: TMS320F28069: Tms329f 28069

$
0
0
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 device also. C:\ti\ controlSUITE \libs\app_libs\motor_control\drivers\f2803x_v121\~Docs And you could find a document about the motor control modules, that should help you to understand the program. C:\ti\ controlSUITE \libs\app_libs\motor_control\math_blocks\v4.3\~Docs If you haven't had a chance to look at the workshop material, I think this will help demystify some of the terminology and architecture as well. https://training.ti.com/c2000-mcu-device-workshops

Forum Post: RE: MSP430FR5739: MSP430 UART not receiving data

$
0
0
Understood. I thought the buffer would hang on or something despite the delays. Thanks for your help!

Forum Post: RE: CCS/TM4C129XNCZAD: 20 bit data transfer from microcontroller to DAC

$
0
0
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 for the TM4C123 devices. Use the variable ui32SysClock instead.

Forum Post: RE: CCS/LAUNCHXL-F28069M: Rs Identification current spike

$
0
0
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, USER_ADC_FULL_SCALE_CURRENT_A) according to the hardware. 3. Use lab01c to verify the signal chain integrity on hardware, check if the currents and voltages are sensed correctly and the order of both groups signal are match.

Forum Post: MSP430FR2512: Bootloader question

$
0
0
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 MSP430FR2xx family user guide it says: "The user can define custom BSL code for FRAMbased devices and protect it against erasure and unintentional or unauthorized access. (Page 46)" and lists a bit to make the bootloader memory programmable in section 1.15.2 SYSBSLC Register. But the MSP430 FRAM devices bootloader guide says "BSL application is factory programmed in the read-only memory area of the MSP430 devices and cannot be customized. (Page 4)" and "The BSL in MSP430 FRAM devices resides in ROM and does not allow for a custom BSL to be loaded into the standard BSL space. (Page 30)". Can you clarify if the bootloader is customizable on the MSP430FR2512 ? Thanks, Brian Angiel
Viewing all 217581 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>