Other Parts Discussed in Thread: AFE7900EVM
We want to use an AFE7903 in our new system. The component that controls and configures the AFE chip is an embedded Linux device where the main control application is running on. The application is written in C++ and needs to handle configure requests via JSON file or network to change the configuration of the AFE chip.
We received the corresponding Windows tool "Latte" to experiment with the AFE7900EVM and the C library CAFE2p0 in version 2.2. I already implemented the underlying SPI communication and see it working. At least the logged out communication attempts look good.
The main question is now, how we need to use the library itself. As I understand the "afeSystemParamsStruct" should be filled with all relevant config values. But I have no clue how to trigger the library to write down all those information to the chip. I tried "overrideTdd" which works. But it looks like this is only a small part of the whole configuration.
Can you give me more hints and/or documentation how the library should be used?
BR Christian