diff options
| -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] .  |