-
Notifications
You must be signed in to change notification settings - Fork 2.1k
DEBUG stops shell if used in i2c init #10614
Copy link
Copy link
Closed
Labels
Impact: minorThe PR is small in size and might only require a quick look of a knowledgeable reviewerThe PR is small in size and might only require a quick look of a knowledgeable reviewerType: bugThe issue reports a bug / The PR fixes a bug (including spelling errors)The issue reports a bug / The PR fixes a bug (including spelling errors)
Description
Description
For stm32f4 and stm32f1 based cpu, having debug enabled and writing something in the init seems to prevent from interacting.
Steps to reproduce the issue
Enable debug and print in the i2c init of a stm32f4 or f1 board.
Expected results
See the output of the debug print
Actual results
Nothing gets printed and trying to write to the shell yields no result.
Mentioned in #10608
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Impact: minorThe PR is small in size and might only require a quick look of a knowledgeable reviewerThe PR is small in size and might only require a quick look of a knowledgeable reviewerType: bugThe issue reports a bug / The PR fixes a bug (including spelling errors)The issue reports a bug / The PR fixes a bug (including spelling errors)