cancel
Showing results for 
Search instead for 
Did you mean: 

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

SCHOP.1
Associate

how can i solve this issue?

2 REPLIES 2
AA1
Senior III

You should read COSMIC manual. Search for svlreg.

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

SCHOP.1
Associate

Thanks AA.