eclipse-threadx / threadx

Eclipse ThreadX is an advanced real-time operating system (RTOS) designed specifically for deeply embedded applications.
https://github.com/eclipse-threadx/rtos-docs/blob/main/rtos-docs/threadx/index.md
MIT License
2.87k stars 782 forks source link

Could not find __tx_SVCallHandler definition #232

Open kaushaleinfo opened 1 year ago

kaushaleinfo commented 1 year ago

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

goldscott commented 1 year ago

What processor and compiler are you using?

kaushaleinfo commented 1 year ago

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

wangwen-4220 commented 1 year ago

@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