Sorry to add to an old thread, but just in case this can be of use to someone besides me...
I've been working with the kl43z, in particular with the LCD and have been really struggling. I pulled down the files from the link above at the link showing as "/media/uploads/fredlak/kl43z_templ_mbed_kinetis_rev91.zip" and did the Dr. Frankenstein thing by cutting and pasting into a known 'blinky' program. I moved the main.cpp up, and imported the SLCD library from mbed. It didn't work at all.
I then cut the 'SLCD' library up from the 'rev91.zip' above and dropped it into the program and did a full compile. The compile worked and I was rewarded with a working LCD. I went back and reimported the SLCD library and updated it but things broke again. I'd say there are platform dependencies between the kl43z and the kl46z that aren't resolved in the SLCD import version.
I'll continue to work on this.
Ott
Hi guys
I'm really impressing with progress of development of mbed. I'm absolute fan of mbed library :-) I thought a little help you. I've prepared some modification of Freescale kl43z platform. Yesterday i bought it an I've tried use beta version mbed for it (rev.91 of mbed), but unfortunately usb serial didn't work for me. So I changed a little serial_baud function in serial_api.c. Also I changed a little LCD demo from kl46z and it works. :-D I also prepared integration with kinetis studio. This environment has a big advantage... oryginal openSDA works and usb serial also (without change a firmware). I hope I'll help you. Kinetis project for kl43z with mbed and build-in LCD you can download from: /media/uploads/fredlak/kl43z_templ_mbed_kinetis_rev91.zip
Best regards Adam C.