Forum Post: RE: How to solve this issue: CORTEX_M4_0: Can't Run Target CPU
Hi Amit Ashara,Thanks your reply, because of I wanna use bootloader(from boot_demo_uart example) at flash address 0x0 and main code at flash address 0x2800, so I modified the tm4c129encpdt.cmd...
View ArticleForum Post: Problem with the LCD display in MSP430F5438A
Good morning, We have executed the following code for LCD display without errors. But the LCD screen is just blinking and not displaying anything.#include "hal_lcd.c"main(){WDTCTL =...
View ArticleForum Post: MSP-FETU430IF v1.4a dead, is it chance to repair?
Hi All,VCP works, no LEDs light at all. It happened during reinstalling a firmware: after 15 attempts of enumerating: "Error detected, aborting: Could not find MSP-FET430UIF on specified COM port"No...
View ArticleForum Post: RE: Stellaris ICDI + Windows 8 Pro x64 problem
Noman,I am glad you got it working. We often get tripped by the simple mistakes. The way Windows handle zip file is confusing. When you open the zip file, it looks like a folder and the files inside...
View ArticleForum Post: RE: Query about Stellarise UART Functioning in Interrupt
Hello, thank you for your reply,Yesterday, by mistake I mentioned 6 characters, actually it is accepting 16 characters at a time.I am using UART_BUFFERED mode and echo mode is also disabled(in...
View ArticleForum Post: RE: Controlling Tiva from a JAVA application
Hi Carlos,Let me google that for you. Click the link below.http://lmgtfy.com/?q=java+send+char+to+serial+port-kel
View ArticleForum Post: RE: UART Issues
I am still not getting anything from puTTy. Should I use a different interface? I heard that hyperterminal would work. To clarify I am using the DCO timer so no external crystal is necessary. Lastly,...
View ArticleForum Post: Program a .hex File into an MSP430G2553
I need to program a .hex file into an MSP430G2553. What is required (hardware and software) to program a hex file into an MSP430G2553? We have a Spectrum Digital XDS510 USB programmer and an...
View ArticleForum Post: RE: GPIOPCTL
Hi Nabila.In TM4C123, the alternate functions are now a 4-bit field per pin. Thus for 8 pins of every port it is now a total of 32 bits. Please note that it is one nibble per pin.RegardsAmit Ashara
View ArticleForum Post: RE: ssi only work with a capacitor "pull-up"
Hi Siauhwa,Typically a scope probe has a small capacitive-inductive-resistive load associated with it (it should be mentioned in the probe data sheet), that can alter the line characteristics, which is...
View ArticleForum Post: RE: TM4C Sleep and Deep Sleep Power Configuration
Hi Scott,Clock to a peripheral id disabled by the API SysCtlPeripheralDisableAll the API's are documented in the TIVAWare Peripheral Driver User Guide.RegardsAmit Ashara
View ArticleForum Post: RE: Lab 5a burns motor (literally)
[quote user="ChrisClearman"]Patrick,Also, if you like we could try to get on a webex and I could help you directly by taking control of your mouse and running CCS. I don't usually offer this but I...
View ArticleForum Post: RE: Append to Defined value (assembler) like mov.b @ value...
You are right, I changed It to:#define SpiPnt R15 /*dedicate R15 to Spi Pointer */Strange that it did work where I used SpiPnt by itself. (e.g not @ in front if it)
View ArticleForum Post: RE: Stellaris EK-LM4F 120XL write to a USB Stick
No. I started to research it but other things have pushed this project onto the back burner.... I doubt that I will get back to it soon.. Apologies. You basically have to build a lightweight...
View ArticleForum Post: Using MSP430F67451 VREF to drive external buffer
Dear all,Can we use VREF(SD24_B external reference voltage) Pin to drive external buffer if we set SD24REFS = 1?Thanks.
View ArticleForum Post: RE: TMDSPLCKIT
Hello to everyoneI wanna to know what kind of research about the power line communication(PLC) do you do?I have TI's TMDSPLCKIT and know a little about how it works, like PHY test , sending message or...
View ArticleForum Post: current measurement
hello,can we measure current consumed by execution of an embedded C code directly, and also current consumed by part of embedded C code directly without considering cycles used, in msp430
View ArticleForum Post: using external memory as RAM
I am using Matlab to program, ezDSP F28335 board.I am trying to flash the ezDSP F28335, with *.ebss section mapped to external memory. When I power up the board after flashing, my program is not...
View ArticleForum Post: RE: Decryption of RF packet from CC2520 using MSP430F5438A
Hi Ilmars/Brain,Thanks for the your time guys.-Seamon
View ArticleForum Post: RE: Unable to get Stellaris Launchpad recognized by PC
i found a solution :) i changed my usb port to esata port and it works fine now
View Article