Hi to both of you. Sorry for the delay, but I'm suddenly dealing with a family situation that will slow progress for some weeks.
In response to Martin Latal's comments:
I've uninstalled MQX 4.0 and installed 3.8.1. There are some issues between CW10.2 and CW10.3. I found that CW10.3 and MQX 4.0 cannot live in C:\Program Files\... because of the space in "Program Files" (something complains about Program not being an executable file), but MQX seems to have attached itself to CW10.2, not CW10.3. In any case, I managed to get the gpio project (seems to be its name even in 3.8.1) to compile and complain through the RS-232 connection "Opening file1 GPIO for pins1 failed." That's certainly progress, but I've failed to locate any documentation about the project that would help me figure out how fopen() is the right way to read and write GPIO ports.
In answer to Kojto's question: The document I keep finding when I search is Writing Your First MQX Application, AN3905, from 11/2009, which talks about CW 6.2.2 and CW 7.1.2. The other choice seems to be an MQX-Lite document (Writing your First MQX-Lite Application, AN4610) that is based on a Kinetis processor. Without support for that processor installed, the Commander window doesn't even present MQX and MQX-Lite options.
Paths are a bit of a problem. As noted above, installing CW10.3 in C:\Program Files\... didn't work, so I put it in its default C:\Freescale\.... This leads to a bit of a quandary for MQX...whether to install it in C:\Program Files\... or C:\Freescale\.... I chose the latter, because I wanted it to work with CW10.3, but it seems to be wired to work with CW10.2. As MQX 3.8.1 is simply a stepping stone for me, I'll go with this until I get around to installing MQX 4.0. However, I did find m52233demo.wsd in C:\Freescale\Freescale MQX 3.8\config\m52233demo\cw10, and dragging that to the projects window seems to have effected the required rebuild of the library.
Sorry for the rambling response: I'm still in the woods but seem to be moving forward a bit. Thanks for the tips.
- R