Search Results

Search results 1-1 of 1.

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • Hi I'd like to force the placement of all embOs variable in the internal SRAM, whereas the standard placement is in the external SDRAM in my linker file. I try to use OS_RAM_SECTION_ATTRIBUTE define like this : Source Code (1 line)and in the linker file : Source Code (3 lines) It works fine for all module (embOs and others, with the same kind of syntax), but for embOs, I have some compiler warnings : Source Code (2 lines)because some varaibles are initilized with a specific, and other to 0 in th…