Skip to main content
Visitor II
September 18, 2024
Solved

STW81200 Custom Library

  • September 18, 2024
  • 2 replies
  • 912 views

Hello Everyone,
Can anyone help me out !
Currently, I am working with STW81200 RF Synthesizer Module by using the STM32 Controller. I have used STW81200GUI Tool for frequency generation. But I don't want to use the tool anymore. I want to write my own custom  library for frequency generation (50MHz-6GHz) .i.e., Custom Function to generate Ten 32-bit registers of frequency which is ranging from 50MHz t0 6GHz without using the Tool. But I don't know what are all the parameters to consider for frequency generation. Can you help me to create Ten 32-bit registers for frequency (50MHz-6GHz) without using the Tool.
   
regards,
Tarun Bandari.

    This topic has been closed for replies.
    Best answer by mƎALLEm

    Hello @Tarun_Bandari and welcome to the community,

    In that case you need to read the STW81200 datasheet and you need SPI communication for that.

    SofLit_0-1726655802825.png

    You need to read the registers description and adapt your custom library according to your needs.

     

     

     

    2 replies

    mƎALLEmAnswer
    Technical Moderator
    September 18, 2024

    Hello @Tarun_Bandari and welcome to the community,

    In that case you need to read the STW81200 datasheet and you need SPI communication for that.

    SofLit_0-1726655802825.png

    You need to read the registers description and adapt your custom library according to your needs.

     

     

     

    Graduate II
    September 18, 2024

    Read the data sheet.

    Review other library code and examples.

    Write your own implementation / interpretation of that 

    Test

    Done