ADI not getting updated

I have created a new ADI in example app,
I am writing values to it. I have set it up similar to speed and temperature in appl_adimap_speed.c file in list as well as in mapping.

But my test ADI’s value does not get set.

iADI_Test = (INT16)value;
iADI_Temperature = iADI_Test;
iADI_Speed = iADI_Test;

I set all values together but only Speed and Temperature get updated. Test does not get updated. Can someone help? Thanks

Hi @mnsed ,

It is difficult to debug your code for you especially with out knowing your entire project. If you are using the speed example one though is that the speed and temperature are being used else where. Perhaps in APPL_CyclicalProcessing .

Deryck