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

Implement Initialization Routine - CC430 FIFO Module #24

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

Implement Initialization Routine - CC430 FIFO Module #24

kb1lqd opened this issue Oct 20, 2016 · 0 comments

Comments

@kb1lqd
Copy link
Contributor

kb1lqd commented Oct 20, 2016

In the Ring_Buffers>>FIFO.c source file (and header) the void uart_init(void) function is not actually implemented or used. Applications using the CC430 RAM FIFO's define the initial configuration themselves. This should be updated like the void fifo_sram_init(fifo_sram_state_machine *buffer_struct, const unsigned int sram_address, const unsigned int element_size, const unsigned char element_count) function in the FIFO_SRAM.c source file.

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