Stm32mp157 SPI A7 example
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2019-09-10 5:39 PM
I am looking for an example using spi6 which is only accessible by A7 core. Explicitly how to enable it in the device tree and a quick example for sending a byte.
Labels:
- Labels:
-
SPI
-
STM32MP15 Lines
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2019-09-25 6:34 AM
Hi @cfilipescu
For Device Tree setting I guess following pages might help :
https://wiki.st.com/stm32mpu/wiki/SPI_overview
https://wiki.st.com/stm32mpu/wiki/SPI_device_tree_configuration
For quick test you can use the Linux kernel spidev_test tool, source code can be found under tools/spi in Linux kernel.
Hope it help
Olivier
Olivier GALLIEN
In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.
In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.
