SCB_I2C_MSTAT_ERR_SHORT_XFER

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
SaGh_4441651
Level 3
Level 3
First like received First like given

I have a master I2C that is trying to write a buffer to a slave. After calling the write function, I am checking the master status and receiving the following error - SCB_I2C_MSTAT_ERR_SHORT_XFER.

What could this mean?

0 Likes
1 Solution

I figured I was using the wrong clock divider.

View solution in original post

0 Likes
2 Replies
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

Datasheet says : ​The slave NAKed the byte which was expected to be ACKed.​ Obviously the slave has found an error condition or it does not expect to receive the amount of bytes you sent.

Bob

0 Likes

I figured I was using the wrong clock divider.

0 Likes