Implementation of VDAC8.h for PSoC 5LP

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
lock attach
Attachments are accessible only for community members.
Anonymous
Not applicable

I am trying to implement the example projects(Filter_ADC_VDAC) on PSoC 5LP but i get can error for #include<VDAC8.h> saying that " VDAC8.h not found" . The header file is present in the CyComponentLibrary.cylib but my understanding is that it is not getting linked. Also, there are a number of header files for different versions of VDAC. Is the error because of this? The example projects can be burned on PSoc 3 module but my project is based on PSoC 5 module so this is very important.  How do I solve this problem? Thank you

0 Likes
3 Replies
ETRO_SSN583
Level 9
Level 9
250 likes received 100 sign-ins 5 likes given

Is the VDAC on the schematic named VDAC or VDAC8 ? The .h file name

   

will carry the component as named.

   

 

   

Regards, Dana.

0 Likes
Anonymous
Not applicable

It is VDAC8_1 so I guess the notation of the header file is correct. Thanks

0 Likes
HeLi_263931
Level 8
Level 8
100 solutions authored 50 solutions authored 25 solutions authored

If the component is called VDAC8_1, shouldn't the header file then be "VDAC8_1.h" too?

0 Likes