🐛 Fixes for BTT Octopus (#22314)
This commit is contained in:
		
				
					committed by
					
						 Scott Lahteine
						Scott Lahteine
					
				
			
			
				
	
			
			
			
						parent
						
							eafb94e72d
						
					
				
				
					commit
					573b8a62d9
				
			| @@ -232,6 +232,7 @@ const PinMap PinMap_PWM[] = { | ||||
| const PinMap PinMap_UART_TX[] = { | ||||
|   //  {PA_0,  UART4,   STM_PIN_DATA(STM_MODE_AF_PP, GPIO_PULLUP, GPIO_AF8_UART4)}, | ||||
|   //  {PA_2,  USART2,  STM_PIN_DATA(STM_MODE_AF_PP, GPIO_PULLUP, GPIO_AF7_USART2)}, | ||||
|   {PD_5,  USART2,  STM_PIN_DATA(STM_MODE_AF_PP, GPIO_PULLUP, GPIO_AF7_USART2)}, | ||||
|   {PA_9,  USART1,  STM_PIN_DATA(STM_MODE_AF_PP, GPIO_PULLUP, GPIO_AF7_USART1)}, | ||||
|   {PD_8,  USART3,  STM_PIN_DATA(STM_MODE_AF_PP, GPIO_PULLUP, GPIO_AF7_USART3)}, | ||||
|   //  {PB_6,  USART1,  STM_PIN_DATA(STM_MODE_AF_PP, GPIO_PULLUP, GPIO_AF7_USART1)}, | ||||
| @@ -248,6 +249,7 @@ const PinMap PinMap_UART_TX[] = { | ||||
| const PinMap PinMap_UART_RX[] = { | ||||
|   //  {PA_1,  UART4,   STM_PIN_DATA(STM_MODE_AF_PP, GPIO_PULLUP, GPIO_AF8_UART4)}, | ||||
|   //  {PA_3,  USART2,  STM_PIN_DATA(STM_MODE_AF_PP, GPIO_PULLUP, GPIO_AF7_USART2)}, | ||||
|   {PD_6,  USART2,  STM_PIN_DATA(STM_MODE_AF_PP, GPIO_PULLUP, GPIO_AF7_USART2)}, | ||||
|   {PA_10, USART1,  STM_PIN_DATA(STM_MODE_AF_PP, GPIO_PULLUP, GPIO_AF7_USART1)}, | ||||
|   {PD_9,  USART3,  STM_PIN_DATA(STM_MODE_AF_PP, GPIO_PULLUP, GPIO_AF7_USART3)}, | ||||
|   //  {PB_7,  USART1,  STM_PIN_DATA(STM_MODE_AF_PP, GPIO_PULLUP, GPIO_AF7_USART1)}, | ||||
|   | ||||
| @@ -150,7 +150,7 @@ extern "C" { | ||||
|  | ||||
| // PWM resolution | ||||
| //#define PWM_RESOLUTION          12 | ||||
| #define PWM_FREQUENCY           20000 // >= 20 Khz => inaudible noise for fans | ||||
| #define PWM_FREQUENCY           1000 // >= 20 Khz => inaudible noise for fans | ||||
| #define PWM_MAX_DUTY_CYCLE      255 | ||||
|  | ||||
| // SPI Definitions | ||||
|   | ||||
		Reference in New Issue
	
	Block a user