-
Notifications
You must be signed in to change notification settings - Fork 20
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
NFC_EEPROM sample write does not take effect on NUCLEO-L433RC-P + X-NUCLEO-NFC04A1 #119
Comments
I've captured a trace of I2C bus activity with my 'scope, starting at the point where
I've inserted a linebreak between the set of operations triggered by I've not yet been able to track down where in the code this is happening, but this shows it's definitely an issue with the code. |
Using the debugger, I'm able to get as far as the HAL interface with the correct data present for a write - so it seems like this may be some kind of HAL/driver issue? I'm not sure where to go from here, although at this point it's probably not related to this particular example project. |
I am able to write to the EEPROM using the lower-level I2C library, however - so not a hardware or lower level HAL issue. |
Hello, I can write NDEF messages to the M24SR integration using this project. The device I am developing needs to run at very low power consumption. The NFC integrated itself consumes power at a very micro-ampere level. But when I activate the library, the power consumption rises to around 3.16mA. There seems to be an issue with the I2C line shutting down. Have you had any experience with this subject? |
Description of defect
After building the NFC_EEPROM sample for the Nucleo-L433RC-P dev board with the Nucleo-NFC04A1 expansion, the sample compiles and runs, but while it claims to successfully write a message, the message in the EEPROM is not modified.
The following was added to
mbed_app.json
intarget_overrides
:After compiling and flashing, the following output is observed:
However, the message when read by a smartphone remains unchanged - and no matter the URL set in the source, the length read back is always 20.
Target(s) affected by this defect ?
NUCLEO-L433RC-P + X-NUCLEO-NFC04A1
Toolchain(s) (name and version) displaying this defect ?
Arm Compiler 6
What version of Mbed-os are you using (tag or sha) ?
6.15.1
What version(s) of tools are you using. List all that apply (E.g. mbed-cli)
None
How is this defect reproduced ?
mbed_app.json
The text was updated successfully, but these errors were encountered: