I need to download the GCC builder for the ARM tools in Codewarrior,
ALso I need to know where can I get the BSP, PSP and Shell for the Tower K70
file:///C:/Users/hWO1/Downloads/Freescale/examples/MQX_TRAINING_SESSIONS_1-10_LABS/Lab%20Web%20Pages%20%28Web%20Version%29/session1.html
Hello Adair,
Freescale MQX RTOS release contains ARM Cortex-M, ARM Cortex-A, and ColdFire Platform Support Packages.
The platform-specific code from /mqx/source/psp/<platform> is built together with the generic MQX core files. These
two parts form a static library generally referred to as "PSP" which enables the target application to access RTOS features.
Freescale MQX RTOS release includes Board Support Packages for the boards mentioned in Target Requirements.
The board-specific code from /mqx/source/bsp/<board> is built together with I/O driver files from /mqx/source/io.
RTOS files are located in the mqx subdirectory of the Freescale MQX RTOS installation. The directory structure is shown in this image.
The shell and command-line handling code is implemented as a separate library called Shell.
If you are using CW and you want to build the libraries (BSP, PSP, Shell) you can use the MQX shell example located at the path:
C:\Freescale\Freescale_MQX_4_2\rtcs\examples\shell\build\cw10gcc
Navigate to C:\Freescale\Freescale_MQX_4_2\rtcs\examples\shell\build\cw10gcc\rtcs_shell_twrk70f120m and drag rtcs_shell_twrk70f120m.wsd to
the CodeWarrior
All MQX libraries and Shell projects will be loaded to your environment automatically.
Use MQX RTOS toolbar to select desired configuration you wish to build.
For more details, please check the doc attached.
Please 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!
-----------------------------------------------------------------------------------------------------------------------