Where I could be find documentation for use MQX on a custom board with K12DN512VLK5 ?
This component apparently is not supported for MQX in the last version of KDS.
Regards,
Hi Sol,
I'm trying MQX RTOS for Kinetis KSDK using KDS 3.0.
As spin-off experiment I try MQX Lite from PE with KDS 3.0; work on my hardware but with lot of warnings. Only one come from my code.
cast from function call of type 'uint_32' to non-matching type 'struct psp_basic_int_frame_struct *' [-Wbad-function-cast] | psp_prv.h | /V100MQXLite/MQXLITE/psp/cortex_m | line 52 | C/C++ Problem |
function declaration isn't a prototype [-Wstrict-prototypes] | cortex.h | /V100MQXLite/MQXLITE/psp/cortex_m | line 331 | C/C++ Problem |
function declaration isn't a prototype [-Wstrict-prototypes] | startup.c | /V100MQXLite/Project_Settings/Startup_Code | line 25 | C/C++ Problem |
function declaration isn't a prototype [-Wstrict-prototypes] | startup.c | /V100MQXLite/Project_Settings/Startup_Code | line 26 | C/C++ Problem |
function declaration isn't a prototype [-Wstrict-prototypes] | startup.c | /V100MQXLite/Project_Settings/Startup_Code | line 27 | C/C++ Problem |
no previous prototype for '__copy_rom_section' [-Wmissing-prototypes] | startup.c | /V100MQXLite/Project_Settings/Startup_Code | line 43 | C/C++ Problem |
no previous prototype for '__init_hardware' [-Wmissing-prototypes] | startup.c | /V100MQXLite/Project_Settings/Startup_Code | line 176 | C/C++ Problem |
no previous prototype for '__init_registers' [-Wmissing-prototypes] | startup.c | /V100MQXLite/Project_Settings/Startup_Code | line 167 | C/C++ Problem |
no previous prototype for '__init_user' [-Wmissing-prototypes] | startup.c | /V100MQXLite/Project_Settings/Startup_Code | line 181 | C/C++ Problem |
no previous prototype for '_task_create_internal' [-Wmissing-prototypes] | task.c | /V100MQXLite/MQXLITE/kernel | line 266 | C/C++ Problem |
no previous prototype for '_task_create' [-Wmissing-prototypes] | task.c | /V100MQXLite/MQXLITE/kernel | line 432 | C/C++ Problem |
no previous prototype for '_time_dequeue_td' [-Wmissing-prototypes] | time_ticks.c | /V100MQXLite/MQXLITE/kernel | line 479 | C/C++ Problem |
no previous prototype for '_time_dequeue' [-Wmissing-prototypes] | time_ticks.c | /V100MQXLite/MQXLITE/kernel | line 437 | C/C++ Problem |
Warning: The device is designed to operate up to 100 kHz! (SCL frequency) | V100MQXLite | AccelI2C/SCL frequency | Processor Expert Problem | |
in expansion of macro '_PSP_SET_PC_OF_INTERRUPTED_TASK' | task.c | /V100MQXLite/MQXLITE/kernel | line 115 | C/C++ Problem |
Regards
Walter
Hello Walter,
Please check the attached documents, and let me know if this helps!!
Have a great day,
Sol
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Hi Sol,
Thank you for post, this docs. apply when in KDS 3.0 ?
Best regards
Walter
Hi Walter,
Could you please confirm which MQX version are you using?
MQX Software Solutions are available in three variants to meet your embedded design needs: traditional MQX RTOS; MQX Lite; and MQX RTOS for Kinetis SDK (MQX for KSDK).
Regards
Soledad