Bonjour,
I just ordered an olimexino stm32 and I am planning to install a dev I made on an mbed.
the app works well on mbed (NXP LPC1768), but I would prefer to use the olimexino because of the formfactor, because the can_transceiver is already there, and the lower power.
this app reads a parm file on SDcard
to select filters to apply,
to select requests to send,
also, it writes logs on this sdcard.
it communicates using a BT module rn42 @115200bps
it communicates to a Serial LCD @38400
it sends & analyse around 110 requests / sec on hybrid cars (prius).
it analyses a few filtered passive messages.
Using STM32, I understood the number of filters is 14 (512 on NXP), I understood I will loose USB when using CAN...
As I am a total newbie with mapple, could you, please, tell me if what I am planning to do is possible and how to start.
I join a link with the actual source for mbed. http://priusfan.info/canmonitor/mbed/CAN_hsd_bt_0050.zip
Thx