Hello, By default, all X-ware components (ThreadX, GUIX, NetX etc.) are built using pre-built library. This is done in order to reduce build time significantly. The downside is such that you won't be able to see a source for these modules when debugging (Renesas Frameworks, HAL drivers and your application code can all be seen however). You can add ThreadX Source (and other EL Source modules) to your project in order to build them from source and be able to step through it when debugging (you will also need a development/production license). You will also need to add source module if you'd like to change one of the build-time parameters (such as tickrate). Regards
↧