File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
hal/targets/hal/TARGET_Freescale/TARGET_KSDK2_MCUS/TARGET_MCU_K64F/TARGET_HEXIWEAR Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -99,27 +99,33 @@ const PinMap PinMap_UART_RTS[] = {
9999
100100/************SPI***************/
101101const PinMap PinMap_SPI_SCLK [] = {
102+ {PTE2 , SPI_1 , 2 },
102103 {PTB21 , SPI_2 , 2 },
103104 {PTC5 , SPI_0 , 2 },
104105 {PTD5 , SPI_1 , 7 },
105106 {NC , NC , 0 }
106107};
107108
108109const PinMap PinMap_SPI_MOSI [] = {
110+ {PTE1 , SPI_1 , 2 },
111+ {PTE3 , SPI_1 , 7 },
109112 {PTB22 , SPI_2 , 2 },
110113 {PTC6 , SPI_0 , 2 },
111114 {PTD6 , SPI_1 , 7 },
112115 {NC , NC , 0 }
113116};
114117
115118const PinMap PinMap_SPI_MISO [] = {
119+ {PTE1 , SPI_1 , 7 },
120+ {PTE3 , SPI_1 , 2 },
116121 {PTB23 , SPI_2 , 2 },
117122 {PTC7 , SPI_0 , 2 },
118123 {PTD7 , SPI_1 , 7 },
119124 {NC , NC , 0 }
120125};
121126
122127const PinMap PinMap_SPI_SSEL [] = {
128+ {PTE4 , SPI_1 , 2 },
123129 {PTB20 , SPI_2 , 2 },
124130 {PTC4 , SPI_0 , 2 },
125131 {PTD4 , SPI_1 , 7 },
You can’t perform that action at this time.
0 commit comments