diff options
author | Flenk008 <frenk_0_0@hotmail.com> | 2023-03-09 20:39:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-09 20:39:44 +0100 |
commit | 5a30ce4f44b97e2514093fe716db44ee4c9ea420 (patch) | |
tree | 63abf59c60840dbbf6364aed11540db8c8b6b0cf | |
parent | c9d9e6927fd514667aae0e985ada42a736411450 (diff) |
Update stm32Design.md
-rw-r--r-- | GameLogic/stm32/stm32Design.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/GameLogic/stm32/stm32Design.md b/GameLogic/stm32/stm32Design.md index 19f0aa3..f4569d2 100644 --- a/GameLogic/stm32/stm32Design.md +++ b/GameLogic/stm32/stm32Design.md @@ -15,3 +15,19 @@ Pin layout | JB 7 | SPI clock | | JB 8 | SPI data | | JB 9 | SPI cs | + + + +constraints: + +set_property PACKAGE_PIN A15 [get_ports clkSPI] + +set_property PACKAGE_PIN C15 [get_ports csSPI] + +set_property PACKAGE_PIN A17 [get_ports dataSPI] + +set_property IOSTANDARD LVCMOS33 [get_ports dataSPI] + +set_property IOSTANDARD LVCMOS33 [get_ports csSPI] + +set_property IOSTANDARD LVCMOS33 [get_ports clkSPI] . |