Tool/software: Code Composer Studio
Hello!
Given:
1 - Ubuntu 18.04 LTS
2 - CCS 9.2
3 - processor_sdk_rtos_am57xx_6_00_00_07
4 - pdk_am57xx_1_0_15
5 - JTAG emulator XDS220 Spectrum Digital
6 - Project - vps_captureVipExample_idkAM572x_armExampleProject
I have an ar 0134 sensor. I need to change the values of the RGB colors in the registers. We know the addresses of the RGB registers. Namely: green1 gain, blue gain, red gain and green2 gain. The transfer of register values is via the I2C interface. Question: how can register values be changed in the project code vps_captureVipExample_idkAM572x_armExampleProject?
Thanks!