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

Change Legacy SPI functions to SSP #59

Open
henrique-silva opened this issue Dec 5, 2016 · 1 comment
Open

Change Legacy SPI functions to SSP #59

henrique-silva opened this issue Dec 5, 2016 · 1 comment

Comments

@henrique-silva
Copy link
Contributor

There are some discussions on the NXP Forum about the SPI Legacy interface being there only for code portability between LPC20xx and LPC17xx chips. All new designs are recommended to use SSP interfaces, which can operate in SPI mode.

@henrique-silva
Copy link
Contributor Author

There's a known problem with the SSP interface module: the SSEL pin, if configured to operate in SPI mode, will latch after each 16bit transfer [1]. LPC support recommends that for transfers larger than 16bits,the SSEL pin should be set as GPIO and controlled by the driver implementation.

[1] - https://www.lpcware.com/content/forum/ssp-module-ssel-state

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant