nRF SDK12 comes with folder nRF5_SDK_12.3.0_d7731ad\examples\nfc\record_text\pca10056 and that NFC example runs without issues on my nRF52840@Xenon board.
@fanoush building without USB was a good idea because after some small changes the source can be compiled. The only thing that does not work is the linker! A *.ld file is missing in the SDK12 folder and copying targetlibs/nrf5x_15/nrf5x_linkers/linker_nrf52840_ble_espruino.ld + nrf_common.ld to the SDK12 folder builds the hex file but a lot of warnings will be thrown.
If someone can help me fixing the link files it would be nice ;-)
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
nRF SDK12 comes with folder nRF5_SDK_12.3.0_d7731ad\examples\nfc\record_text\pca10056 and that NFC example runs without issues on my nRF52840@Xenon board.
@fanoush building without USB was a good idea because after some small changes the source can be compiled. The only thing that does not work is the linker! A *.ld file is missing in the SDK12 folder and copying targetlibs/nrf5x_15/nrf5x_linkers/linker_nrf52840_ble_espruino.ld + nrf_common.ld to the SDK12 folder builds the hex file but a lot of warnings will be thrown.
If someone can help me fixing the link files it would be nice ;-)