-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash on Nucleo #7
Comments
Trying to catch it in the debugger yields:
|
I am new to the NFC and I am trying to build and flash this example in the custom board with nRF52840 and the ST25R3916 chip. I have checked the overlay file and also added few required macros for JLinkRTTViewer in the prj.conf file. I also tried by disabling the 'platformSpiSelect()' and 'platformSpiDeselect()' and enabling the ST25R_COM_SINGLETXRX macro as mentioned in the guide. But, the code throws the error of st25r chip not initialized. Kind request to guide me for the required changes in the code to function as intended. |
@RANAROYG Are you seeing the crash reported in this ticket? Or is this a separate question? |
I apologise for the above query. I request to resolve the query. I need to create the new ticket. |
When running on the Nucleo and scanning an NFC card, I get a crash after the scan:
If a small delay is put in the main loop, say via
k_sleep(K_MSEC(1))
, then the crash goes away.This crash doesn't occur when targeting the Nordic dev boards.
The text was updated successfully, but these errors were encountered: