@mk_stm wrote:
Does the nucleo board you suggested support MicroROS ?
No more nor less that the Olimex board would.
There are Nucleo boards for the whole range of STM32s - so pick one which has a suitable STM32 on it:
https://www.st.com/en/evaluation-tools/stm32-nucleo-boards/products.html
As @mƎALLEm suggested, you can check Zephyr board support here:
https://docs.zephyrproject.org/latest/boards/st/index.html
@mk_stm wrote:
I want to implement MicroROS with Zephyr RTOS.
That sounds a bit ambitious given your earlier questions?
But we digress from the original question.
If your original question has been answered, please Mark The Solution and start a new thread for a new question.
I saw this recently on Linkedin - A set of utilities for integrating micro-ROS in a STM32CubeMX project:
https://github.com/micro-ROS/micro_ros_stm32cubemx_utils
PS:
MicroROS lists a number of supported Nucleo boards here:
https://micro.ros.org/docs/overview/hardware/
But this (and Zephyr support) is not so much about the board as whether the software is available off-the-shelf and ready-to-go.
You can always do the porting yourself ...