We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hello All,
I am integrating CAN stack, on Spansion S6J3xx series.
I have configured Main clock as Input frequency, configured CAN transceiver IC and called CclPowerOnInit().
Now calling CanTransmit(X_TxHandle), function in a 100ms task, but still no signal is coming on TX and RX pin.
Anyone can suppport me?
I have no experience on how the CAN driver needs to be configured on a Cortex-R device, but I have worked with Cortex-M and I'd like to mention a few things that might help you getting the problem solved:
As I expect CclPowerOnInit() will enable clock-power for the CAN interface, I will move the focus elsewhere.
Since the transmit function does not output any data on the expected pin, I would expect that the problem has to do with pin configuration somehow.
I wouldn't be surprised if other members of the community are able to provide much better answers than I.
(If we're lucky, jyiu, christopherseidl or mweidmann might see this question too).