-
Notifications
You must be signed in to change notification settings - Fork 7.8k
dts: st: u3: enable sai node for stm32u3xx #92575
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
Conversation
e264224
to
5a16313
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would you mind adding an overlay in samples/drivers/i2s/output
so it can be tested in CI?
Define SAI nodes for STM32U3xx series Signed-off-by: Mario Paja <[email protected]>
Add nucleo_u385rg_q overlay and SAI conf in samples/drivers/i2s/output Signed-off-by: Mario Paja <[email protected]>
|
Hello @mariopaja , I have unexpected console output when running the I2S output test. Command: Do you have any idea what might be causing this? Is some specific connection needed ? console output : For the test to pass, the console output must include the phrase |
Hi @djiatsaf-st,
I was just able to do a test again on the HW usart1 console output: This happens because one of the usart1 gpio is used by the SAI1. This is the reason I have used lpuart1 for the console:
It seems like you have already found the issue and provided a solution: zephyrproject-rtos/hal_stm32#301 |
Thanks for your feedback. Everything's fine on my end. |
Define SAI nodes for STM32U3xx series
Sample: 44.1KHz, 16bit, 2CH
Board: nucleo_u385rg_q
Streaming is a bit challenging but it is to demonstrate the SAI capabilities:
stm32u3xx.MOV