Hello, I accidentally connected Vcc to the interrupt pin in an X-NUCLEO-NFC06A1, now I don't get any interrupts. Is it terminally burnt or can I configure an IRQ from somewhere else on the board?
Hello, I want to use X-NUCLEO-NFC06A1 with an esp32 pico kit over i2c. I have the read/write functions from esp and I can read a register from the module. I want to use the code you provide to read an nxp ntag (ndef_t2t.c in x-cube examples has some...
I run the linux demo for X-NUCLEO-NFC06A1 in a raspberry. It starts "Scanning for NFC technologies...", I pass an empty nfc tag to the module and it does not recognize it. I can see the state in demoCycle() passing from state=1 to state=2 (DEMO_ST_DI...
I connect the module to a raspberry pi 3 through SPI, compiled and executed sudo./demo/nfc_demo_st25r3916. I changed the interrupt pin to physical pin 11 because the default was busy.The demo stays at scanning and never detects the module.I ran it ...
Hello,in order to use the hal code I need to write a sequential read from i2c for esp32, as these:BSP_I2C1_SequencialSend((uint16_t)0xA0, (uint8_t *)(txBuf), (len), last, txOnly )
BSP_I2C1_SequencialRecv((uint16_t)0xA0, rxBuf, len ) st25r3916 datash...
Hi,I want to use the nfc0a61 to pair wih a tag with an espressif esp32 and it runs freeRTOS. I don't know if it couns as bare metal.I can keep the posix mutexes implementation from linux_demo (pltf_protect_com, pltf_protect_worker etc) because espre...
Hello, can you explain the "sequential i2c read/write" I see in cube-x example? It does not read any specific register, is it an i2c dump? How does the interrupt work? (functions BSP_I2C1_SequencialRecv, HAL_I2C_Master_Seq_Receive_IT etc)
Hello,I disabled raspberry's CE1 so now I am using the demo unmodified with the exception of the SPI_MAX_FREQ 600000. IRQ is connected to physical pin 26, GPIO 7 in the code (default).The tag is NXP ntag stickers, I don't know exact model. it is dete...