Skip to main content
Visitor II
May 30, 2023
Question

Hi. I am using STM8S207R8.When i build the project in ST Visual studio , i get error as #error clnk Release\sdrivemkii.lkf:1 @svlreg missing for function f_UART1_RX_IRQHandler

  • May 30, 2023
  • 2 replies
  • 1018 views

how can i solve this issue?

    This topic has been closed for replies.

    2 replies

    Visitor II
    June 1, 2023

    You should read COSMIC manual. Search for svlreg.

    If an interrupt handler uses longs (and maybe floats), you have to add @svlreg.

    SCHOP.1Author
    Visitor II
    June 5, 2023

    Thanks AA.