Skip to main content
Dnesh Sadat
Associate II
October 19, 2017
Question

Help me choosing between stm32f4 discovey boards for CAN network

  • October 19, 2017
  • 2 replies
  • 1506 views
Posted on October 20, 2017 at 00:08

Hello,

Recently i plan to buy stm32f4 discovery board,

This stuff are important for me:

1-CAN network implementation

2-Ethernet

3-LCD

When search on STM32F429-DISCO i does not see any CAN example on it,and all of CAN1,CAN2 pins are occupied,

the other option is STM32F4-DISCO but this one does not have LCD and its good for audio purpose i think.

Therefor wich of these two boards you recommend me(STM32F4-

Discovery 

vs. STM32F429-Discovery)?

#stm32discovery #can #stm32f429-discovery
This topic has been closed for replies.

2 replies

Tesla DeLorean
Guru
October 19, 2017
Posted on October 20, 2017 at 01:52

The F429-DISCO will be almost entirely useless as the SDRAM and LCD eat all available pins.

Look at the NUCLEO-F429, it has Ethernet and available pins. Review the schematics to understand the circuits and interfaces there.

For CAN and the like you'll need to port code from the EVAL series boards.

You can plug the F407-DISCO into a mother board, ones are available with Ethernet, Serial, etc, I've seen others with CAN. Or you can look for something like the RedDragon-F407 board that has LCD, Ethernet, Serial and CAN

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
Dnesh Sadat
Associate II
October 20, 2017
Posted on October 20, 2017 at 10:32

Hello Clive,

Thank you for your reply.

So you suggest me to use

F4-DISCO

discovery,

currently the 

F429-DISCO and 

 F4-DISCO are available for me.

1-is it possible not to use SDRAM on

F429-DISCO to use CAN ?

Regards

Tesla DeLorean
Guru
October 21, 2017
Posted on October 21, 2017 at 17:02

I would choose the F4-DISCO based on my understanding of the platform, yes.

>>I

s it possible not to use SDRAM on

F429-DISCO to use CAN?

Perhaps, feel free to experiment with your own boards. Go over the pin list in the user manual and make sure it frees up the pins you need, and doesn't limit your display or frame buffer choices for the LCD. You might need to remove the chip if you have pin conflicts.

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
Dnesh Sadat
Associate II
October 21, 2017
Posted on October 21, 2017 at 12:00

Does anyone setting up CAN network on STM32F4-DISCO or STM32F429-DISCO?

Tesla DeLorean
Guru
October 21, 2017
Posted on October 21, 2017 at 16:58

You're asking the wrong question. There are examples on the forum dealing with CAN on the F2 or F4 platforms, these are directly applicable to your problem. The EVAL series boards, and others, have CAN implemented and these exact same circuits will need to be added to the STM32F4-DISCO boards, likely using the exact same pins, the choices are pretty finite.

For the STM32F4-DISCO the following breakout board has CAN support

https://www.banggood.com/STM32F4Discovery-SOM407-BB-Expansion-Board-3_2-Inch-LCD-SD-Card-CAN-p-934380.html

 
Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..