CAN testing in nomal mode
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2011-07-28 10:15 PM
Posted on July 29, 2011 at 07:15
I have been testing CAN on a board using stm32f107vc cpu.I have done the testing first using the example code from st site where CAN will communicate in loop-back mode. That was working fine. I tailored the code to test CAN in normal mode. For this i have connected two custom boards back to back.The test failed as the received message is not matching to the transmitted one. But while doing probing with an oscilloscope both the tranmitted and the received message are perfectly matching. Please help ...any suggetions would be highly appreciated.
#can #stm32f107vc #stm32
Labels:
- Labels:
-
CAN
-
STM32F1 Series
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2011-07-29 2:14 AM
Posted on July 29, 2011 at 11:14
Hi,
In STM32F10x_StdPeriph_Library there is an other CAN example named: ''Networking''. Please try this one, it should works fine. Cheers, STOne-32.