Forum Post: CCSv5.3 Debug and Release builds
Some of the posts on this forum indicate that the pre-processor definition _DEBUG will be defined for debug builds. It looks it is not in CCSv5.3. Is anyone using this definition to distinguish between...
View ArticleForum Post: RE: NEEDED SUPPORT FOR MSP430 DEVELOPMENT BOARD DESIGN
[quote user="old_cow_yellow"]Are you going to sell yours for $0.99?[/quote]You get it wrong. Price can't be issue because TI have cheapest devboard on the earth. Most probably this will be LaunchPad...
View ArticleForum Post: RE: ADC10MEM value always 0x3ff
[quote user="noam sade"]Can you write down your full code please so i can figure it out?[/quote]And please, solder prototyping board for me too (kidding).
View ArticleForum Post: RE: MSP430FR5739 experimental kt
[quote user="uma pv"]I want to know is there any GUI interface for the CC3000+msp430fr5739 experiment board?[/quote]Most probably nobody made GUI application for your sensor data display because most...
View ArticleForum Post: Ethernet Client RDK-IDM webpage
Is it possible to connect my RDK-IDM to the internet via Ethernet? It would be great if I could have a sample of connecting to a simple webpage such as google.com. I basically just need to make my...
View ArticleForum Post: LM3S6965 - What is allowable crystal load capacitance for 25MHz...
Hello, I've been using the same crystal that's in the EK-LM3S6965 (NX5032GA...) but that part went out of stock with a long leadtime. I need to find a substitute and didn't find anything exact. That...
View ArticleForum Post: RE: TMS320F28234: right shift operations have wrong results
Michael,I have had things like this happen in the past. It was always something wrong with what I wrote in the code relative to the ANSI-C spec. I doubt it is anything wrong with the compiler. You...
View ArticleForum Post: RE: Can I use SWD interface debugging TMS570LS3137?
Do you get the answer about the FT2232HL? I am designing a schematic ,so I need your answer as soon as possible.
View ArticleForum Post: RE: How to Get an EXACT clock?
To build a clock that is EXACT, you could have a Cesium isotope 133 based 9192.631770 MHz oscillator. One Second is defined to be 9,192,631,770 cycles of such an oscillator. Thus your clock is EXACTby...
View ArticleForum Post: RE: TMS320F28335-continuous slag.(ADC)
Hi Irfan,The ADC values do have a 2mV-3mV variation wrt fixed voltages. Yes by designing a good LPF you can reduce this variations. Averaging 10 ADC values would also be an option for accurate value...
View ArticleForum Post: RE: Read from SCI with getchar
Hi dmh43,I guess getchar() and scanf() are not supported by the compiler for receiving. Regards,Gautam
View ArticleForum Post: RE: HV_SOLAR DC/DC output voltage ripple
Use of proper filter would solve your issue !Reagrds,Gautam
View ArticleForum Post: RE: HC motor kit DRV8301+F28069
it got locked to the position and starts jerking. what could be the problem. In the reference manual they have given to modify the Kslide and Kslf values. how much it can be varied?
View ArticleForum Post: RE: SDCARD temp data logger on stellaris launchpad
Hi Roberto,Glad you succeeded - I recognize the tool learning takes time, we all had problems with that. One tip I can give you about the stack - you can estimate the amount needed by generating a...
View ArticleForum Post: RE: TMS320x2803x Piccolo Boot ROM
Jigar,You could take a look at c2prog:http://www.codeskin.com/programmerThank you,Brett
View ArticleForum Post: RE: What type Emulator can be used for Hercules?
Hi Jean-Marc Mifsud: yes,it is the product you said. Typically, it is the same with Texas Instruments' XDS510 emulator. I don't know why i can't connet the board.
View ArticleForum Post: RE: communication of two boards through ethernet
hello dear,actually i dont want to work on other layers of tcp/ip i am just trying to implement the phy layer and mac layer,now i got the packet ,i am able to receive packet on the other board but...
View ArticleForum Post: MSP430F6779: RTC_C module oscillator failure
Hi,I try to understand MSP430F6779 mcu and its modules.I have 32867 Hz external crystal connected to XT1. MCLK is fed by DCO stabilized by FLL based XT1.And LCD clock source is ACLK which is from...
View ArticleForum Post: RE: MSP430G2452 and SPI Memory
Now I testing USCI module, I test write 0x11 on SPI, but signal is not valid for logic analyzer#include "msp430.h"#include <signal.h>unsigned char MST_Data;void main(void){ WDTCTL = WDTPW +...
View Article