Other Parts Discussed in Thread: MSP430F1222 Hi,
I have a project using MSP430F1222.
CPU oscillator is 6.4MHz. this is the frequency of timer A tick too.
In the ISR of timer A CC0 I measure how many ticks it takes to execute the following code:
setSCL…
Other Parts Discussed in Thread: MSP430F1222 Hi,
I have a project for MSP430F1222, CPU frequency 6 MHz.
It is written in C++.
C++ dialect is "extended embedded C++". complier IAR kickstart. No any optimization.
I have two functions:
private function…
Other Parts Discussed in Thread: MSP430F1222 Hi,
I am writing a C++ project on MSP430F1222 using IAR. My problem is related to the nested class named "Queue".
When I compile the following code, the compilation stage passes fine but I receive the…
Other Parts Discussed in Thread: MSP430F1222 Hi,
I am using MSP430F1222 with MSP-FET430UIF debugger and IAR.
compilation and linking is fine.
I am using the debugger power source for the chip so I chose the "attach to running target" option. the voltage…
Other Parts Discussed in Thread: MSP430F1222 , MSP430F1611 Hi,
I have made a board with a MSP430F1222. Everything was going right but while doing some modifycation of the software, le MSP430F1222 stopped to respond to BSL request and to J-Tag.
I think I…
Other Parts Discussed in Thread: MSP430F1222 , MSP430F1232
Here is my configuration:
1.Latest Code composer 5.3.0.00090
2. MPS-FET430UIF
3. My board with msp430F1222
A very simple program: (only to illustrate problem, not work at all)
#include <msp430…
Other Parts Discussed in Thread: MSP430F1222 , MSP430F122 Hi,
I am trying to write a simple software to blink a LED light on GPIO pin on MSP430F1222 MCU.
Compilation works fine but the linker doesn't work well.
After downloading the firmware to the…
Other Parts Discussed in Thread: MSP430F2112 , MSP430F1222 How do I change the CCS setting to move from debugging a Stellaris design to debugging an MSP430F2112 design using the MSP430-FET430UIF?
Other Parts Discussed in Thread: CC2420 , MSP430F1222 , TIMAC , SIMPLICITI , CC2520 Hello everybody,
I want to use the CC2420 with a MSP430F1222 from TI. And here is my question:
Where can I find "easy to use and understand" libraries to control the CC2420…
Other Parts Discussed in Thread: CC2420 , MSP430F1222 Hello Everybody,
I wan to use the CC2420 with the MSP430F1222 MCU and here is my question:
What pins (minimum!!!) do I need to transmit and receive data from/to the CC2420. Is it enough to interface the…