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
Hi
I'm working with MX25L25735FMI FLASH chip, trying to read it's content over SPI. And I noticed that offset command works in some weird way way: --offset 1 will give offset of 0h100 bytes instead of 1 byte --offset 2 will give offset of 0h200 bytes instead of 2 bytes
and so on.
Is there any way to set offset for reading in bytes instead of hex hundreds of bytes?
Thanks.
The text was updated successfully, but these errors were encountered:
Hi
I'm working with MX25L25735FMI FLASH chip, trying to read it's content over SPI. And I noticed that offset command works in some weird way way:
--offset 1
will give offset of 0h100 bytes instead of 1 byte--offset 2
will give offset of 0h200 bytes instead of 2 bytesand so on.
Is there any way to set offset for reading in bytes instead of hex hundreds of bytes?
Thanks.
The text was updated successfully, but these errors were encountered: