<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">The ‘429 shares a data sheet with the STM32F407VGT6 that is the basis of the STM32F4 BSP.<div class=""><br class=""></div><div class="">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. </div><div class=""><br class=""></div><div class="">The 429 mostly adds an LCD controller and support for external SDRAM, but none of those things are covered by the STM32F4 BSP anyway.</div><div class=""><br class=""></div><div class="">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.</div><div class=""><br class=""></div><div class="">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.</div><div class=""><br class=""></div><div class="">Andrei<br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On 2020-August-24, at 09:52, Richi Dubey <<a href="mailto:richidubey@gmail.com" class="">richidubey@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">Hi,<div class=""><br class=""></div><div class="">Until someone helps with your exact question, have a look at this link: <a href="https://stackoverflow.com/questions/47069698/rtems-stm32f4-how-to-use-bsp" target="_blank" class="">https://stackoverflow.com/questions/47069698/rtems-stm32f4-how-to-use-bsp</a>. The author of the question has built a Cortex M4 board too.</div><div class=""><br class=""></div><div class="">Good luck.</div></div><br class=""><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Aug 24, 2020 at 6:26 PM Juan Solano <<a href="mailto:jsm@jsolano.com" target="_blank" class="">jsm@jsolano.com</a>> wrote:<br class=""></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi all,<br class="">
<br class="">
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?<br class="">
<br class="">
Regards,<br class="">
Juan.<br class="">
_______________________________________________<br class="">
users mailing list<br class="">
<a href="mailto:users@rtems.org" target="_blank" class="">users@rtems.org</a><br class="">
<a href="http://lists.rtems.org/mailman/listinfo/users" rel="noreferrer" target="_blank" class="">http://lists.rtems.org/mailman/listinfo/users</a><br class="">
</blockquote></div>
_______________________________________________<br class="">users mailing list<br class=""><a href="mailto:users@rtems.org" class="">users@rtems.org</a><br class="">http://lists.rtems.org/mailman/listinfo/users</div></blockquote></div><br class="">
<br class=""></div></body></html>