Forum Post: RE: ADC data on LCD
You can use any of the MSP's I/O pins for that. If you want to use 8 bit interface I would recommend to use one complete port of the micro for the data lines DB0 to DB7 and connect DB0 to PX.0, DB1 to...
View ArticleForum Post: Error connecting to the target: Unknown device
Hi, We have strange problems programming a MSP430F5418a . Very very often CCS shows the error message "Error connecting to the target: Unknown device". Sometimes it helps to restart CCS, disconnect all...
View ArticleForum Post: I2c examples problem
Hello, I have been trying for a while to make my MSP430FR5739 with I2c device (MPU9250). I tried to follow the Texas example, but still i have no data coming back from the device. This is my code so...
View ArticleForum Post: RE: Error connecting to the target: Unknown device
Maybe your program cause this MSP430 behavior. Try to mass erase 5418, and don't upload anything. Than check if there is "unknown device" error present.
View ArticleForum Post: RE: msp-ts430pz100usb
thanks brian! i have buy one msp-fet but today i try to connect on my PC and it doesn't work. it's the first time i use CCS and i don't find any button connect. do you know how can i connect my msp-fet...
View ArticleForum Post: RE: programming the TMS320F28069 - flash programming and bootloader
I have no experience with instaspin, sorry. Hopefully, someone more advanced can help with it. I can only suggest you to carefully examine both linker .cmd files and to read the article about internal...
View ArticleForum Post: RE: F28027 Simple slave I2C transmit
I had not enabled the TXRDY interrupt, so I have added that into the code shown above. Know the interrupts occur in the following order: AAS, RXRDY, TXRDY, AAS, TXRDY The first TXRDY actually seems to...
View ArticleForum Post: Maximum SCI baud rate of TMS320C28346?
Hello, He is asked whether baud rate of SCI of TMS320C28346 is how far possible from my customer. Is it correct by LSPCLK/16= 150Mhz/16 = 9.375M bps? Although there is 16 bytes of FIFO in SCI, is...
View ArticleForum Post: RE: MSP430F4152, Jtag interface won't work
It works for me. It's great! Thank a lot! This problem puzzled me one whole day. I have one MSP430-FET430UIF , it works well for the MSP430F435 . JTAG port : RST GND TCK TMS TDI TDO It tooks me one day...
View ArticleForum Post: RE: Can Bus Port doesn't work on Tiva C Series TM4C123G -...
Might it be - rather than, "Can Bus Port doesn't Work" - it is your implementation of that port which fails? Too often the MCU is judged "guilty" - when the offender is the user. That's neither fair...
View ArticleForum Post: RE: I2c examples problem
The TI examples demonstrate only how to access the MSP430 hardware, but not all details of the I²C protocol. A repeated start like this is commonly used for write-and-read transactions.
View ArticleForum Post: RE: Tiva C Series TM4C1294 Connected LaunchPad
Good that - yet the advice which Amit offers, "Always start with basic examples from TivaWare" is so powerful as to deserve restatement! Adding complication - especially in the beginning - is a well...
View ArticleForum Post: RE: Regarding LCD Display
Then please first change your code according to the required initialization for the HD44780 as I mentioned in my earlier response. Dennis
View ArticleForum Post: RE: Can I use MSP-FET UIF to program for FR2xx
I'm not aware of any reason that might prevent you from doing that. I used the FR6989 with the grey FET, too.
View ArticleForum Post: RE: ADC data on LCD
What will you do now? Use the few pins or change the microcontroller?
View ArticleForum Post: RE: TMS570LC4357HDK Ethernet
Hello Prathap, Thank you for your efforts. I have enclosed CCS project with Halcogen settings (inside source folder). I have also enclosed screen-shot of wire-shark. Any advice would be a great help to...
View ArticleForum Post: RE: ADC data on LCD
Hi Dennis, in MSP430427A the internal adc is SD16ADC. i have interfaced three load sensors to the three channels of SD16(A0,A1,A2). i need to take the data from adc and display it on LCD.i saw the...
View ArticleForum Post: RE: ADC data on LCD
So you will keep it :) What have you tried so far? Do you have a schematic of your project and some source code already? Where do you have problems with the registers? Dennis
View Article