I\'m trying to learn C to program this small routine on a Texas Instruments MSP430. Could you help me understand the ((unsigned char *) 0x0023) part?
I need some help/advice/tip on 开发者_运维问答how to short two 2 ports in MSP430 software wise.
I\'ve been searching for why for two hours. Now I\'m using IAR Embedded Workbench Evaluation 5.30 to debug on a CC430F6137 dev kit board. As I have declared some global static variable, I realize that
I need to set an alarm every 15 minutes (00:15, 00:30, 00:45, 01:00, ...) using a Real time clock do some process and then set new alarm value.
I have a SPI for MSP430 written. If I send WRSR(01h) or RDSR(05h) to M25P64 flash. The response I get from the Flash SPI_MISO is FFh.
I had set MSP430F5418 P2.5 for high to low transition. But I am getting interrupts for both low-to-high and high-to-low transitions. Please my code snippet below.
I have recently been using a uALFAT microSD board by GHI Electronics for data logging, but I have been having problems with its reliability; some of its function calls, at times, take far longer than
So what I am trying to do is receive a packet and print the payload to the serial port. Listening at the port is a python script that reassembles the payload and does some things with it.
I am trying to measure a power device\'s voltage using TI\'s MSP430. The voltage source is connected to A1 (i.e. P4) and ground (i.e. P1) on the target board.
i\'m using msp430f2013 micro controller in my project.. in that i need to calculate the incoming train of pulse signal frequency.... i don\'t know how to do it.... can an开发者_运维技巧yone help me in