Bulkloopauto error cyfxbulklpauto.h

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

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

I referred AN75705  -Getting Started with EZ-USB® FX3™     I followed chapter 8 My First USB 3.0 Transfer Using FX3   

I have error during building the project

c1.JPG

Regards

Esakki

0 Likes
1 Solution
YatheeshD_36
Moderator
Moderator
Moderator
750 replies posted 500 replies posted 250 solutions authored

Hello Esakki,

Please include the stdint.h in the file.

#include <stdint.h>

you might also want to include stddef.h

#include <stddef.h>

Thanks,

Yatheesh

View solution in original post

0 Likes
1 Reply
YatheeshD_36
Moderator
Moderator
Moderator
750 replies posted 500 replies posted 250 solutions authored

Hello Esakki,

Please include the stdint.h in the file.

#include <stdint.h>

you might also want to include stddef.h

#include <stddef.h>

Thanks,

Yatheesh

0 Likes