-
Notifications
You must be signed in to change notification settings - Fork 8.1k
correct mcxn23x and mcxnx4x edma properties information #97389
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
correct mcxn23x and mcxnx4x edma properties information #97389
Conversation
add @NeilChen93 to check |
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.
if the reason is because there is only 8 dma channels, shouldn't you also change dma-channels
from 16 to 8
1. MCXN23x edma1 has 8 channels, not 16. 2. MCXN23x edma0 and edma1 have 94 requests, not 120. 3. MCXNx4x edma0 and edma1 have 117 requests, not 120. Signed-off-by: Zhaoxiang Jin <[email protected]>
1df6467
to
ece7abc
Compare
yes, should change to 8 |
|
update: |
The EDMA1 controller on MCXN236 SoCs has 8 channels not 16.
see:https://github.com/zephyrproject-rtos/hal_nxp/blob/master/mcux/mcux-sdk-ng/devices/MCX/MCXN/MCXN236/MCXN236_COMMON.h#L162
85-92 are resolved