Freedom FRDM-KL03Z development board emulator

09 Aug 2019

Hello. Beginner here.

I've cut my teeth using LPC1768 and the online compiler. I'm now moving on to a new university course which has the following mini-project:

"OLED display control over SPI exercise: Obtain hands-on experience writing a device driver in C for an SPI peripheral, using the FRDMKL03 ARM board and the OLED display from the course hardware kit."

I'm proposing to use GCC and Freescale KSDK for this. Is there a good starting place for learning how to write a device driver using these tools? What other software tools might I need?

30 Aug 2019

Hi DB,

I am not familiar with KSDK, but I found a user's guide here. http://cache.freescale.com/files/soft_dev_tools/doc/support_info/KSDKGSUG.pdf

It provides many resources and information you will need during development, hope this helps.

Thanks, Desmond