Flexray Frames Configuration

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Flexray Frames Configuration

721件の閲覧回数
Kartoon67
Contributor III

Hi,

 

I'm working with the Freescale Development Card EVB9S12XF512E. For making an communication between two flexray nodes, it needs to configuration the network.

 

In fact, there is a function which did that in freescale example :

/* Structure of this type contains configuration   information of the one low level parameters set */const Fr_low_level_config_type Fr_low_level_cfg_set_00 ={    ..........    5000,       /* G_MACRO_PER_CYCLE */    10,         /* G_MAX_WITHOUT_CLOCK_CORRECTION_PASSIVE */    14,         /* G_MAX_WITHOUT_CLOCK_CORRECTION_FATAL */    22,         /* G_NUMBER_OF_MINISLOTS */    60,         /* G_NUMBER_OF_STATIC_SLOTS */    4920,       /* G_OFFSET_CORRECTION_START */    16,         /* G_PAYLOAD_LENGTH_STATIC */    ..........}

 I would like to know if I'm understanding well something.

 

The argument G_PAYLOAD_LENGTH_STATIC represent the duration of a static frame, that right?

 

In my example, the argument is put at 16. That mean I can send at maximum 16 byte of data in my Flexray frames?

 

Thanks you in advance for your answers, because i really need to know if am right to continu my project.

 

Regards,

ラベル(1)
0 件の賞賛
返信
1 返信

528件の閲覧回数
bobgardner
Contributor I

The payload length is in words I think. 16 words=32 bytes.

0 件の賞賛
返信