Forum Post: RE: HOW TO CALIBRATE ADC RESULT IN MSP430F42X
Steve Underwood, Thnaks a lot for previous helpful reply. I read about PRELOAD variable with SD16PRE variable to calibrate phase compensation, in data provided. Please provide source code how to...
View ArticleForum Post: RE: sprintf function in ccs
Hi Guru! [quote user="GURU MOORTHY"]please guide how to do that[/quote] To change the settings, right-click on your project in the Project Explorer and select Properties : You can also simply press...
View ArticleForum Post: RE: sprintf function in ccs
[quote user="Dennis Eichmann"]As you can see, I pass the floating point value VOLTAGE_V (1.234) to the sprintf function. Full support for printf is enabled. The problem: As you can see, the code size...
View ArticleForum Post: RE: sprintf function in ccs
Thanks for the additional input and testing with legacy COFF . [quote user="Chester Gillon"]the code size taken by the example reduces to 10,030 bytes[/quote] Still quite large code size for this...
View ArticleForum Post: RE: Help to debug "corrupted" variable
But the corrupted variable (if interpreting the image in the first post correctly) is declared as "static", and as such lives with the global variables, and not on the stack.
View ArticleForum Post: RE: Help to debug "corrupted" variable
[quote user="Robert Adsett72"]Speaking of which, I don't see where you're modifying the variable in question. All of the variables you modify appear to have function scope.[/quote] There is actually...
View ArticleForum Post: RE: Help to debug "corrupted" variable
[quote user="Bruno Saraiva"]he play here, again, seems to find out what makes a memory section suddenly become FF FF FF FF away from the C programming... [/quote]The reason I suggested using a Hardware...
View ArticleForum Post: RE: [URGENT] T4MC1294 Connected Launcpad Not powering up
No, the LED did not light up. When I said, the launchpad did not power up, I meant that only. The board is not powering up and the LED is not lit. Is there a possibility that the LED is causing the...
View ArticleForum Post: CC1310 coexistence with other RF transmitters
Hi, the CC1310 is able to handle rf links over several meters, but what happens if you have different products in the Range wich all share the 868MHz band? Example: a large building with several...
View ArticleForum Post: USCIA0 and USCIA1 is not working at time
Hi All, I have working on MSP430F2416 . In this i am trying to use the two UARTs USCIA0, USCIA1 at the same time. I am using CCS compiler.I have tried in the following ways 1. Transmitting data via...
View ArticleForum Post: RE: [URGENT] T4MC1294 Connected Launcpad Not powering up
I have no additional components attached to the launchpad or arduino. And the Arduino is working perfectly so there is some internal short within the launchpad itself. I checked the voltages and you...
View ArticleForum Post: CORTEX M4 HARD FAULT PROBLEM USING A PROPRIETARY BOOTLOADER
when i download an application sometimes it ends up in a fault interrupt the situation: TI Cortex M4 TM4C1294NCPDT IAR compiler (7.40.1) user written bootloader with lwip-library to download a new...
View ArticleForum Post: RE: TI's 60W bldc demo project & boostxl-drv8301 issue
sorry : I check boostxl-drv8301 again . find : when it enable "gMotorVars.Flag_enableSys" IA ,IB, IC is 1.6V at ADC port . that mean I haven't find problem yet .
View ArticleForum Post: RE: running short on memory
The look-up table is being stored in flash when defined with a constant type, I have checked the CMD file for that. My issue is not that. Infact i would like to use the LUT with pointers and that too...
View ArticleForum Post: RE: Tiva Launch pad gets heated
Dear Amit, I got the new Launchpad TM4C123GXL everything is fine but i noticed the voltage regular is getting heated. I measured the current by removing the jumper given on launchpad its around 28 mA...
View ArticleForum Post: TMS320F2812 ADC SOC
Hello, Add the moment I want to read out the TMS320F2812 ADC value. The program works when want to do it in continues run, but when I am triggering it whit the SOC_SEQ it just give a 0 zero as result....
View ArticleForum Post: timer compare mode (TM4C1294NCPDT)
Hi, what I need: 15 Hz 300 uS pulse generation on PD0 ( TM4C1294NCPDT ) what I've done : programmed timer 0 as follows MAP_SysCtlClockFreqSet((SYSCTL_XTAL_25MHZ | SYSCTL_OSC_MAIN | SYSCTL_USE_PLL |...
View ArticleForum Post: For CapTIvate
Please tell us about CapTIvate. 1, I want Data of the specified value to a change in capacitance by the material. 2, I want documentation described that can be set to self-capacitance and mutual...
View Article