Other Parts Discussed in Thread: MSP-FET
Hello,
I recently purchased NFC_DATALOGGER-EVM. As written in datasheet device comes preprogrammed I plugged in a new CR2032 battery and tried using it with my phone (ONEPLUS 6). At starting it didn't work at all, so i thought to reprogram the device so I purchased MSP-FET for it. After connecting the device as per reference sheet I was able to program the device and started the device in debugging mode with letting it run without any breakpoints. At that time I was able to detect the device 2 times but I was not able to write to the device to start the logger. After trying 2 times, I am not able to detect the device either in debug mode or in normal mode. Also whenever I put the device in debug mode and let it run for sometime and then pause debugger it stops at following line:
__bis_SR_register(LPM3_bits + GIE); //go to low power mode and enable interrupts. Here we are waiting for an RF read or write
Which I think is perfectly fine and shows that code is running properly but I am not able to understand why I am not able to scan the device using my phone NFC and write to the device.
Now I am stuck at this and not able to figure out how to solve this, kindly help me figure out what is the issue.
Thanks
Jeevant Sah