Skip to content
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

I2S Example for the MAX32666 #767

Closed
selimgullulu opened this issue Oct 12, 2023 · 7 comments
Closed

I2S Example for the MAX32666 #767

selimgullulu opened this issue Oct 12, 2023 · 7 comments
Assignees
Labels
enhancement New feature, request, or updating to latest version MAX32665 Related to the MAX32665 (ME14)

Comments

@selimgullulu
Copy link
Contributor

We don't have an I2S example for the MAX32665/6 in the MSDK. Can this be implemented?
Regards
Selim

@Jake-Carter
Copy link
Contributor

Jake-Carter commented Oct 18, 2023

Hi @selimgullulu, actually the MAX32665 family does not have an I2S peripheral. I2S is supported as a sub-mode of a custom "audio subsystem" (see section 23 of the MAX32665 UG).

I checked our SDK and it looks like we don't even have register-level support for this audio subsystem. We define the base address, but none of the other registers. I will check with the team to see what the status of that peripheral is.

@selimgullulu
Copy link
Contributor Author

Hi @Jake-Carter thank you for your update.
Regards
Selim

@Jake-Carter
Copy link
Contributor

Hi @selimgullulu,

Apparently we lost contact with the original design team for this peripheral some time ago... but the peripheral is not listed as defeatured in any of our public facing documentation, so it's reasonable that we have some level of support for it in the MSDK.

It will take some time to track down the design resources for it, but @sihyung-maxim has started to look into it.

@Jake-Carter Jake-Carter added enhancement New feature, request, or updating to latest version MAX32665 Related to the MAX32665 (ME14) labels Oct 25, 2023
@ersahatmacaa
Copy link
Contributor

Hi @Jake-Carter

I just started working in the Customer Applications team in Turkey. Right now, I'm writing a low-level example project for the audio subsystem. But I'm only using I2S transmit and receive mode on PCM. If it's alright, I would also like to contribute.

Regards
Ersah

@Jake-Carter
Copy link
Contributor

Hi @ersahatmacaa, welcome aboard! Glad to have you.

We would love your contributions. Do you have the register-level documentation you need?

@ersahatmacaa
Copy link
Contributor

Hi @Jake-Carter, thank you.

I have the user guide, which is public. Apart from that, if there is any documentation related to the audio subsystem, I would like to check it.

@selimgullulu
Copy link
Contributor Author

I think the issue can be closed since @ersahatmacaa has introduced the Audio_Playback example with #815

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature, request, or updating to latest version MAX32665 Related to the MAX32665 (ME14)
Projects
None yet
Development

No branches or pull requests

4 participants