I am using MQX RTOS for my project. While creating any project I am getting the default project template for the following
1. M52223EVB Board
2. M52235EVB Board
3. M52259DEMO Board
4. M52259EVB Board
In the above list I wanted to add the boad support for M52254. Can anyone please tell me how to do this?
Solved! Go to Solution.
MQX distribution offers project stationeries only for supported boards. Your MQX release supports only boards listed.
If you want to use MQX on different platform/board you have to create your own BSP.
MCF52254 processor is almost the same as MCF52259. So the simplest way for you is to modify one of existing M52259 BSPs to reflect your board settings. (gpio_init.c; <board_name>.h ...)
PetrL
MQX distribution offers project stationeries only for supported boards. Your MQX release supports only boards listed.
If you want to use MQX on different platform/board you have to create your own BSP.
MCF52254 processor is almost the same as MCF52259. So the simplest way for you is to modify one of existing M52259 BSPs to reflect your board settings. (gpio_init.c; <board_name>.h ...)
PetrL