Forum Post: profiling in ccs4
hi all!i have to find no. of clock cycles taken for a code. I heard that i can do profiling for that. Can any one help me on how to do that.I enabled clock in this way:Target -> Clock->enable /...
View ArticleForum Post: RE: Release Scheudle Update : TM4C123GH6PM
[quote user="John Walker"]With the disclaimer - I'm in apps, not in marketing[/quote]Might this fact - by itself - speak volumes? Good grief! (how long before marketing starts providing tech...
View ArticleForum Post: RE: Grace problem / CCS 5.4.0.00091 / MSP430G2553
With CCS 5.4.0.00091 and Grace 2.10.02.85:1) I was able to use Grace to enable the interrupts for UCB0 RXIE / TXIE. The interrupts are enabled in the Grace generated System_graceInit function in...
View ArticleForum Post: RE: f_write to SD CARD not working
Hi Chethan, See related post below for reference. Check this forum also. http://e2e.ti.com/support/microcontrollers/stellaris_arm/f/471/t/44866.aspx-kel
View ArticleForum Post: RE: USING OPT101 VALUE WITH LIGHT FREQUENCY
Ok, finally I have managed to get the correct data out of it, the dark current for mine seems to be 7.34mV in complete darkness (excluding the concerns for IR), the reason for the anomaly I told...
View ArticleForum Post: RE: Fastest way of getting data from MSP430G2553
[quote user="Ilmars"]So you need to sample 4 sensors 10000 times per second and send all the data to PC?[/quote] I just need to get correct data from adc10mem for the 3 pin RE200B-P sensor, i have...
View ArticleForum Post: RE: use the DMA ( in order to receive block of data) and still...
[quote user="asher bara"]Hi Jeff,In my caseI doneed to geterrorsalerted ,raise a flag,and thenignorethosebytes (discard those characters with errors).is there solution for this case??if i understand...
View ArticleForum Post: RE: assemblerprogramming for Launchpad with IAR workbench/...
Maybe from my debugging example you can understand stack behaviour... mov.w #WDTPW + WDTHOLD, &WDTCTL mov.w #00280h, SP call #DbgStr db 'Device ', 0 mov.w...
View ArticleForum Post: RE: Statup File
Please check sys_link.cmd file.Is it 'gray' in your project settings?Regards,Haixiao
View ArticleForum Post: RE: CAN Receive interrupt Problem
Hey kel,// Sends remote request to slaveImSMO15_MesIstekGonder();// Configure receive message object to get the data sent from the slaves.ImSMOI15_MesafeAl();// Does the same job with the...
View ArticleForum Post: RE: FIR filter in TMS320F28335
Mahesh,The coefficients (and order) of the filter determine the frequency response. This has nothing to do with the C28x or the code. It is basic signal processing. You need to design your filter...
View ArticleForum Post: RE: CAN interface with TMS320F2808 Experimental kit
Hi Frank Now i can solve my problem of send messages throught CAN analyser and see on watch-window. But i would like to ask you if it is possible to store the data of mailboxes in new variables for...
View ArticleForum Post: RE: Microcontroller with embedded radio and wake on radio
http://www.ti.com/lsds/ti/microcontroller/16-bit_msp430/rf_soc/products.pageUnfortunately these have pathetically inadequate memory for many purposes, so you might still need a two-chip solution.
View ArticleForum Post: Please provide a DEMO of Imprecise Abort Example Project for...
Hello Support,I tried the method as suggested by Jean-Marc inhttp://e2e.ti.com/support/microcontrollers/hercules/f/312/p/200399/715786.aspx#715786for generating Imprecise Abort [ATYPE=1] in IMPFASTS...
View ArticleForum Post: Which IC Package for Hercules Part contains JTAG SRST Pin?
Hello Support,I am looking for any Hercules Family Part which contains JTAG SRST Pin within it's IC Package.Please let me know.Thank you.RegardsPashan
View ArticleForum Post: RE: Question about I2C
Oh, my bad, start bit looks OK, but I don't know why the master would pull the clock line low at the end.
View ArticleForum Post: RE: LM4F232
Hi Dan,Thanks for the quick response. Few question:1. The EK-LM3S811 is NRND, does I can order it from TI?2. What is a XDS emulator? I have J-link of IAR can I use it?Thanks,Shlomi
View ArticleForum Post: RE: I Need a help according to Random Number
Hi Giung,Here is the source for both functions.//*****************************************************************************//! Set the random number generator seed.//!//! \param ulSeed is the new...
View ArticleForum Post: LM3S9DN6 SYS/BIOS problem
hi all,thank you in advance for your help I am using Stellaris lm3s9dn6and when i debug hello world project it work properlythen when i debug a sys/bios project it generate this errorand then debug...
View ArticleForum Post: RE: API vs Register based programming
The Stellaris API has been used by thousands - thus has long been proven. And - it often achieves multiple Register set-ups/configs - via a single API function. Neither holds true for Direct Register...
View Article