2021-08-10 04:58 AM
2021-08-24 07:10 AM
Hello @RGhat.1 ,
Take a look at the following link : incubator-nuttx/boards/arm/stm32h7/nucleo-h743zi at master · apache/incubator-nuttx · GitHub
It might be helpful.
BeST Regards,
Walid
2021-08-25 02:18 AM
HI,
The you have sent me is for Nucleo-H743ZI board and I'm using Nucleo-H743ZI2 board.
So when I port this Nuttx RTOS into my Nucleo-H743ZI2 board, is it possible to do programming and create our own driver using STM32CubeIDE?
Regards,
Rushikesh
2021-08-25 02:39 AM
Hello @RGhat.1
Sorry, but your question is not very clear to me. Could you please provide more details?
Thanks in advance.
2021-08-25 02:49 AM
Hi,
Actually I'm working with Nucleo-H743zi2 board and have ported Nuttx RTOS into the board. For this I am using Linux operating system
I want to know that is it possible to do programming in STM32CubeIDE instead of Linux operating system? Is it possible to create driver in STM32CubeIDE?
Like we do for FreeRTOS in STM32CubeIDE.
Regards,
Rushikesh G
2021-08-25 03:03 AM
Hello @RGhat.1 ,
STM32CubeIDE is an IDE + toolchain. It has no bearing on the application to be developed.
It can be used to develop FreeRTOS based applications, and will run on both Linux and Windows.
BeST Regards,
Walid