adssd
This commit is contained in:
@@ -35,6 +35,8 @@ w/ WCH HAL (none-os).. I get a full response
|
|||||||
> Partial DNS message: `11 23 81 80 00 01 00 02 00 00 00 00 03 68 79 65 02 73 75 00 00 01 00 01 C0 0C 00 01 00 01 00 00 01 2C 00 04 68 15 33 7F C0 0C 00 01 00 01 00 00 01 2C 00 04 AC 43 B4 9A `
|
> Partial DNS message: `11 23 81 80 00 01 00 02 00 00 00 00 03 68 79 65 02 73 75 00 00 01 00 01 C0 0C 00 01 00 01 00 00 01 2C 00 04 68 15 33 7F C0 0C 00 01 00 01 00 00 01 2C 00 04 AC 43 B4 9A `
|
||||||
Result: 172.67.180.154
|
Result: 172.67.180.154
|
||||||
|
|
||||||
|
`RCC_CTLR`, GPIO Registers, `SPIx_CTLR1` registers are identical
|
||||||
|
|
||||||
```c
|
```c
|
||||||
// Initialize GPIO for W5500 CS
|
// Initialize GPIO for W5500 CS
|
||||||
RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOA, ENABLE);
|
RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOA, ENABLE);
|
||||||
|
|||||||
@@ -10,5 +10,6 @@
|
|||||||
#define FUNCONF_USE_DEBUGPRINTF 0
|
#define FUNCONF_USE_DEBUGPRINTF 0
|
||||||
#define FUNCONF_USE_UARTPRINTF 0
|
#define FUNCONF_USE_UARTPRINTF 0
|
||||||
#define FUNCONF_UART_PRINTF_BAUD 115200 // Only used if FUNCONF_USE_UARTPRINTF is set.
|
#define FUNCONF_UART_PRINTF_BAUD 115200 // Only used if FUNCONF_USE_UARTPRINTF is set.
|
||||||
|
#define FUNCONF_USE_CLK_SEC 0
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user