cancel
Showing results for 
Search instead for 
Did you mean: 

I am having these warnings on my .sct file, any ideas what is happening here?

SLope.3
Associate

warning: L6314W: No section matches pattern load(RO).

warning: L6314W: No section matches pattern address(RO).

warning: L6314W: No section matches pattern =(RO).

warning: L6314W: No section matches pattern execution(RO).

warning: L6314W: No section matches pattern address(RO).

2 REPLIES 2
Andrew Neil
Evangelist III

That's Keil, isn't it?

For specific Keil questions (not directly related to STM32) you may be better asking Keil:

https://community.arm.com/support-forums/f/keil-forum

Scatter file describes sections it can't use or has no data to associate to sections described.

The scatter file isn't provided, and the project / build details aren't either.​

Also it's a warning, so review the .MAP file, and perhaps disassemble or dump things with FromELF, confirming that the linker constructed the output in the manner it was directed too.​

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..