You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: