-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Labels
e-mcxaIssues for the NXP MCX-A family of chipsIssues for the NXP MCX-A family of chips
Description
The very first transaction fails with the InvalidRequest error.
I've found it comes from here:
embassy/embassy-mcxa/src/i3c/controller.rs
Lines 706 to 709 in 224a291
| async fn async_stop(&self, bus_type: BusType) -> Result<(), IOError> { | |
| if !self.info.regs().mstatus().read().state().is_normact() { | |
| Err(IOError::InvalidRequest) | |
| } else { |
State is not normact (3), but ibiack (6).
Both the async and the blocking version seem to have this problem.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
e-mcxaIssues for the NXP MCX-A family of chipsIssues for the NXP MCX-A family of chips