Hossein

Results 3 comments of Hossein

I've got the same problem. It must be moved to the example folder like the other targets, because it's just an exmaple. there is no other way. btw, "{CMAKE_CURRENT_LIST_DIR}/src/tx_thread_secure_stack_initialize.S" is...

You can fork it and modify the cmake file. that's the only solution for now. That's what I did.

Actually I had missed to add this to resolve the build issue. This define needs to be added to **tx_user.h** for armv8. **#define TX_SINGLE_MODE_NON_SECURE** [https://github.com/eclipse-threadx/rtos-docs/blob/main/rtos-docs/threadx/user-guide-armv8m/chapter2.md](https://github.com/eclipse-threadx/rtos-docs/blob/main/rtos-docs/threadx/user-guide-armv8m/chapter2.md) Anyway, the **tx_initialize_low_level.S** must be...