Skip to content

Commit

Permalink
Update MATEKH743 timer pin map
Browse files Browse the repository at this point in the history
Remove undefined pins from pin map and correct DMA requests.
  • Loading branch information
ot0tot authored Oct 25, 2024
1 parent 772f2fb commit 84b1352
Showing 1 changed file with 12 additions and 17 deletions.
29 changes: 12 additions & 17 deletions configs/MATEKH743/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -115,23 +115,18 @@

#define TIMER_PIN_MAPPING \
TIMER_PIN_MAP( 0, PB0 , 2, 0) \
TIMER_PIN_MAP( 1, PB1 , 2, 1) \
TIMER_PIN_MAP( 2, PA0 , 2, 2) \
TIMER_PIN_MAP( 3, PA1 , 2, 3) \
TIMER_PIN_MAP( 4, PA2 , 2, 4) \
TIMER_PIN_MAP( 5, PA3 , 2, 5) \
TIMER_PIN_MAP( 6, PD12, 1, 6) \
TIMER_PIN_MAP( 7, PD13, 1, 7) \
TIMER_PIN_MAP( 8, PD14, 1, 12) \
TIMER_PIN_MAP( 9, PD15, 1, -1) \
TIMER_PIN_MAP(10, PE5 , 1, 0) \
TIMER_PIN_MAP(11, PE6 , 1, -1) \
TIMER_PIN_MAP(12, PA8 , 1, 14) \
TIMER_PIN_MAP(13, PA15, 1, 0) \
TIMER_PIN_MAP(14, PC7 , 2, 0) \
TIMER_PIN_MAP(15, PC6 , 2, 0) \
TIMER_PIN_MAP(16, PB8 , 1, 0) \
TIMER_PIN_MAP(17, PB9 , 1, 0)
TIMER_PIN_MAP( 1, PB1 , 2, 0) \
TIMER_PIN_MAP( 2, PA0 , 2, 0) \
TIMER_PIN_MAP( 3, PA1 , 2, 0) \
TIMER_PIN_MAP( 4, PA2 , 2, 0) \
TIMER_PIN_MAP( 5, PA3 , 2, 0) \
TIMER_PIN_MAP( 6, PD12, 1, 0) \
TIMER_PIN_MAP( 7, PD13, 1, 0) \
TIMER_PIN_MAP( 8, PE5 , 1, -1) \
TIMER_PIN_MAP( 9, PE6 , 1, -1) \
TIMER_PIN_MAP(10, PA8 , 1, 0) \
TIMER_PIN_MAP(11, PA15, 1, -1) \
TIMER_PIN_MAP(12, PC7 , 2, -1)



Expand Down

0 comments on commit 84b1352

Please sign in to comment.