Question
How to port __no_init IAR directive with to GCC compiler? PLEASE HELP ME
I am trying to port an IAR project to STM32CubeIDE and I having several problems. One of them is located in the following line of code
#pragma location=0x30024000
__no_init short rtp_rin_ni [RTP_SIZE_AR ];
#pragma location=0x30024400
__no_init short rtp_play_ni[RTP_SIZE_AR * 4];
and I need full code to help me with that issue I don't know what I need to do.
Best regards to everybody!!
