What is the epilogue_w4() library call and how to stop using it?
In a function declared in RAM, I get the following warnings from the STM8 IAR compiler:Warning[Ta005]: Library call (?epilogue_w4) from within a __ramfunc function C:\myproject\src\myfiles.c 110 In the .map, I found that this function was part of vre...