Other Parts Discussed in Thread: MSP430F2274, CCSTUDIO, MSP430G2553
Hi all,
I'm current doing some recreational testing and debugging -- I have an eZ430-RF2500 chip with the MSP430F2274 on-board.
Right now, the most I've done at this point was a simple interrupt-driven piece of code that switches the LEDs when the pushbutton is pressed.
I'd like to use standard output with the board, which I've heard is possible, but I haven't gotten it working. I've currently included "stdio.h" and have a single printf() statement in the main of the program. I've also tried it with the printf() in the interrupt itself.
When I run the program on the chip, everything still works fine with the printf() and all there -- just the printf() doesn't ever seem to trigger. Nothing in the console, etc.
So is it possible to get this to work...? I figure it should be. Just not sure why it's not working.
Thanks very much.