Hi @DrKarthi
Thank you for sharing your project with us.
For being able to inspect the Data Store variables from your model in FreeMaster using their exact names as in your Simulink model, you should declare them either Volatile or ExportedGlobal. In this way, you can avoid any code optimizations that would rename these variables. For doing this setting, you should open the Embedded Coder from the APPS tab inside your Simulink model, and under the Code Interface option, click on the Individual Element Code Mappings. Inside the table that opens in the bottom side of the model, you could select the Storage Class for each data store variable used in your model. Please refer to the attached images.



After performing these settings, please try and rebuild your model. You can see that now the conversion results can be read directly from the variable corresponding to the data store Channel1. On my setup, since I don't have anything connected to the pin corresponding to the ADC channel used inside your project, the values don't indicate anything more than the conversion is performed and data is read inside the project.

Please let us know if this solves the issue or/and if any additional information is required.
Regards,
Irina