-->
Page 2 of 2

Re: Having all funcs from your project go to IROM by default

PostPosted: Mon Jun 24, 2019 5:34 pm
by Artium
I am not sure I understand this.

How does using iram attribute solve the issue of library functions expecting to be located on RAM? How do you add this attribute to those libraries?

Re: Having all funcs from your project go to IROM by default

PostPosted: Thu Jul 04, 2019 10:40 am
by eriksl
How much of this do you understand, so I know where to start explaining?

Re: Having all funcs from your project go to IROM by default

PostPosted: Tue Oct 15, 2019 3:53 am
by Solomon Candy
I know what Artium is asking.. Artium, I think you missed the '*.o' in front of the section descriptions. The linker instruction will only apply to the object files - i.e. likely the source files directly pertaining to the project - and the libraries would be linked as normal, i.e. the .text.* sections will go to the iram as usual.