Hi Daniel,
I shouldn't be using lite:
My mqx_sdk_config.h file (located in my project) has this:
#ifndef __mqx_sdk_config_h__
#define __mqx_sdk_config_h__
/* Select initial MQX configuration
* Set one of following configuration:
* MQX_LITE_CONFIG - lower memory usage, less features
* MQX_SMALL_RAM_CONFIG - higer memory usage, more features
*/
#define MQX_COMMON_CONFIG MQX_SMALL_RAM_CONFIG
#define CMSIS_ENABLED 1
#define MQX_USE_IDLE_TASK 1
#define MQXCFG_ENABLE_FP 1 // I TRIED CHANGING THIS TO 0 BUT DIDN"T HELP.
#define MQX_TASK_DESTRUCTION 1
....
I don't see mqx_config.h, I do have mqx_cnfg.h which includes mqx_sdk_config.h
Thanks,
-Raj