Forum Post: RE: Executing Boot Strap Loader at Reset or Power ON
[quote user="Jens-Michael Gross"] The reset vector points to 0x80d4.[/quote]That's a good catch that I missed. In fact the bytes at 0x80D4 are 31 40 00 34 which are words 0x4031 0x3400 which is the...
View ArticleForum Post: AMR demo using MSP430F6736, CC2520 and CC2531 USB dongle
Hi,I want to set-up a automatic metering demo using MSP430F6736, CC2520 and CC2531 USB dongle.I want to plug the CC2520EMK on to the MSP430F6736 (EVM430-F6736) and be able to tranmit the reading to a...
View ArticleForum Post: RE: MSP430F677x Energy library support
Hi Rafael,I would recommend searching for F6779 on the TI Designs: Reference Design library: www.ti.com/tidesignsI found this when I searched there:...
View ArticleForum Post: changing Timer1 inplace of Timer0 is not working with ADC
Hello,I was using timer0 with SMCLK and was working well with the ADC sampling when checked with a breapoint placed at result=ADC12MEM0; but when I tried to use Timer1 inplace of Timer0 it is not...
View ArticleForum Post: RE: tms570, SCI2 TX dma support
C.W.HalCoGen doesn't provide a DMA driver, so it's not like it's actually inconsistent with itself. The header is correct, but it's not convenient for DMA.I would probably in this case create a macro...
View ArticleForum Post: RE: uart
Nabila,What is your device part number? What is the error message? Please provide more information.-Joel
View ArticleForum Post: RE: Tiva C WTimer0 Capture not work
Zariff,What is your device part number? I need to check that part's specific timer options.-Joel
View ArticleForum Post: data logging
Hello, I want to read the internal temperature of the stellaris and store the data into the sd card in a .csv format.I am successfully create the file and also append the data. I am using...
View ArticleForum Post: RE: MSP430G2153 DCO versus VLO
David,You probably won't have much luck with the VLO as it has a pretty wide frequency range spec (4KHz to 20KHz) and is also pretty slow compared to the 115Kbuad you are looking for. That said, the...
View ArticleForum Post: microSD for MSP430F5438A
I am having trouble initializing a SanDisk 4G MicroSD HC card. I am using the MSP430F5438A processor. Funny thing is, even though the software slaa281b and sdcard_appnote_foust.pdf examples state that...
View ArticleForum Post: RE: MSP430f1611 sleep mode
Hi Girish,Just because the communication stops does not necessarily mean the device is in sleep mode - a good way to see what state your device is actually in is to set up at the beginning of your code...
View ArticleForum Post: RE: "STA_NOINIT" when running with fatfs in mmc-ek-lm3s8962...
Have you tried running one of the sd_card example binaries that are included in the StellarisWare release? We include tested binaries for all the examples so they should give you a chance to see if the...
View ArticleForum Post: RE: basic WIFI APP for tiva TM4C123GXL launchpad board is not...
Bibin,Please try the latest release of Tivaware (2.1) found here. The Launchpad-IAR installer is the 10th link down on the list.Let me know if that version works ok.-Joel
View ArticleForum Post: RE: TMS570 query
Hi Karan,Not on the '0432. On that particular product, there is only 1 LIN module. It can be used as a LIN or a UART.On some of the other parts in the table though it means a separate UART .. So...
View ArticleForum Post: RE: MotorWare Updated: 1_01_00_12
And here is a link that everyone should be able to access directly from our TI server (that feeds the MotorWare folder)Still haven't fixed the overall issue...
View ArticleForum Post: RE: TM4C unique identification ??
There is not another unique identifier register by default. One common practice for customers is to program unique Ethernet MAC addresses in their parts. These are typically stored in flash user...
View ArticleForum Post: RE: Old Firmware and USB libraries download
We don't keep versions of the software that old available on the web server but I've sent you a private message asking for some more information to see if I can help you out.
View ArticleForum Post: RE: How to time-stamp DCAN Receive Messages
As far as I know there is no MOTS or MOTO - functionality in the Hercules - DCAN, but I am sure you wlll get the right answer from the Support Team.
View ArticleForum Post: RE: Convert Srecord file to .out file
I just noticed this as well. There is a section in our Assembly Language Tools Manual that covers linker generated...
View ArticleForum Post: RE: HRCAP2 Interrupt Crashing TMS320F28069
Although the TRM only lists HCCTL as being EALLOW protected, it appears that HCICLR is also EALLOW protected. If I don't have EALLOW around it, it doesn't run this interrupt (presumably because the...
View Article