2021-05-06 09:46 AM
I try to read tags with the configurations:
Coding = FM0
BLF = 640hz
Tari = 6,25us
And I didn't get sucess. But when I try to read tags with the same configuration with EVAL Board I did get sucess.
I don't know what is diferent, because I use the SDK 2.3.0 and I modificatied just this configurations parameters.
Can you help me?
Solved! Go to Solution.
2021-05-20 04:49 AM
Hello MSilv,
I still have no information of what is your problem and waiting for details, but if related to FM0 performance,
please ensure your FW compiler is using the appropriate level of optimization.
Indeed, code optimization has a significative impact on performances specially for high rates configurations (FM0, miller2, 640kHz ...).
Recommended optimization level is optimization at least -O3 and if available in your compiler -Ospeed (-Ofast depending on used compiler).
best regards,
Cedric.
2021-05-17 03:19 AM
Hello MSilv,
I am sorry but I am not sure I understood your point.
The configuration:
Coding = FM0
BLF = 640hz
Tari = 6,25us
is indeed working (it is part of our release tests) with v2.3.0 on an EVAL board.
Could you please detail with which configuration you don't get success ?
best regards,
Cedric.
PS: For your information, a new release (v3.0.0) is available on st.com.
2021-05-20 04:49 AM
Hello MSilv,
I still have no information of what is your problem and waiting for details, but if related to FM0 performance,
please ensure your FW compiler is using the appropriate level of optimization.
Indeed, code optimization has a significative impact on performances specially for high rates configurations (FM0, miller2, 640kHz ...).
Recommended optimization level is optimization at least -O3 and if available in your compiler -Ospeed (-Ofast depending on used compiler).
best regards,
Cedric.