Hi all,
Can anyone help?
I am using the CAN_Ex1 Example for the STM107 (for MCBSTM32C Target Board) chip however any similar CAN programs may help, Where does all the CAN Id's be read by the Microcontroller to establish if a message has the correct ID for the node?
I am trying to create a program that at this initial point if a CAN message does not have the correct ID for the node it is simply echoed (or Re-transmitted) unchanged on another CAN port (CAN2). Does anyone know how this could be carried out?
Any help or info is greatly appreciated
S
Thanks for you help!
Is there a type of mask that can be used initially for the hardware controller to initially pass all commands to allow them through to the software?
I know this will take a large amount of CPU processing time, but I am not concerned about this initially, if I can get it to work any way to start of and then make the software more efficient at that stage... I just need everything to pass initiailly, I can't seem to disable filtering all together at this stage or at least haven't yet discovered how, and I don't want to have to ask the software to search for each ID seperately as I won't know all the specified ID's I wish to forward.
I just know what I want to keep and want to forward eveything else. Which I can do if I can get all messages through to the software somewhere.
Anyone any ideas...?