This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

non init section

Hi

In  other toolchain with GCC it is possibility to move some variable to a non initialiseed section

__attribute__((section(".non_init"))) int buffer[1000U];

When I use this with SES and zephyr I get 

orphan section `.non_init' from `app/libapp.a(HAL_Gpio.cpp.obj)' being placed in section `.non_init'

Is there a solution with SES and zephyr?

Thanks

Parents Reply Children
No Data
Related