HI,
I have a few questions about the chirp configuration of the AWRL1432:
1. If I want to use multiple profiles, can I configure four profiles by adding profiles like 2944?
2. If I do not use profile but want to use chirp configuration to achieve two transmissions with BPM enabled mode of 00, 01, 00, 01, can I achieve this by configuring the PARAM _ ARRAY _ LEN to 2 and the CHIRP _ RPT _ COUNT to 1?
The configuration code is as follows:
3.If it can be realized, when the parameters are written to the address 0x21880000U, what rules are used to fill in the C _ ChirpTxEn, C _ ChirpBpmEn and other parameters? There is a similar parameter design in the MMWAVE _ L _ SDK _ 05 _ 03 _ 00 _ 02 \ firmware \ mmwave _ DFP \ examples \ source \ rlexample _ perchirplut. C routine. But I can't find the parameter writing mode in 0x21880000U. There is no specific description.
The code is as follows:
Is there a detailed description of the specific definition and calculation method of each parameter for reference?
4. At present, I have tried to add two sets of chirp parameters in the 0x21880000U address based on the demo project release-vmax-extension _ v1.00,but from the data, the change does not take effect. If I want to use the chirp configuration, Do I need additional configuration other than addprofile and addchirp?
In addition, the configuration for chirp was found commented out in the MMWAVE _ L _ SDK _ 05 _ 03 _ 00 _ 02 \ source \ control \ mmwave \ SRC \ mmwave _ link _ common. C.Does the mmwave _ link library currently support multiple chirp configurations? Or do I need to call it directly using DFP?