Hi,
I am using the RTD generated code from the config tool, and at some point i am facing a issue.
where one local variable is assigned value from the global array of structure from the Crypto_cfg.c in Crypto_Hse.c shown in figure below.
the local variable is not getting the value and it is always 0 even if the global variable has value of 0x11.
uint8 u8KeyType = Crypto_aKeyElementList[u32CryptoKeyElementIdx].u8HseKeyType;
u8KeyType is not changing the value.
kindly help
vikmonti7804_0-1712913707706.png
vikmonti7804_1-1712913760203.png
vikmonti7804_2-1712913799220.png