Skip to content
Snippets Groups Projects
Commit 89800628 authored by Paulus Kruger's avatar Paulus Kruger
Browse files

fixed bug SPI reset

parent f239a24c
No related branches found
No related tags found
No related merge requests found
Pipeline #51408 passed
...@@ -771,12 +771,12 @@ methods: ...@@ -771,12 +771,12 @@ methods:
- IO1.CONF1: 0 - IO1.CONF1: 0
# - IO1.CONF2: 0 # - IO1.CONF2: 0
#ADC SPI bus reset #ADC SPI bus reset
- IO3_GPIO2: 0x40 #CS low - IO3.GPIO2: 0x40 #CS low
- IO3_GPIO1: 0x17 #CLK high - IO3.GPIO1: 0x17 #CLK high
- IO3_GPIO1: 0x15 #CLK low - IO3.GPIO1: 0x15 #CLK low
- IO3_GPIO1: 0x17 #CLK high - IO3.GPIO1: 0x17 #CLK high
- IO3_GPIO1: 0x15 #CLK low - IO3.GPIO1: 0x15 #CLK low
- IO3_GPIO2: 0x47 #CS high - IO3.GPIO2: 0x47 #CS high
- IO4.CONF1: 0xC0 #pin 0x40, 0x80 not used - IO4.CONF1: 0xC0 #pin 0x40, 0x80 not used
......
...@@ -684,12 +684,12 @@ methods: ...@@ -684,12 +684,12 @@ methods:
- IO3.CONF2: 0 - IO3.CONF2: 0
#ADC SPI bus reset #ADC SPI bus reset
- IO3_GPIO2: 0x40 #CS low - IO3.GPIO2: 0x40 #CS low
- IO3_GPIO1: 0x17 #CLK high - IO3.GPIO1: 0x17 #CLK high
- IO3_GPIO1: 0x15 #CLK low - IO3.GPIO1: 0x15 #CLK low
- IO3_GPIO1: 0x17 #CLK high - IO3.GPIO1: 0x17 #CLK high
- IO3_GPIO1: 0x15 #CLK low - IO3.GPIO1: 0x15 #CLK low
- IO3_GPIO2: 0x47 #CS high - IO3.GPIO2: 0x47 #CS high
# - RCU_GPIO1: Update # - RCU_GPIO1: Update
# - RCU_GPIO2: Update # - RCU_GPIO2: Update
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment