Skip to main content
Visitor II
January 5, 2024
Solved

Regarding STM32 boards based on register and GPIO pins

  • January 5, 2024
  • 2 replies
  • 1224 views

 Hi,

I am working in STM32F4 Discovery, in my project I want more GPIO pins but with Same registers so that  I can straight away copy  the  old programs and do programming, Is there any suggestion Please do let me know.

 

Thanks,

Mohan

    This topic has been closed for replies.
    Best answer by Peter BENSCH

    Welcome @MohanRaj, to the community!

    The STM32F4DISCOVERY is based on an STM32F407VGT6 in an LQFP100 packaging. The same STM32F407 is also available as:

    where you automatically have more GPIOs and the rest remains identical. However, you would have to develop your own board for this, as there is not a DISCOVERY or NUCLEO board for each of the 4000 different derivatives of STM32.

    Does it help?

    Good luck!
    /Peter

    2 replies

    Technical Moderator
    January 5, 2024

    Welcome @MohanRaj, to the community!

    The STM32F4DISCOVERY is based on an STM32F407VGT6 in an LQFP100 packaging. The same STM32F407 is also available as:

    where you automatically have more GPIOs and the rest remains identical. However, you would have to develop your own board for this, as there is not a DISCOVERY or NUCLEO board for each of the 4000 different derivatives of STM32.

    Does it help?

    Good luck!
    /Peter

    MohanRajAuthor
    Visitor II
    January 5, 2024

    Thanks for your help @Peter BENSCH