The ‘429 shares a data sheet with the STM32F407VGT6 that is the basis of the STM32F4 BSP.
The 429 has more RAM (256k vs 192k), and the ZI version has more Flash (2M vs 1M). This would mean that the linker files would need to be altered simply. The 429 mostly adds an LCD controller and support for external SDRAM, but none of those things are covered by the STM32F4 BSP anyway. I’m using the STM32F4 BSP with a ‘405 processor (a cheaper ‘407 without ethernet), and according to ST CubeMX, the VG version of the 429 is pin compatible. I wouldn’t expect that you would have to do much to use the STM32F4 BSP on the ‘429ZI, just change the linker file. I’d also expect that you could use the BSP unaltered, and you’d just have a reduced address space while you learn. Andrei > On 2020-August-24, at 09:52, Richi Dubey <richidu...@gmail.com> wrote: > > Hi, > > Until someone helps with your exact question, have a look at this link: > https://stackoverflow.com/questions/47069698/rtems-stm32f4-how-to-use-bsp > <https://stackoverflow.com/questions/47069698/rtems-stm32f4-how-to-use-bsp>. > The author of the question has built a Cortex M4 board too. > > Good luck. > > On Mon, Aug 24, 2020 at 6:26 PM Juan Solano <j...@jsolano.com > <mailto:j...@jsolano.com>> wrote: > Hi all, > > I am learning rtems, trying to use it with the STM32 Nucleo F429ZI, a Cortex > M4 board. I don't know yet my way around and I am not sure how difficult is > to adapt a generic ARM bsp to a specific board. Does anybody know if some > work has already been done in the Nucleo boards? > > Regards, > Juan. > _______________________________________________ > users mailing list > users@rtems.org <mailto:users@rtems.org> > http://lists.rtems.org/mailman/listinfo/users > <http://lists.rtems.org/mailman/listinfo/users> > _______________________________________________ > users mailing list > users@rtems.org > http://lists.rtems.org/mailman/listinfo/users
_______________________________________________ users mailing list users@rtems.org http://lists.rtems.org/mailman/listinfo/users