2024-01-05 12:37 AM
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
Solved! Go to Solution.
2024-01-05 01:50 AM - edited 2024-01-05 01:52 AM
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
2024-01-05 01:50 AM - edited 2024-01-05 01:52 AM
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
2024-01-05 03:20 AM
Thanks for your help @Peter BENSCH