Good day, I am using a USB to UART IC and it isn't working just because the nRF51822 Tx signal is inverted from this IC. There are some way to invert the UART signals?
Good day, I am using a USB to UART IC and it isn't working just because the nRF51822 Tx signal is inverted from this IC. There are some way to invert the UART signals?
Hi Joe. Attached are the print screens of what happen with emIDE (it didn't configure the "Pin select for TXD) and Keil (working) for the same source code. This configuration is at nRF51_Series_Reference_Manual_V2.1.pdf, page 163 (memory address 0x4000250C).
For me, as I'm using gcc with eclipse (on linux host), I have a BOARD := BOARD_NRF6310 in my Makefile and the uart example works with both the sdk's gcc setup and Ole Morten's pure-gcc setup.
For me, as I'm using gcc with eclipse (on linux host), I have a BOARD := BOARD_NRF6310 in my Makefile and the uart example works with both the sdk's gcc setup and Ole Morten's pure-gcc setup.