I have below C++ code snippet which works perfectly fine:
Address = **(uint32_t **)(0x12345678);
I have a LDRA warning at the line mentioned above Use of C type cast.
Can anyone please help me in type casting above instruction to C++ style?
Thanks, Kalyan