Skip to content

Mongoose websocket disables interrupt or some logic on stm32 nucleo h723zg? #2803

Discussion options

You must be logged in to vote

I don't know what you are doing nor what you are using, but Mongoose does NOT fiddle with interrupts (except, of course, if you use the firmware upload facility).
Mongoose does not fiddle with some logic nor any logic, nowhere. It is as much hardware agnostic as it can be (except, of course, if you use the internal TCP/IP stack, that needs an Ethernet controller driver)

You are not following good practices and are blocking at an event handler. Please don't. Please see our documentation, and follow the guidelines in our tutorials.
Your problem is not with Mongoose, you need a properly architected application, decoupling things where needed
That's all I can say.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by scaprile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants