2022-06-01 12:44 AM
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).
2022-06-01 12:54 AM
That's Keil, isn't it?
For specific Keil questions (not directly related to STM32) you may be better asking Keil:
2022-06-01 01:42 AM
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.