NUCLEO-H755ZI #2561
-
Hi, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Mongoose is not an OS. Mongoose can run over an OS or can run in bare metal.
|
Beta Was this translation helpful? Give feedback.
Mongoose is not an OS. Mongoose can run over an OS or can run in bare metal.
If you run on an OS/RTOS, it is this OS/RTOS that performs resource administration and you will configure your tasks as per that OS/RTOS API. Any related example will do.
If you do not run on an OS/RTOS, and you have chosen a multicore microcontroller, you should have a reason for doing that. Then, you should also have a reason to run the networking section in one core or the other because you have analyzed your resources and what you need to achieve and you know whether it is best for you to use one or the other for this or that. Without designing your application I can't say anything besides the obvious: at sam…