CH573 链接时出错,startup_CH573.S:36:(.vector+0x40): relocation truncated to fit,请教什么原因

移植了一个CH579的代码,出错了,能力有限不知道如何解决。

startup_CH573.S:36:(.vector+0x40): relocation truncated to fit: R_RISCV_JAL against symbol `TMR0_IRQHandler' defined in .text.TMR0_IRQHandler section in ./src/src/it.o

image.png

中断函数没放到ram里面

中断要加上修饰
__attribute__((interrupt("WCH-Interrupt-fast")))
__attribute__((section(".highcode")))


如:
image.png


只有登录才能回复,可以选择微信账号登录