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
{{ message }}
This repository has been archived by the owner on Apr 9, 2020. It is now read-only.
In libiio_if.m file I find something wrong related to buffer creation.
269. % Create the IIO buffer used to write data
obj.iio_buf_size =obj.data_ch_size*obj.iio_scan_elm_no;
obj.iio_buffer = calllib(obj.libname, 'iio_device_create_buffer', obj.iio_dev,...
obj.data_ch_size, 1);
In functions of initOutputDataChannels, also in writeData function. Please check it.
The text was updated successfully, but these errors were encountered:
269. % Create the IIO buffer used to write data
obj.iio_buf_size =obj.data_ch_size*obj.iio_scan_elm_no;
obj.iio_buffer = calllib(obj.libname, 'iio_device_create_buffer', obj.iio_dev,...
obj.iio_buf_size, 1);
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In libiio_if.m file I find something wrong related to buffer creation.
In functions of
initOutputDataChannels
, also inwriteData
function. Please check it.The text was updated successfully, but these errors were encountered: