Hi Felipe, Open include/debug.h and search for ctlsinfo or ctlserr and you will find the symbol you need to enable (CONFIG_DEBUG_CONTACTLESS_xxx)
Then run: "make menuconfig" and search for (press "/") CONFIG_DEBUG_CONTACTLESS and you will find where to enable it. Best Regards, Alan On Mon, Aug 19, 2024 at 9:46 PM Felipe Moura Oliveira <moura....@gmail.com> wrote: > Hello All, > > I am porting mfrc522.c for esp32c6 dev kit m. I am facing an issue, I can > write well but I am able to see mfrc522 answering in my logic analyzer, but > I can not get data in my software. > I want to know how enable some traces, for example: > > [image: image.png] > > and spi_info: > [image: image.png] > > I enable it in menuconfig but I can see any data: > [image: image.png] > > Can you help me please to use debug features, please ? > > -- > *Felipe Moura de Oliveira* > *Universidade Federal de Minas Gerais* > Linkedin <https://www.linkedin.com/in/felipe-oliveira-75a651a0> > <https://twitter.com/FelipeMOliveir?lang=pt-br> >