Re: Addition of New Chip STM32F427AI

2024-02-14 Thread Alan C. Assis
Silwal > > > From: Gregory Nutt > Sent: Tuesday, February 13, 2024 02:37 > To: dev@nuttx.apache.org > Subject: Re: Addition of New Chip STM32F427AI > > The STM32F427AI is in the same family as STM32F427xx (STM32F427V, > STM32F427Z, STM32F427I)

Re: Addition of New Chip STM32F427AI

2024-02-13 Thread Janardhan Silwal
han Silwal From: Gregory Nutt Sent: Tuesday, February 13, 2024 02:37 To: dev@nuttx.apache.org Subject: Re: Addition of New Chip STM32F427AI The STM32F427AI is in the same family as STM32F427xx (STM32F427V, STM32F427Z, STM32F427I) and STM32F429xx, which are already

Re: Addition of New Chip STM32F427AI

2024-02-12 Thread Gregory Nutt
The STM32F427AI is in the same family as STM32F427xx (STM32F427V, STM32F427Z, STM32F427I) and STM32F429xx, which are already supported. The first thing to do is to decide which is of the supported parts is most like the STM32F427AI.  Mostly likely it is just a difference in memory size or some

Re: Addition of New Chip STM32F427AI

2024-02-12 Thread Alan C. Assis
Hi Janardhan, You can start looking at which STM32F4xx chip existent on NuttX is more similar to STM32F427AI and start your port based on it. You can do it using the chip datasheet and/or reference manual, writing down the difference in peripherals, registers, etc. Normally STM32 devices share m