2023-06-26 03:40 AM
My project requires the use of Threadx Modules. Using the TX_MPU example as a guide I have successfully created a Module with some basic functionality using Queues, Mutex and byte pools.
Looking in the Makefile I noticed that -nodefaultlibs and -nostdlib settings are used.
Is there a specific reason why theses settings are used for the Module build? Does it mean that default and standard libraries can not be used by code in the Module?
STM32H7 Series, STM32CubeMX, AzureRTOS