Closed ed-xmos closed 7 years ago
docs show separate parameters: sdram_read (c_server, sdram_state, bank, row, col, words, move(buffer_pointer));
But code wraps in a struct:
int sdram_read (streaming chanend c_sdram_server, s_sdram_state &state, unsigned address, unsigned word_count, unsigned * movable buffer);
Addressed by 3.2.0 / https://github.com/xmos/lib_sdram/pull/18
docs show separate parameters: sdram_read (c_server, sdram_state, bank, row, col, words, move(buffer_pointer));
But code wraps in a struct:
int sdram_read (streaming chanend c_sdram_server, s_sdram_state &state, unsigned address, unsigned word_count, unsigned * movable buffer);