SystemCommMessages.c

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
HD-DEN-16989_Treatment Information Not Showing ON Information Screen
HD-DEN-16989_Treatment Information Not Showing ON Information Screen
Done

Done

Param is wrong.

Param is wrong.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

This is just the active cool mode by itself.

This is just the active cool mode by itself.

We didn't have this before?

We didn't have this before?

HD-DEN-16680_P1B Inlet Water Shutdown During Heat Disinfect Staging
HD-DEN-16680_P1B Inlet Water Shutdown During Heat Disinfect Staging
Why is bootloader executing in a different mode than app? Is that necessary? How will mode switch back to user when jumping to app?

Why is bootloader executing in a different mode than app? Is that necessary? How will mode switch back to user when jumping to app?

Bootloader seems to be executed in supervisory mode. if so, the current allocated stack for supervisory mode is 1K (if we merge into existing HD/DG firmware). we may need to watch for supervisory m...

Bootloader seems to be executed in supervisory mode. if so, the current allocated stack for supervisory mode is 1K (if we merge into existing HD/DG firmware). we may need to watch for supervisory mode stack size, in case boot loader consumes more that 1K?

the second value is 0x00 or 0xFFFFFFFF? The bootloader checks the value is not equal to 0xFFFFFFFF, if so, the valid application is not found, and firmware needs to be updated.

the second value is 0x00 or 0xFFFFFFFF?

The bootloader checks the value is not equal to 0xFFFFFFFF, if so, the valid application is not found, and firmware needs to be updated.

Looks to be memory overflow to be occurred. src-> pointing the buffer of 4 bytes length. bytes-> mentioning 16 bytes length. g_pulUpdateSuccess[] should be allocated more than the current size. Als...

Looks to be memory overflow to be occurred. src-> pointing the buffer of 4 bytes length. bytes-> mentioning 16 bytes length. g_pulUpdateSuccess[] should be allocated more than the current size. Also, Do we need to typecast "(uint32_t) bytes", since the api mentioning (uint8_t)?

Fapi_StatusType Fapi_issueProgrammingCommand(
uint32_t *pu32StartAddress,
uint8_t *pu8DataBuffer,
uint8_t u8DataBufferSizeInBytes,
uint8_t *pu8EccBuffer,
uint8_t u8EccBufferSizeInBytes,
Fapi_FlashProgrammingCommandType oMode)

HD-DENBUG-249_Pressure Window Starting Values P1 Staging
HD-DENBUG-249_Pressure Window Starting Values P1 Staging
RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

Done

Done

Disinfect should be higher priority than flush.

Disinfect should be higher priority than flush.

HD-DEN-16862_Add A Command TO Reset HD During UI Software Install
HD-DEN-16862_Add A Command TO Reset HD During UI Software Install
RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.