Forum Post: RE: eZDSP F28335 - Error initializing emulator
Hello Iswarya,Have you verified that you have the correct connection for your target configuration file? Go to View > Target Configuration, double click the target configuration file (extension...
View ArticleForum Post: USB oddity with LM3S5749
This is difficult to explain, so someone may need to ask leading questions, but here's my attempt...I have a program that implements the USB CDC interface and it worked well until I added an array to...
View ArticleForum Post: RE: Concerto Flash API problem
One more question:in F28M35x_Flash.h for v201,// $TI Release: F28M35x Support Library v201 $// $Release Date: Fri Jun 7 10:51:13 CDT 2013 $the structure:struct FADDR_TEST_BITS { // bit...
View ArticleForum Post: RE: Migrating From Launchpad to Prototype JTAG Question
After looking at the schematics of the launchpad and Hercules HDK, I have more specific questions. 1. Do I need a CPLD for implementing a JTAG?If I understand correctly, the CPLD handles which JTAG...
View ArticleForum Post: RE: Program is unable to fit in to available memory when using...
[quote user="Neeraj Verma"]Your answer doesn't match with my problem/query, My problem is "I am getting linking error (code size issue) when using sqrt in CCS" whereas same code works fine on IAR...
View ArticleForum Post: RE: I tried to use Iar embedded workbench IDE to turn on LED of...
cb1_mobileSorry for the late response. Tried to work with it. There was no a good success and finally switched to the Code Composer. There is no problem at all with this IDE. Downloaded the program...
View ArticleForum Post: RE: What can I use to program the MSP430G2001?
[quote user="Ilmars"]OMG :) Poor LaunchPad. You got plenty of them, right?BTW remove R29 and R28 if you put crystal on board.[/quote]No, it's not mine. I never used any other tool for flashing, just my...
View ArticleForum Post: RE: TIVA: I2C: Send one byte and get 2 bytes
Hi Zvika,The Transmit section is fine. In the receive section since you want to recieve two bytes I would change the sequence as followsI2CMasterControl (I2C6_BASE, I2C_MASTER_CMD_BURST_RECEIVE_START);...
View ArticleForum Post: RE: org.eclipse.ui invalid keybinding warnings on startup of CCSv5
Hi Stephen,That should be probably yes. I checked on CCS E2E forum and found a forum post that had the same issue resolved after uninstalls and re-installs. Do go through the entrety of the post as...
View ArticleForum Post: RE: Where to start? TM4C129 based ethernet enabled industrial sensor
Thanks Dave! I originally had the BeagelBone planned but I accidentally blew it up: BeagleBone IOs are not 230V AC tolerant ;-)Good point about the speed, let me give some more details:* Webserver will...
View ArticleForum Post: RE: Tiva C Series EK-TM4C123GXL
Hi,Since the Tiva 2.x is used, it is wise to include both lines specified because you don't know what peripherals/functions are used - ( at least does not harm) which will require boolean definitions...
View ArticleForum Post: RE: SYSBIOS Hang on TI Cortex (Urgent Help)
Hi -kel,Thanks for the feedback. Error is referring to the Task Create []. As the Task Handle has been defined, I suppose there is no issue. Problem is that the reset of the system which is not...
View ArticleForum Post: RE: problem facing with ADC 12A conversion time
[quote user="K VIJAYA RAM BHARADVAJ"]Sir, but my doubt is about two different formulas.[/quote]Because you did not look at the ADC12 block diagram.One formula is for clock of ADC12 core, other for...
View ArticleForum Post: RE: RE: Code Composer Studio on Linux? no USB FET...
Got the same problem with code composer on Debian and Launchpad 1.5,And Energia locks after one upload. Seems to be something with the driver OR ? I have seen something about modifying Linux kernel is...
View ArticleForum Post: RE: MSP430F2132 internal oscillator jitter
[quote user="Ilmars"][quote user="Karl Dahlmann"]As I found out, the FLL can do a synchronization of DCO to the low frequency crystal and this would prevent the 10-50 Hz periodic long time jitter...
View ArticleForum Post: MSP430 LaunchPad with Window 8
How to use MSP430 Launchpad with windows 8 ?
View ArticleForum Post: Reprogramming flash memory with updated application program FYI
Santosh,Thanks for your assistance Friday. It allowed me to continue debugging my application that overlays the current program with an updated version.Since Friday, I have found a couple additional...
View ArticleForum Post: RE: I2C LCD display library for Energia
Problem solved, see:http://forum.stellarisiti.com/topic/677-i2c-on-stellaris-launchpad/#entry5646
View ArticleForum Post: RE: Program starts permanently from the beginning
That's what I thougt...Furthermore I defined several vars as const... . Finally I understand in which way RAM and stack in RAM are working and how to track some mistakes (big progress).Right now the...
View ArticleForum Post: Error encountered during linking when trying to call filter...
Hi,I am using one of the ADC channel for sampling the incoming signal and trying to filter it as described I got the filter coeficients using parametrs fa=3Hz,fb=8Hz,lenght=21,Fs=500Hz in this...
View Article