1.41.6.11 1.42.5.11 HEMC_TestModeWriteEnable Function
C
void HEMC_TestModeWriteEnable(HEMC_HEMC_CHANNEL channel)
Summary
Enable the HEMC peripheral HECC test mode Write.
Description
Enable the HEMC peripheral HECC test mode Write. When enabled, the ECC check bit value in TESTCB1 register is write in memory at each HEMC data write instead of calculated check bit.
Precondition
None.
Parameters
Param | Description |
---|---|
channel | HECC channel for the memory type |
Returns
None
Example
HEMC_TestModeWriteEnable(HEMC_HEMC_CH_HSDRAMC);
Remarks
None