-
Notifications
You must be signed in to change notification settings - Fork 593
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
os/arch/arm/src/amebasmart: Add macro for I2S DMA size and page number #6621
base: master
Are you sure you want to change the base?
Conversation
zhongnuo-tang
commented
Jan 8, 2025
•
edited
Loading
edited
9847c79
to
e2fefb5
Compare
os/board/rtl8730e/src/component/mbed/targets/hal/rtl8730e/i2s_api.c
Outdated
Show resolved
Hide resolved
- Added I2S DMA size and page macro for user to modify according to usage - supported DMA size of range 4 ~ 16384 bytes - supported DMA page be more than 2 - SP_MAX_DMA_PAGE_NUM in bsp will be synced with dma page set by user - code clean for condition checking, change from hardcoded value 8 to SP_MAX_DMA_PAGE_NUM - 1
e2fefb5
to
c518adc
Compare
@zhongnuo-tang I heard Eric would talk to you about this. Is there any update? |
Let me check with him what is it about.. |
Hi @sunghan-chang, here is the update regarding the qns asked
Anyway, i think maybe it would be better to restrict the page size to 2~8 to prevent confusion? |
@zhongnuo-tang Could you confirm this lastly? Even it does, no upper limitation? page size 16384, page num 100. Is this working? |
If yes, I think no need to modify. |
Hi @sunghan-chang , Before Wi-Fi Connection: The audio functions correctly. |