Hello,
I'd like to use GNU linker in order to build a firmware for Nordic nRF. In SES, My goal is to be able to configure a Non-Secure Callable region to place secure code there, that can be called from a non secure image. The problem with the SEGGER linker is that it doesn't support the "--out-implib" like the GNU linker.
I already tried to switch my project to the GNU linker and to specify a flash placement XML file but the section definitions doesn't corresponds to the ones expected by the nRF startup assembly code. I also tried to setup a bare CortexM33 application with the GNU Linker but in this case the application simply doesn't work.
Do you have samples available for writing an nRF application using the GNU Linker rather than the SEGGER one? Or do you have future plans to add support for the --out-implib option in SEGGER Linker?
Thanks
Alex
I'd like to use GNU linker in order to build a firmware for Nordic nRF. In SES, My goal is to be able to configure a Non-Secure Callable region to place secure code there, that can be called from a non secure image. The problem with the SEGGER linker is that it doesn't support the "--out-implib" like the GNU linker.
I already tried to switch my project to the GNU linker and to specify a flash placement XML file but the section definitions doesn't corresponds to the ones expected by the nRF startup assembly code. I also tried to setup a bare CortexM33 application with the GNU Linker but in this case the application simply doesn't work.
Do you have samples available for writing an nRF application using the GNU Linker rather than the SEGGER one? Or do you have future plans to add support for the --out-implib option in SEGGER Linker?
Thanks
Alex
The post was edited 1 time, last by aabadie ().