Lime Suite configuration file description

Hi. I needs to description of Lime Suite GUI ini file’s format.
Thanks for help.

There are few sections if you look at an example:

[file_info]
type=lms7002m_minimal_config
version=1
[lms7002_registers_a]
0x0020=0xFFD5
0x0021=0x0E9F
...
[lms7002_registers_b]
0x0100=0x340E
0x0101=0x7800
...
[reference_clocks]
sxt_ref_clk_mhz=40
sxr_ref_clk_mhz=40

Keep [file_info] section as it is.
Sections [lms7002_registers_a] and [lms7002_registers_b] describes register values for each MIMO channel. The format is ADDRESS=VALUE. Section [reference_clocks] describes what reference frequencies are used for PLLs.
Hope this helps.

Is the format ADDRESS=VALUE not include write flag in adress area?

If you mean write flag during SPI transaction, then it does not.

It’s very usefull info. Thanks!