Posted on January 23, 2015 at 09:34I have got my communication between the two CAN nodes working. I am able to transmit and receive CAN data. First I transmit a particular data from node1, to which node2 responds. The response of node2 is received b...
Posted on December 18, 2014 at 04:58Ok thanks.But am I missing something or making any mistake in terms of GPIO and CAN configuration in the code posted earlier?
Posted on December 17, 2014 at 07:14I am using CooCox IDE. There I have selected my controller and then from the repository I have selected CAN template. So by default the CMSIS and CMSIS_boot header files are included in the project.
Posted on December 17, 2014 at 05:25 The original post was too long to process during our migration. Please click on the provided URL to read the original post. https://st--c.eu10.content.force.com/sfc/dist/version/download/?oid=00Db0000000YtG6&id...
Posted on December 13, 2014 at 07:46Thank you for the quick response.I read through the CAN example reference suggested by you and did some modifications in the existing code as:#include ''stm32f10x.h''#include ''misc.h''#include ''stm32f10x_can.h''...