Open
Description
Description / Steps to reproduce the issue
Hello All,
I am porting MFRC522 rfid card reader to esp32 c6. During port test I am facing issue related SPI message read.
1 - Add breakpoint in mfrc522_getfwversion() function, - I did minor change in code, not necessary:
file: mfrc522.c
line 1160
2 - Run the code until it hits the breakpoint
3 - In my case I start logic analyze and hit "next" in the gdb.
Looking syslog msgs and results in logic Analyze We can see that the rfid IC answer 0xB2, but spi drive can't get this value.
On which OS does this issue occur?
[Linux]
What is the version of your OS?
Ubuntu 24
NuttX Version
master
Issue Architecture
[risc-v]
Issue Area
[Drivers]
Verification
- I have verified before submitting the report.