Forum Post: RE: Is the MSP430F5438 washable?
Is this also true for the TPS63060 and the TPS63061 switching regulators?
View ArticleForum Post: RE: Statup File
The problem is: the only file included in this project is main.c.I fixed the problem by put all the other files in the project folder. An alternative way is to add link to all these c...
View ArticleForum Post: RE: TMDSPLCKIT-V3,V-2
Hi Gary!Obviously at the flash settings of CCS all flash partitions (A-H) were installed for erase. This is not problem. Why do you want to use bin-format exactly (which is used by flashing procedure...
View ArticleForum Post: RE: MSP430 FRAM Series SPI Slave Transmit Issue
I've narrowed the question down and changed my code so that I don't use the Transmit Interrupt (since the MSP430 is acting as a slave device). While the change has been made, the MSP430 is still not...
View ArticleForum Post: RE: RM46 - CLEARINT - Problem
Andy,Some more information about access time for device and strongly ordered memory.(1) LTR instruction takes 12 VCLK cycles in both modes.(2) STR takes 12 VCLK cycles in strongly ordered mode. In...
View ArticleForum Post: F28M36 Boot from flash causes ethernet not to function
Hello I am using the F28M36 control card R1.1 and as development moves forward i need to be able to run the control card independent of the debugger.When set the Boot Mode Selector switches to...
View ArticleForum Post: RE: Question about TMS320F280F28062F
1. True AND note that the other ROM tables (IQMath, math functions, etc.) are in a different memory location. Pin-pin compatible, but you will need to make some changes to your linker files if you are...
View ArticleForum Post: RE: Need to change 2 glyphs in FontCmss18
Thank you for the detailed procedure. It might be fun to do this manually if it were just one font I had to change but there are several. So my next question is:Are the input (font) files available...
View ArticleForum Post: RE: TMS570LS - SCI Phantom Interrupt
Zhaohong,When a breakpoint was set at the default case (phantom), the flag register had at least RXRDY set. I'll run it again to see if any other interrupts were pending.Your discussion you linked to...
View ArticleForum Post: RE: F28M35 sharing data
which version of F28M35x your code is running on?that while() loop is to make sure the C-Boot ROM is ready to accept IPC commands or not. We need to do that on REV0 because we send some IPC commands...
View ArticleForum Post: RE: Soldering an F28M35 by hand
William,Depending on your location, Dallas was probably in roughly the right direction, but most of the C2000 team is actually based in Houston(in case you want to more finely directly your curses in...
View ArticleForum Post: RE: Stellaris Launchpad driver install for Win8 64bit...
I've downloaded the ICDI drivers from the link provided above and I see NO CERTIFICATE. The driver package download I was pointed to is dated 31 Oct 2012 (very spooky).(BTW: Going on hour 4 trying to...
View ArticleForum Post: RE: Stellaris vs Tiva vs STM32F4
All we need now is Ethernet and at least 96 KB of RAM.
View ArticleForum Post: RE: DK-LM3S9B96 on Windows 8?
Hi Vito,Thanks for the reply, I was poking around and I finally figured it out. The board wasn't being picked up because I was using the OTG/USB connector versus the ICDI connector. Once I realized...
View ArticleForum Post: Help! - Target error from Commit Flash write
Hi,I am currently using CodeRed v3.And we were using our current board with LM3S9B90. Recently we need a bigger flash size. So we try to replace it with LM3S9D96.Every work fine with LM Flash. I can...
View ArticleForum Post: CC430F5137 with RTC_D interrupt
I'm trying to use RTC_D as a counter on a CC430F5137 without much success. I'm doing this at this moment:UCSCTL4 &= ~BIT8; // ACLK = External 32.768 KHz crystalRTCNT1 = 0; // Reset count RTCNT2 =...
View ArticleForum Post: RE: How can I achieve maximum ADC sampling rate of 5,77 MSPS with...
Ops I did not updated the code that I have sent. I am terribly sorry about that.Here is a updated code:(Please visit the site to view this file)(Please visit the site to view this file)There two...
View ArticleForum Post: RE: MSP-FET 430UIF Could not set device Vcc
Well, your FET unit needs to be replaced or repaired. This happens and it is not your fault.
View ArticleForum Post: RE: LM339N Comparator into MSP430G2231
Timothy Barr has found one problem with your design. “On problem with the LM339 is that the inputs need to be 1.5V lower that the supply voltage in order for comparison to work properly. The inputs can...
View ArticleForum Post: What is the latest MSP-FET430UIF firmware?
I used Elprotronic's FET-Pro430 to program some parts a little while back, after not having worked with the 430 much for a month or so. It kept giving me the "upgrade your firmware" message and I...
View Article