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
When I try to write to my sensor i am getting a segmentation fault. I have narrowed it down to tmp_buf is being set to basically -inf after going through i2c_iaddr_convert. Do you have any idea as to why that may be happening?
Thanks in advance for any help :)
The text was updated successfully, but these errors were encountered:
You need to pay attention to the implementation of i2c_write, please do not set the page_size in the device to zero, otherwise the cause of copy error will occur
When I try to write to my sensor i am getting a segmentation fault. I have narrowed it down to tmp_buf is being set to basically -inf after going through i2c_iaddr_convert. Do you have any idea as to why that may be happening?
Thanks in advance for any help :)
The text was updated successfully, but these errors were encountered: