Search the Community
Showing results for tags 'Code Composer Studio'.
-
//########################################################################### #include "DSP2833x_Device.h" // external function prototypes extern void InitSysCtrl(void); extern void InitCpuTimers(void); // Prototype statements for functions found within this file. void Gpio_select(void); void Setup_HS1(void); void Setup_HS2(void); void Setup_HS3(void); void Setup_HS4(void); void Setup_HS5(void); void Setup_HS6(void); // Global Variables int Hall_1_result, Hall_2_result, Hall_3_result, Hall_State, x=0 , P_State=0; #define Hall_1 GpioDataRegs.GPADAT.bit.GPIO24 #define Hall_2 GpioDataRegs.GPA
-
- c2000
- tms320f28335
-
(and 7 more)
Tagged with:
-
Hello, I am looking for a Bluetooth module which I can work with MSP430F5438A (Microcontroller). I am using Code Composer Studio (CCS) IDE. I searched Google a bit and also went through TI web pages about the possible module. I was wondering if anybody can suggest any module which I can work with that specific micro-controller? Other issue is please suggest a module which has enough documents and demo project (Possibly in CCS) to get started and go further. Thanks, Rowshon.
- 1 reply
-
- msp430f5438a
- bluetooth
-
(and 1 more)
Tagged with:
-
Hello ,I'm using MSP430F5131 Microcontroller of TI.I also use a MSP-FET Emulator in order to program that device.i have written a code in Code Composer Studio (Defined the properties of CCS's project to the devices im using).I compiled the program and no errors has found.Then i connected the MSP-FET to the board according to the datasheet SLA138H , page 26 . (The board supplies the 3.3V so i connected it to pin 4 in the JTAG connector of the MSP-FET). I didn't connect the TEST/VPP and didnt connect the the resistor R2 330Ohms as instructed in that datasheet coz i dont need to use the fuse blow
- 5 replies
-
- msp430
- code composer studio
-
(and 5 more)
Tagged with:
-
I am having trouble importing Energia projects into Code Composer Studio. The reason I want to do this is because I have other Energia projects that use specific libraries, and I am looking to debug them. I took the Blink example from Energia and saved the project to a new location. I have verified this, and it compiles successfully. I then opened Code Composer Studio, and imported the Energia Sketch to my workspace using the wizard from the menu button. The operation summary window popped up, and told me an issue was encountered, "Warning: Resource 'wiring_analog.c' already exis
- 3 replies
-
- msp432p401r
- code composer studio
-
(and 3 more)
Tagged with:
-
Seems to me that I2C is a fairly commonly used way to communicate between MSP430G2553 and various sensors. However, I cannot seem to find a standard library that implements it. There are many home spun implementations and there doesn't seem to be a standard I2C Library. I'm VERY NEW to the embedded development world, but have been a windows programmer for 20 years. I'm used to having standard reusable libraries that do the grunt work for me so I don't have to re-invent something that has been done by others 100 times already... Am I just missing something or are all embedded developers
- 2 replies
-
- I2C
- Code Composer Studio
-
(and 2 more)
Tagged with:
-
Good Morning, This may be the wrong place to ask this question. If so, please let me know where to ask it.. I've been a Windows programmer for 20 years. I've pretty much stuck to User Interface development the whole time. I have been using .net and C# for the past 10 years so I am VERY SPOILED when it comes to letting the language do the grunt work and I finesse the code. I now find myself working on a personal project which requires me to program the MSP430G2553 controller. I started out by using Energia (which if you don't know, is a fork off of Arduino) The advantage of it
- 8 replies
-
- Energia
- CodeComposerStudio
- (and 4 more)
-
Hello , I'm new to this field of microcontroller and i need you quick help with a new project of mine. I'm using MSP430F5131. I will explain a little about the project : My main goal is to generate a 1 pulse per second using a 12.8MHz external oscillator. I already have a printed PCB for that project which means i got to understand what the previous designer had done and implement it into my CCS program in order to program my micro controller. i am still new to this whole microcontroller world and im eager to know more , although im short in time. I have attached an electrical wiring of t
-
Hi all, Just made a tutorial both written and video on how to use the graphing tool built into Code Composer Studio. I meant to do this awhile back just not had the time until now, hope it proves of some use. http://coder-tronics.com/code-composer-studio-graphing-tool-tutorial/ https://youtu.be/-iGnh0_9YxE Cheers, Ant
-
Hello, I am having trouble building and compiling a new project in the Code Composer Studio v6. I have a Stellaris Launchpad EK-LM4F120XL. I downloaded the Stellarisware and the Code Composer Studio v6 on my C Drive. I followed the instructions in this link "http://processors.wiki.ti.com/index.php/Creating_new_CCS_v5_Project_with_Stellarisware" ?and I get errors when I try to builld my project. This is the Error Description Resource Path Location Type #20 identifier "tBoolean" is undefined .ccsproject /test_app_01 line 583, external location: C:\StellarisWare\driverlib\sysctl.h C/C+
-
A new version of CCS with Energia Sketch import was posted on the TI CCSv6 Wiki. For those not familiar with what this is. It is a feature in Code Composer Studio v6 that allows you to point CCS at Energia, import your Sketches and then use the full debug feature of CCS to debug your Sketches. It uses mspgcc as the compiler but uses the TI emulation software to debug the LaunchPad. I have not tried the Linux version yet but the Windows one works great. Sorry for the Mac users (myself included), there is no support for Mac OS X yet. Any feedback is welcome! http://processors.wik
-
Hey All, I tired to write a code, just check it out and tell me whether it gives out a LED glowing MSP430 or no. I know i am bad coder but i am learning it. Code is attached below. Tell me what all i should add in it. Thanks And Regards Msp.txt
- 1 reply
-
- MSP430g2231
- Embedded C
-
(and 1 more)
Tagged with:
-
Hey All, Hieeeee When i am debugging my code, it is giving a error called Multiple markers at this line - <a href="file:/D:/code%20composer%20studiov5/ccsv5/tools/compiler/dmed/HTML/MSP430/1527.html">#1527-D</a> (ULP 2.1) Detected SW delay loop using empty loop. Recommend using a timer module instead - #20 identifier "ADC10TL1" is undefined ON THIS LINE while(ADC10CTL1 & ADC10BUSY); Thanks in anticipation Nikki
- 1 reply
-
- MSP430G2231
- EMBEDDED C
-
(and 2 more)
Tagged with: