Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is radio_load_default_frequency() Needed #29

Open
kb1lqd opened this issue Oct 24, 2016 · 0 comments
Open

Is radio_load_default_frequency() Needed #29

kb1lqd opened this issue Oct 24, 2016 · 0 comments

Comments

@kb1lqd
Copy link
Contributor

kb1lqd commented Oct 24, 2016

The function:

/**@brief Load default CC430 frequency
 *  Update the CC430 HAL "RfSettings" frequency registers definitions with supplied values.
 *  Reference the CC430 users guide for more information about the CC430 radio registers.
 *
 *  @param freq2 MSB index of the 3 byte radio module register
 *  @param freq1 Index [1] of the 3 byte radio module register
 *  @param freq0 LSB index of the 3 byte radio module register
 */
void radio_load_default_frequency(unsigned char freq2, unsigned char freq1, unsigned char freq0);

Is not really needed since the RF settings should be a default safe value and then use of the

CC430_Program_Freq(unsigned char freq2, unsigned char freq1, unsigned char freq0)

function can provide needed RF frequency update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant