2011-08-08 02:55 AM
I wanted to run the CAN Interface of a STM32F105RB with the examplefile of ST (Can Network). The function CAN_TransmitStatus( CANx, 0x0) tells me that the status of transmission is pending. Do you have any idea's for this behaviour. I'm not able to send messages.
The PHY levels are 2.1 V for CAN-Low and CAN-High.2011-08-08 05:52 AM
The most typical failures are people failing to enable clocks or GPIOS's correctly.
2011-08-08 07:36 AM
2011-08-08 08:24 AM
I didn't change the GPIO setting. I used one of the can examples of st. So the settings should be ok. I used exactly the same.
So it should be working fine, right, but it's not. So perhaps you need to examine what you're doing more critically. Examples are often tied to specific boards and implementation. Check the readme.txt or definitions in the files. Get a schematic for the eval board the example is built for. Provide complete details of the code (ie paste code) and board you are using.
2011-08-09 09:53 AM