All Questions

13 questions
Filter by
Sorted by
Tagged with
0
votes
1answer
86 views

Code Composer Studio problem with fread() on c5502 chips/windows 10 [closed]

Problem: fread does not seem to work for TI tms320vc5502 cpus using any code composer studio on windows 10. I have tried with multiple installations to confirm this, I am currently using CCSv6. TI ...
0
votes
0answers
17 views

CCS/RF430FRL152HEVM: Trouble NFC value reading for RF430FRL152H

I am using the RF430FRL152HEVM kit for NFC communication with a mobile phone. I am building an app to read from this evaluation board and I am having trouble sending/reading an NDEF signal. I saw that ...
0
votes
0answers
15 views

MSP430F5529 Debugging Options

I Have Currently purchased the Development Kit of MSP430F5529 MCU. I have done the setup of Code Composer Studio Version 10.3.1 and I was able to blink the LED on the Board also take the the input ...
0
votes
0answers
16 views

How to send a NDEF Message using RF430FRL152H board and MSP430

I want to send an NDEF message, and it seems like there is an example code from texas instruments on the RF430FRL152H board. However, I don't understand it. I see that it creates an NDEF message but I ...
0
votes
2answers
327 views

Misra - C或其他代码standard compliance in TI CCS

If I need to do Static Code analysis of my code or check for Misra C compliance for my code in TI's CCS for MCU RM57 then how can I do that? I can see 'Code Analysis' in the project preferences but I ...
1
vote
2answers
201 views

Memory allocation of constants and statics in structure?

I am working on IIR Filter implementation where I am initializing filter coefficients and memory (form-2 w) memory as follows. ...
3
votes
2answers
80 views

MSP430G2101 WDT not triggering

I have an MSP430G2101 and I need to use the Watchdog to trigger an interrupt. The code I am trying to use is the following: ...
0
votes
1answer
696 views

Use LCD 1602A with F28027

I want to connect C2000 Piccolo LAUNCHXL-F28027 and LCD 1602A. And I already found this example: http://embedjournal.com/interfacing-16x2-character-lcd-with-c2000-launchpad/. I downloaded the source ...
0
votes
1answer
896 views

Reading GPIO on TM4C123G board

With the TM4C123G board, I'm using Code Composer Studio v6. I want to read the GPIO pins that are connected to the user switches on the board (Pin F4 and Pin F0). The code at first did not work but ...
0
votes
2answers
4k views

Proplem with Code Composer Studio v6 with GCC

I have the following Tiva C Board (TM4C123GXL) Code Composer Studio v6 using GCC Compiling this sample code: ...
1
vote
1answer
1k views

Texas Instruments F28035. Problem downloading software

I am developing an application based on F28035 with CCSv6. The first version of the software was developed using the Experimenter Kit along with the F28035 ControlCARD. In the second stage of ...
5
votes
3answers
2k views

Where is the C API reference for the MSP430? CCS version

I see a lot of sample code and tutorials, but where is it documented that symbols (defines) such asP1OUTandP1DIRare ...
1
vote
0answers
5k views

如何正确使用革命制度党nft in code composer?

I am using CCS 5.x on Windows 7. The TI board is LM4f232. The following code performs A to D conversion of the on-board accelerometer. I am trying to use printf to see my variable values, but it is ...