-
Notifications
You must be signed in to change notification settings - Fork 981
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
the HID interface failed when use stream_open()/stream_write()/stream_close() in develop branch #890
Comments
Sorry. it caused by main_task() stack overflow. |
Hi @wjzhang, can you tell us which HIC you are using and if you are flashing |
Hi Mathias:
the HIC is lpc11u35, flash the .hex file. main task stack size increased
to 896(it is not minimum value. but it works for me).
Best regards!
Zhangwenjin
…On Thu, Nov 4, 2021 at 10:26 PM Mathias Brossard ***@***.***> wrote:
Hi @wjzhang <https://github.com/wjzhang>, can you tell us which HIC you
are using and if you are flashing .bin or .hex files? How much did you
increase the stack size?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#890 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACIWG5PQ37PTQFOO2Z3CIXTUKKQZTANCNFSM5HKX2XVA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
--
Have a nice day!
Best regards!
Zhangwenjin
|
LPC11U35 and |
Hi:
I now merge our old DapLink(It's working fine. version DAPLINK_VERSION=253) code to Develop branch(it support ARM GCC toolchain).
But when use dapjs to flash the target, it'll random failed at some HID packages.
the HID write data send(checked it write done). then read, No response from HID interface.
Do anyone test the this develop branch with dapjs (compile by GCC, last commit is: f5fb4b9)?
The text was updated successfully, but these errors were encountered: