Other Parts Discussed in Thread: UNIFLASH, ,
Hello,
During bring-up custom board, error occurs with factory calibration.
My environment is like below
- HW: Custom board
- Flash memory is changed
- Temperature sensor are removed
- There is only CAN interface, no UART.
- SDK L: 5.3.0.2 version
- Example: Motion and presence detection demo
- Configuration: MotionDetect.cfg is hard coded
Test cases:
1) when factoryCalibCfg 1 0 40 0 0x1ff000
2) factoryCalibCfg 0 0 40 0 0x1ff000
3) factoryCalibCfg 0 1 40 0 0x1ff000
4) comment out mmwDemo_factoryCal from CLI_MMWaveSensorStart
I checked that all Hard coding is done successfully. Here is the log.
[Cortex_M4_0] Error: mmWave Control Initialization failed [Error code -203227582] [errorLevel 2] [mmWaveErrorCode -3102] [subsysErrorCode 16272] Calibration Invalid sensorStop Done
channelCfg Done
chirpComnCfg Done
chirpTimingCfg Done
frameCfg Done
guiMonitor Done
sigProcChainCfg Done
cfarCfg Done
aoaFovCfg Done
rangeSelCfg Done
clutterRemoval Done
compRangeBiasAndRxChanPhase Done
adcDataSource Done
adcLogging Done
lowPowerCfg Done
factoryCalibCfg Done
mpdBoundaryBox Done
mpdBoundaryBox Done
mpdBoundaryBox Done
mpdBoundaryBox Done
sensorPosition Done
minorStateCfg Done
majorStateCfg Done
clusterCfg Done
baudRate Done
Error: FECSS RF Power ON/OFF failed Error: mmWave Control Initialization failed [Error code -203227134] [errorLevel 2] [mmWaveErrorCode -3101] [subsysErrorCode 0] Exception: ../motion_detect.c, line 4046. ASSERT: 3.6337s: ../motion_detect.c:mmwDemo_factoryCal:4046: 0 failed !!! |
Please let me know what could caused this.