2023-09-11 06:05 AM
When I tried to start my device using the sample code provided by the manufacturer, I received the error messages "SetBaseFrequency not working" and "PLL not working". I have confirmed that the device's crystal is functioning properly and the MCU is working normally. What could be the possible reasons for this issue?
2023-09-11 06:29 AM
Hello @Alex_tw
Could you please add the exemple, the visions of the firmware that you are using (better to update them). So that other members of community and can test and may help you finding solutions.
Best regards.
II
2023-09-11 06:44 PM
Hi,Issamos
Thank you for your suggestion.firmware visions : 3.2.1.0
sample code : ST25RU3993_FW_v3.2.1.0_Eval.bin
2023-09-11 07:01 PM
Hello again @Alex_tw
I suggest you to open your project using CubeMX and verify your clock configuration are compatible with your board or not.
Best regards.
II
2023-09-11 07:07 PM - edited 2023-09-11 07:08 PM
One other thing, this product (ST25RU3993) is an NRND
that means that he is not recommended for new design.
That's why I suggest you to think about using a new one.
Best regards.
II
2023-09-12 06:00 PM
We purchase in bulk from the distributor, so we are not currently concerned about this issue. Thank you for the reminder.
2023-09-12 06:17 PM
We have used CubeIDE to check the clock frequency settings and found no anomalies.
Given the situation I encountered, is the error "PLL not working" caused by "SetBaseFrequency not working"? And the baseFrequency error should be related to the crystal. Is this line of thinking correct?