How do I specify a new MQX project that has support for the PE components?
I can modify the PE demo under the MQX folder and recompile, and use the new LDD's, but I could not find any info on how to start a fresh new project.
Does specifying an MQX project automatically pick the PE enabled MQX I've compiled? (I have both PE and non-PE compiled).
已解决! 转到解答。
Yes you are right. Resultant directory is the same for standard BSP as well as PE BSP.
It means that the last build BSP will be used in your application.
The integration of Processor Expert and MQX is done at BSP level. So the easiest way to create your BSP with PE components it to modify Kinetis standard BSP. See steps for TWRK60 below
I have CW 10.1, MQX 3.7 and a TWR-K60N512.
I have cloned the existing PSP and BSP to psp_My_twrk60n512 and bsp_My_twrk60n512_pe and rebuilt them.
Now I have my lib\My_twrk60n512.cw10\psp\psp_My_twrk60n512_d.a and lib\My_twrk60n512.cw10\bsp\bsp_My_twrk60n512_d.a.
But when I try to create my new MQX+PE based application, in the wizard I cannot see my new board, I see only the TWRK60N512 board (see attachment).
How to create a new MQX+PE based application which is related to my new PSP and BSP?
will this process be improved in the future?
one of my concerns is that we are starting a new project and we have a team of developers. on a version control system point of view, I think it is difficult to pinpoint which files to check in and which files to checkout. and I find placing those files in their respective folders a difficult task to do (maybe a batch file will do)
I hope there is a way to create a new project wherein all the files (BSP, PSP, etc. etc.) needed are contained only on that project folder without linking any files outside that folder.
OK, I think I understand the whole process, but let me double check with you:
If I build the non-PE MQX BSP, the resultant files will be put into "lib\twrk60n512.cw10\bsp" for use by my application.
The same applies for the PE-enabled MQX BSP.
So, the last MQX BSP I build, whether PE or non-PE, will be the one that is used by my application code?
Thanks for the info.
i will like to check if any changes is required on the PSP level if porting to K10 from the K60 MQX BSP.
I saw that there is a new document that teaches how to port BSP for the same chipset. Are you able to advise on the steps required when changing the chipset of the BSP, from K60 to K10?
In fact, I will be more than willing to pay someone to help me do the porting!