Hello,
I am using MKL27Z256 processor on Kinetis Design Studio and want to use the example, usb cdc vcom, in a new project.
The example project for frdmkl43z is working and find the USB driver with virtual COM port.
After that, I would like to make my own project which is refered to the example.
I set project properties same as the properties from the example.
But I get still 78 errors, for example like below:
Description Resource Path Location Type
'configTICK_RATE_HZ' undeclared (first use in this function) usb_osa_freertos.c /usb_vcom/middleware/usb/osa line 44 C/C++ Problem
'EventBits_t' undeclared (first use in this function) usb_osa_freertos.c /usb_vcom/middleware/usb/osa line 262 C/C++ Problem
'pdFALSE' undeclared (first use in this function) usb_osa_freertos.c /usb_vcom/middleware/usb/osa line 253 C/C++ Problem
'pdPASS' undeclared (first use in this function) usb_osa_freertos.c /usb_vcom/middleware/usb/osa line 253 C/C++ Problem
I copied and pasted just all codes and built that.
What should I set more? or which one did I miss?
Thanks