Thomas86
Joined: 06 Mar 2012 Posts: 2
|
ecan mode 1 (enh. mode) programmable rx/tx buffer [solved] |
Posted: Tue Mar 06, 2012 9:19 am |
|
|
Hello everybody,
I'm using a the ecan module of an 18F4580 microcontroller to communicate on a CAN bus.
Main problem here is, that the messages on the bus are coming faster than I can react with the normal mode (mode 0) CAN interface. So I want to use the enhanced mode (mode 1) and use the 6 programmable buffers as additional rx buffers (so I've 8 rx-buffers on my module).
My problem now is, that the ecan module only uses the 2 default rx buffers and doesn't write the data into the additional buffers.
Has anybody an idea how I can activate the additional buffers, so that I use them as I want?
thanks for your help! |
|