Part Number: MSP430F5234
Hello,
I'm trying to use MSP430 Reference Code that was written for TI's Power over Ethernet ICs to print voltage/current logs of my test setup, I need to do this every 5-10 miliseconds.
The current timer being used in the main.c file is TIMER0_A1 and the lowest time interval I can get my print logs to be is ~50ms. I am doing this by reducing the counter in the code. Any ideas of which timer I can use to further reduce the counter so that I can increase my print log speed?
