ext: stm32: revert fix https://github.com/zephyrproject-rtos/zephyr/pull/8762 #12609
Labels
area: I2S
bug
The issue is a bug, or the PR is fixing a bug
platform: STM32
ST Micro STM32
priority: medium
Medium impact/importance bug
Milestone
Describe the bug
A fix was introduced in ext to fix LL API function.
After analysis, it appears that function is actually correct, and issue was actually in parameters provided that didn't match the API.
Revert fix introduced in API and fix use of API (in drivers/i2s/i2s_ll_stm32.c)
To Reproduce
NA
Expected behavior
NA
Impact
Wrong waveform generated
Screenshots or console output
NA
Environment (please complete the following information):
NA
Additional context
In drivers/i2s/i2s_ll_stm32.c, function
LL_RCC_PLLI2S_ConfigDomain_I2S
, parameterPLLR
should be one of:which are actually already shifted values.
The text was updated successfully, but these errors were encountered: