Re: Help on understanding Nuttx

2024-05-22 Thread Alan C. Assis
Hi Janardhan, Each person has a different mind set and different backgrounds, so it is difficult to find an easy way that works for everybody. This is why I suggest everybody starting with NuttX to create their own public documentation (i.e. blog post), because the challenges you face, solve and

Re: Help on understanding Nuttx

2024-05-22 Thread Mark Stevens
There is an ongoing series regarding porting to the STM32F401RC on YouTube, maybe that can help: https://www.youtube.com/@nuttxchannel/streams Regards, Mark — Mark Stevens mark.stev...@wildernesslabs.co > On 22 May 2024, at 11:04, Janardhan Silwal > wrote: > > Hi, > > So I need to unde

Help on understanding Nuttx

2024-05-22 Thread Janardhan Silwal
Hi, So I need to understand the basics of STM32 operations using NuttX, and the addition of perpherals. So far, feeling around the dark and copy-pasting, I have been able to get my board running STM32F427AIH6, get booted up, and have also been able to write out some custom applications, Hello W