Many errors while applying usb cdc vcom in a new project

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Many errors while applying usb cdc vcom in a new project

1,095 Views
itr1718
Contributor III

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

0 Kudos
0 Replies