Forum Post: Memory section is not fit?
Hi all, I'm having a problem with MSP430F5151 memory section.I'm loading a array of 3 elements from fixed memory with following setting.lnk_msp430f5151.cmd :SETTING : origin = 0x1800, length =...
View ArticleForum Post: SD CARD WRITE FILE PROBLEM URGENT
Hi Friend, after a long effort I discovered that my hardware was with problem, that now has solved . After initial test I verified that when I try write in SD CARD my code, return error.The error...
View ArticleForum Post: RE: XDS100v2 10/20-pin ARM Emulator driver install problem
I'll post in the CCS forum as you suggested.My latest attempt is to let CCS update, but I get this error:No repository found at http://www.blackhawk-dsp.com/updates/ccsv53.Indeed, I can't access ANY of...
View ArticleForum Post: MSP430F2013: USI SPI Protocol: How does the USISR work?
Hi all,I have been working on a project involving USI SPI (I am using an MSP430F2013 as the Master), but at this point, I am merely trying to get a nice signal on the SDI line for a write. For some...
View ArticleForum Post: RE: Timer A as freq counter rare error ... race condition on...
Thank you for responding, your approach makes sense, just I cannot understand beyond your concept enough to code this properely.I have some questions about the psudo-code you provided, so I made...
View ArticleForum Post: RE: CMSIS throwing NANs when interrupted
[quote user="Benjamin Fitzpatrick"]I am unfamiliar with 'disablePriority', but I would also indicate that we don't call any Sys/BIOS functions in our interrupt handlers. Everything we do should be...
View ArticleForum Post: RE: Unable to find device driver for MSP-FET430UIF
Hi Jay,could you please indicate what version of CCS you are using?Have you had the chance to review the following wiki page?http://processors.wiki.ti.com/index.php/MSP-FET430UIFThank you,Lenio
View ArticleForum Post: RE: Getting MSP430F2013 into interrupt handler using GPIO pins
1) If you changed the ISR, where is the new code?2) In " __bis_SR_register(LPM0 + GIE);" the LPM0 part expands into a call to __bis_SR_register (by golly); that (intrinsic) function returns something,...
View ArticleForum Post: RE: Switch Bounce Questions
Thanks for the reply. Let me explain what I am doing.I am using an MCU to measure and record wind angle on a bike. When the rider is not moving, I have the MCU in LMP4. When they start to ride a...
View ArticleForum Post: RE: (feature request) HalCoGen could show project's path
QJ,For me it just shows the device type. I don't see a project's path anywhereWojciech
View ArticleForum Post: RE: Erase main memory while running from RAM
Hi Christopher,That was exactly what I needed, worked like a charm!Thank You everybody for the help,Jake
View ArticleForum Post: RE: Flash Programming Error in F28M35H52C1
Hi, Thanks Brett...I tried many ways to resolve this issue... But i cant able to fix it. Thanks to TI for Support and once again thanks to Brett..Regard's Thirumoorthy.R
View ArticleForum Post: MSP430F5 max drive current when running USB stack
I've been working on figuring this problem out for a couple days and have narrowed it down to the LEDs I'm driving. I've got the MSP430F5637's port1 driving 8 LEDs. Per the datasheet each led has a...
View ArticleForum Post: RE: F28M35H52C1- FLASH is not connect
Check here to resolve this error...http://e2e.ti.com/support/microcontrollers/c2000/f/171/p/274198/967226.aspx#967226Regard'sThirumoorthy.R
View ArticleForum Post: RE: Getting started with board design from Scratch
[quote user="rahul singh"] cant i design a circuit on the software verify it..[/quote]In theory yes - but your modeling, simulating & anticipating any/all "normal complications" - bit beyond most...
View ArticleForum Post: RE: Piccolo breakpoints
Hi Zenman,Please go through this link for more info:http://processors.wiki.ti.com/index.php/Data_Breakpoint/WatchpointRegards,Gautam
View ArticleForum Post: RE: Generating a PWM with tms570
Hi Jean, I'm a user of TMS570LS04x board. I want to generate a pwm pluse with NHET24. Here is my project. It can'n work. I can't find the reason. Can you help me? Thanks!!(Please visit the site to...
View ArticleForum Post: RE: tms570ls20216 can find the device,but cannot program and...
Hello Wu,Is the JLink emulator able to connect to your board? Can you compile/execute a simple project in SRAM?Regards,QJ
View ArticleForum Post: RE: Memory Error
Hi Gerald,I've faced the same issue before. What I did was; copied the code -> deleted the project -> opened an example project -> pasted the code. It started working!Regards,Gautam
View ArticleForum Post: RE: Question about application report SPRA902A
Hi Gautam,Thanks for your reply. I can understand all other equations but this one. What do you mean by "equations will be the same but the gains will differ"? The expressions for transfer funcation...
View Article