Hi all,
I have an application for MSP430 using driverlib and I want to port it to a regular MSP430F247 which doesn't have support for driverlib. Of course I'm getting tons of errors everywhere as expected, but there's functions I cannot determine what they do.
For example the function: "__low_power_mode_off_on_exit(); ". I would like to know what does exactly this function do, just to implement it by hand.
Has anyone tried this before?
Any hints?
Cheers,