Hi Frank-Christian,
The port is to Cortex-M7, but since NuttX also supports Cortex-M4 it
could be possible to run NuttX at both at same time. I don't know if
the PX4 guys already did it, maybe...
BR,
Alan
On 8/4/20, Frank-Christian Kruegel wrote:
> Hello World;
>
> I'm about to choose a Cortex
Hello World;
I'm about to choose a Cortex M7 microcontroller for a new project. All
major vendors (Atmel/Microchip SAME70/V71, STM32F7/H7, NXP IMXRT) seem
to be supported.
In the list of supportex boards I see a STM32H747i Discovery. The
STM32H747 has both a Cortex M7 core and a Cortex M4 co
: dev@nuttx.apache.org <mailto:dev@nuttx.apache.org>
Subject: Re: STM32H7 support
>> Is there a working document or set of notes detailing ongoing/needed
> work for STM32H7 support?
>
> Not really - a diff to the F7 file usually will show the holes but
there is
> al
Is there a working document or set of notes detailing ongoing/needed
work for STM32H7 support?
Not really - a diff to the F7 file usually will show the holes but there is
also the datasheet diff view.
What do you mean by datasheet diff?
We used SDMMC2 in all H7 designs and that choice
Hi John,
>Is there a working document or set of notes detailing ongoing/needed
work for STM32H7 support?
Not really - a diff to the F7 file usually will show the holes but there is
also the datasheet diff view.
We used SDMMC2 in all H7 designs and that choice gave us the ability to
bring
Hi all,
Is there a working document or set of notes detailing ongoing/needed
work for STM32H7 support? I've looked through the code in
arc/arm/*/stm32h7, release notes, board README, and commits/issues/PRs
on github to piece together some of what has been worked on. It appears
that a l
Андрей [mailto:zappare...@yandex.ru]
Sent: Friday, March 06, 2020 2:37 AM
To: dev@nuttx.apache.org
Subject: stm32h7 support for SDRAM via FMC
Hello developers!
I have added support for SDRAM initialization and registration with system
heap to the FMC driver on stm32h7 family.
I would like to submit
Hello developers!
I have added support for SDRAM initialization and registration with system heap
to the FMC driver on stm32h7 family.
I would like to submit these changes to mainline NuttX.
The respective git branch is here:
https://bitbucket.org/zapparello/nuttx/branch/stm32h7-fmc
The branch