Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NullaryEventVector for USB #2

Open
ruzrulit opened this issue Oct 28, 2015 · 0 comments
Open

NullaryEventVector for USB #2

ruzrulit opened this issue Oct 28, 2015 · 0 comments

Comments

@ruzrulit
Copy link

Hello dear Sir,

i'm implementing one program with sifteoSDK an i have a problem with NullaryEventVector. Each USB event (usbConnect, usbDisconnect, usbReadAvailable, usbWriteAvailable) doesn't work. It shows a fault during the siftulation, but during Make no errors at all.
The code is 15. - Other bad parameter ins system call.
Here is a piece of code:

static void onConnect(){
LOG("Connected");
}
void main(){
...
Events::usbConnect.set(onConnect);
...
}

As You see, nothing special. Could you help me?

With kind regards,
Ruzalin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant