Question
Hi all, I am new to working on stm32cubeide, earlier i have working experience of Embedded IAR workbench & a very strange situation I am facing now Can anyone give me solution regarding this.
I have issue in the following line of code when i am compiling the code with this in IAR it is alright but in stm32cubeide it is showing "stray @ in program" error
Can anyone help me to resolve this.
Code line:- const char [gcpAP_fw_ver] @ FW_VER_STR_ADDR = FW_VER;
