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
sorry for delayed response. Is this still an issue? If so, could you send me disassembled code? And could you send me screenshot from debugger when program counter points to asm store instruction in this command? I would like to see general purpose core registers at this very moment too.
Regards,
Lukas