Mongoose websocket disables interrupt or some logic on stm32 nucleo h723zg? #2803
-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
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). 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. |
Beta Was this translation helpful? Give feedback.
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.