Cannot Use cyu3mipicsi.h by SDK1.3.4

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

cross mob
HuYa_4249091
Level 4
Level 4
25 replies posted 25 sign-ins 10 replies posted

Hi, I'm trying to modify cyfxbulklpautoenum project in EZ USB v1.3.4 library, and found a question: CANNOT use cyu3mipicsi.h library.

[example]

Step1. Include cyu3mipicsi.h into cyfxbulklpautoenum project

include.jpg

Step2. Add CyU3PMipicsiSleep() and then build project. It will show error as below image.

main.jpg

However, if I select CyU3PMipicsiSleep() and Open Declaration, it can indicate the correct path by SDK 1.3.4!

header.jpg

Do I miss something for using cyu3mipicsi.h?

Best regards,

Hughes

0 Likes
1 Solution
YashwantK_46
Moderator
Moderator
Moderator
100 solutions authored 50 solutions authored 50 likes received

Hello Hughes,

You will also have to do the following modifications to the project settings:

pastedImage_0.png

Add the cyu3mipicsi in the libraries of the project settings in Cross ARM C Linker  -> Libraries as shown above.

I tried this on my end and is working as expected.


Regards,
Yashwant

View solution in original post

1 Reply
YashwantK_46
Moderator
Moderator
Moderator
100 solutions authored 50 solutions authored 50 likes received

Hello Hughes,

You will also have to do the following modifications to the project settings:

pastedImage_0.png

Add the cyu3mipicsi in the libraries of the project settings in Cross ARM C Linker  -> Libraries as shown above.

I tried this on my end and is working as expected.


Regards,
Yashwant