threadx icon indicating copy to clipboard operation
threadx copied to clipboard

Could not find __tx_SVCallHandler definition

Open kaushaleinfo opened this issue 2 years ago • 3 comments

Hi Team,

I am using ThreadX 6.2.0 but could not find definition of __tx_SVCallHandler however we are using it in application layer, So definition of this handler is must in ThreadX library files. Could you guys please help us where is __tx_SVCallHandler definition.

Thanks Kaushal Panchal

kaushaleinfo avatar Mar 04 '23 04:03 kaushaleinfo

What processor and compiler are you using?

goldscott avatar Mar 04 '23 05:03 goldscott

I am using Stm32f2xx controller which based on ARMcortex_m3, I use IAR IDE for this project.

kaushaleinfo avatar Mar 04 '23 06:03 kaushaleinfo

@kaushaleinfo , there is no need to define __tx_SVCallHandler in 6.2.0 ThreadX, we have sample projects to demonstrate how to use 6.2 ThreadX: https://github.com/azure-rtos/samples

wangwen-4220 avatar Jul 05 '23 08:07 wangwen-4220