3.3.2.10 CANx_MessageRAMConfigSet

Set message RAM configuration

CANx_Initialize must have been called for the associated CAN instance.

void 
CANx_MessageRAMConfigSet 
(
    uint8_t *msgRAMConfigBaseAddress
);

Precondition

  • CANx_Initialize must have been called for the associated CAN instance.

Parameters

  • *msgRAMConfigBaseAddress - Pointer to application allocated buffer base address.Application must allocate buffer from non-cached contiguous memory and buffer size must be CANx_MESSAGE_RAM_CONFIG_SIZE

Returns

  • void