Skip to content

Commit

Permalink
ports/psoc6: SPI enhanvements and test.
Browse files Browse the repository at this point in the history
Signed-off-by: NikhitaR-IFX <Nikhita.Rajasekhar@infineon.com>
  • Loading branch information
NikhitaR-IFX committed Apr 12, 2024
1 parent ad9a20a commit 77ff649
Show file tree
Hide file tree
Showing 4 changed files with 341 additions and 245 deletions.
12 changes: 1 addition & 11 deletions docs/psoc6/quickref.rst
Original file line number Diff line number Diff line change
Expand Up @@ -522,16 +522,6 @@ Software SPI (using bit-banging) works on all pins, and is accessed via the

Hardware SPI bus
----------------
Hardware SPI works on the following listed pair of SPI pins.

===== =========== ============ ============
\ Default
===== =========== ============ ============
MOSI P9_0 P6_0 P10_0
MISO P9_1 P6_1 P10_1
SCK P9_2 P6_2 P10_2
===== =========== ============ ============

..
TODO: This is only applicable to the CY8CPROTO-062-4343W. This does not belong here.
TODO: Define approach on how the user gets to know the pinout diagram, alternate function of each board
Expand All @@ -540,7 +530,7 @@ SCK P9_2 P6_2 P10_2
- To create a pinout diagram?
Refer `PSoC 6 MCU: CY8C62x8, CY8C62xA Datasheet <https://www.infineon.com/dgdl/Infineon-PSOC_6_MCU_CY8C62X8_CY8C62XA-DataSheet-v18_00-EN.pdf?fileId=8ac78c8c7d0d8da4017d0ee7d03a70b1>`_
for additional details regarding all the SPI capable pins. The pins ``sck``, ``mosi`` and ``miso`` *must* be specified when
for details regarding all the SPI capable pins. The pins ``sck``, ``mosi`` and ``miso`` *must* be specified when
initialising Software SPI.

The driver is accessed via :ref:`machine.SPI <machine.SPI>`
Expand Down
Loading

0 comments on commit 77ff649

Please sign in to comment.