Migrating code from IAR to GCC: __no_init, __ramfunc
Hey,I am trying to modify some compiler/linker directives from IAR to GCC. I think I already managed to solve the first two obstacles:1 - In order to not initialize a variable saved in some register:static volatile __no_init uint32_t SystemInfoFlags;...