nRF7002 Frequency Trimming and Temperature Effects

I am implementing the production line frequency trimming step for the nRF7002, as per https://docs.nordicsemi.com/bundle/nan_043/page/APP/nan_043/xtalxo_freq_trimming.html

We are using the Transmission-Based approach.

As the device is a small wearable device, the device heats up internally during operation, even at idle.  As expected, this affects the output frequency.  From a small test, you can see that there is a ~5PPM difference between boot-up and the eventual stable frequency.

Do you have any guidance on how to handle this?  I understand that the crystal should be at the ideal 25°C during trimming to ensure correct operation.

Parents
  • Hi,

     

    Adam M said:
    I am just wondering how I should handle this as part of the trimming process?

    Trimming should be the first thing to perform, to ensure that the temperature of the IC has not been raised too much over room temperature.

    If you are running other tests, or have a higher (or lower for that matter) temperature when running the trim process, you can use the wifi/radio_test to get the temperature:

    uart:~$ wifi_radio_test get_temperature
    [00:01:14.548,217] <inf> wifi_nrf: The temperature is = 28 degree celsius

     

    you can then map it either higher or lower based on where you want to be on the xtal curve vs. temperature.

     

    Kind regards,

    Håkon

Reply
  • Hi,

     

    Adam M said:
    I am just wondering how I should handle this as part of the trimming process?

    Trimming should be the first thing to perform, to ensure that the temperature of the IC has not been raised too much over room temperature.

    If you are running other tests, or have a higher (or lower for that matter) temperature when running the trim process, you can use the wifi/radio_test to get the temperature:

    uart:~$ wifi_radio_test get_temperature
    [00:01:14.548,217] <inf> wifi_nrf: The temperature is = 28 degree celsius

     

    you can then map it either higher or lower based on where you want to be on the xtal curve vs. temperature.

     

    Kind regards,

    Håkon

Children
No Data
Related