Skip to main content
raj2
Associate II
May 6, 2013
Question

can i interface stm32f3 discovery kit to Computer through CAN protocol ??

  • May 6, 2013
  • 5 replies
  • 893 views
Posted on May 06, 2013 at 15:53

is it possible to interface  stm32f3 discovery kit to  Computer through CAN protocol ??

if yes  please send me the block diagram and driver IC which is to be used .

    This topic has been closed for replies.

    5 replies

    Tesla DeLorean
    Guru
    May 6, 2013
    Posted on May 06, 2013 at 17:14

    Review the schematic for the STM32303C-EVAL board.

    http://www.st.com/web/catalog/tools/FM116/SC959/SS1532/PF252996

    Apply that knowledge to the STM32F3-Discovery
    Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
    emalund
    Associate III
    May 6, 2013
    Posted on May 06, 2013 at 21:04

    can i interface stm32f3 discovery kit to Computer through CAN protocol ??

    sure you can if your computer can CAN ( I know of no PC that can CAN )

    Erik
    jj2
    Associate
    May 6, 2013
    Posted on May 06, 2013 at 22:30

    Forgive - could not resist:

    Along w/PC which ''can CAN'' - system must be ''tolerance tolerant'' as well...

    Likely that USB to CAN or RS232 to CAN accessory boards are in this fellow's search path...

    raj2
    raj2Author
    Associate II
    May 7, 2013
    Posted on May 07, 2013 at 14:54

    Hello clive1,

    thanks for reply .

    i also need code to implement but in demo folder no demo is given , from where i can get the code for CAN protocol . ?

    Tesla DeLorean
    Guru
    May 7, 2013
    Posted on May 07, 2013 at 17:48

    i also need code to implement but in demo folder no demo is given , from where i can get the code for CAN protocol . ?

    STM32F30x_DSP_StdPeriph_Lib_V1.0.0\Project\STM32F30x_StdPeriph_Examples\CAN\CAN_LoopBack

    http://www.st.com/web/en/catalog/tools/PF258144

    Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..