Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to select address and send data via I2C #95

Closed
RobertGawron opened this issue Jul 27, 2019 · 0 comments
Closed

Unable to select address and send data via I2C #95

RobertGawron opened this issue Jul 27, 2019 · 0 comments
Assignees
Labels
bug Something isn't working hardware Topics that require changes in HW or needs HW interactions (oscilloscope, multimeter, etc.). software Topics that require changes in SW.
Projects
Milestone

Comments

@RobertGawron
Copy link
Owner

RobertGawron commented Jul 27, 2019

Application stucks on any of those two while()

I2C_Send7bitAddress(I2C_SLAVE_ADDRESS, I2C_DIRECTION_TX);
while(!I2C_CheckEvent(I2C_EVENT_MASTER_TRANSMITTER_MODE_SELECTED));
I2C_SendData(0xf);
while(!I2C_CheckEvent(I2C_EVENT_MASTER_BYTE_TRANSMITTED));

This is not the same as #86 - it stucks on different scenario.

@RobertGawron RobertGawron added bug Something isn't working hardware Topics that require changes in HW or needs HW interactions (oscilloscope, multimeter, etc.). software Topics that require changes in SW. labels Jul 27, 2019
@RobertGawron RobertGawron added this to the 4.0 milestone Jul 27, 2019
@RobertGawron RobertGawron self-assigned this Jul 27, 2019
@RobertGawron RobertGawron added this to To do in v4.0 via automation Jul 27, 2019
@RobertGawron RobertGawron pinned this issue Jul 27, 2019
@RobertGawron RobertGawron moved this from To do to In progress in v4.0 Jul 27, 2019
v4.0 automation moved this from In progress to Done Jul 28, 2019
@RobertGawron RobertGawron unpinned this issue Jul 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working hardware Topics that require changes in HW or needs HW interactions (oscilloscope, multimeter, etc.). software Topics that require changes in SW.
Projects
No open projects
v4.0
  
Done
Development

No branches or pull requests

1 participant