Forum Post: RE: I tried to use Iar embedded workbench IDE to turn on LED of...
Hi Bobby,I have the same problem. ICDI installed. I was able to upload a program from the board to the hard drive just for trying that system can see the board. However, when I tried to download my...
View ArticleForum Post: RE: What change for fix execution time for mainISR
Dear chris,"then re-setting this into the control system."What is meaning of this setting?
View ArticleForum Post: RE: memset/memcpy doesn't set/copy the whole memory
And what's about DMA access to external RAM? Is this also affected? Regards Christian
View ArticleForum Post: RE: CC1200 modem configuration
This forum is about msp430, not rf chips.Check this page: http://e2e.ti.com/support/low_power_rf/default.aspx
View ArticleForum Post: RE: Inbuilt CAN transceivers for TI Piccolo
If your application is automotive please find an overview here: BR Carsten
View ArticleForum Post: RE: Servo not responding.
Well, your waveform generation seems to work, so the problem is not MSP430 related. I guess you'd better ask this question in a forum related to the servo.
View ArticleForum Post: RE: MSP430 bootloader
[quote user="Pavel Rubas1"]How shouldupgradework? Copy bootloader from FLASH to RAM, erase FLASH and copy EEPROM via I2C?[/quote]That's one way to do it. However, if something goes wrong, e.g....
View ArticleForum Post: RE: Can I program/debug the MSP430F2955 using the MSP430F5529...
Hi Eric, Can I debug through CCS using Energia ? Hopefully the F5529 LP will work. Thanks for the info.Ram
View ArticleForum Post: RE: Chronos FW Version 1.9 Oct. rel. - Wireless update not working
There is a recent update to an older thread that describes the update procedure for the access point. After this update, things have been reported to work fine.
View ArticleForum Post: RE: MSP430-FR5739 Not Detected by IAR
The TUSB3410 loads its special firmware from an I2C EEprom chip. If this firmware is damaged, the chip will fall back to a default firmware. The FET is still reachable but CCS won't recognize it. The...
View ArticleForum Post: RE: Does the pointer operation for PxOUT work correctly?
[quote user="OKY"]If my understanding is right, the "static" is utilized when you would like to reduce "name conflict" among various .c files.[/quote]More or less.Ironically, the meaning of 'static'...
View ArticleForum Post: RE: MSP430g253 launchpad I2C Example
[quote user="Leo Bosch"]Input direction is always enabled,[/quote]Sure, the input buffer is always working (not for all port pins under all circumstances, see ADC channel select signal on pins with...
View ArticleForum Post: RE: msp 430 timer configuration in parallel
I guess you have a wrong impression of what a timer is made for.If it were 'running in parallel to your program' you wouldn't need it at all. The reason for the existence of a timer is that it runs...
View ArticleForum Post: RE: MSP430F5419A ADC12 problem with conversion results in...
Oooops!You are right. ADC12CLK is specified from 450kHz to 5.4MHz.Changing to 1MHz delivers same results.Thanks for your hint.
View ArticleForum Post: RE: New to eZ430-RF2500-F2274
You shall check product page:http://www.ti.com/tool/ez430-rf2500here you will find "software" section with useful downloads, such as:http://www.ti.com/litv/zip/slac139gand more.
View ArticleForum Post: RE: ADC12 always busy
[quote user="Ivan Ivanov5"]#define BIT10 0x400[/quote]Those BIT definitions are already part of the default header files. No need to redo them[quote user="Ivan Ivanov5"]...
View ArticleForum Post: RE: FaultISR and ADC on TM4C123GH6PM
Hi Thomas, I must have an old copy of Tivaware for Tiva Launchpad. I don't have any C API named "ADCIntEnableEx". I just saw it mentioned at one of the commented out description at adc.h. I...
View ArticleForum Post: RE: UART Communication issue with MSP430F6779
[quote user="Kamaldev K Ravi"]WDTCTL = WDTHOLD + WDTPW ; WDTCTL = WDT_ADLY_1000;[/quote]The first line is superfluous. Either you stop the WDT or you run it in delay timer mode.[quote user="Kamaldev K...
View ArticleForum Post: CAN Stack for Piccolo TMS320F28069
Hello ,Are there any vendors who support complete CAN stack (either AUTOSAR/ Non-AUTOSAR) in Piccolo TMS320F28069?In the C2000 Software section I got one line to...
View Article