grblHAL / LPC176x

grblHAL driver for LPC1968 and LPC1769
Other
18 stars 22 forks source link

SKR 1.4 turbo Serial RX/TX Wifi #25

Closed VeXed2 closed 2 years ago

VeXed2 commented 2 years ago

Hello, I am trying to use this to use the board with Wifi instead of USB. I've commented "#define USB_SERIAL_CDC" in my_machine.h, I've put these:

terjeio commented 2 years ago

Try with IOCON_FUNC3 instead of IOCON_FUNC1 for the pin mapping. Ref table 86 in the user manual (UM10360).

VeXed2 commented 2 years ago

That fixed it. Thank you very much :)