Modes

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
HD-DEN-17084_Release 17 Prs 769 DG Device Inter Patient Disinfection Policy IS Not Satisfied
HD-DEN-17084_Release 17 Prs 769 DG Device Inter Patient Disinfection Policy IS Not Satisfied
HD-DEN-17063_Cartridge Testing Special S W
HD-DEN-17063_Cartridge Testing Special S W
RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

Done

Done

Remove extra blank line.

Remove extra blank line.

HD-DEN-17053_Release 17 Firmware Update
HD-DEN-17053_Release 17 Firmware Update
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?

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

Once it goes into prime pause state -> say, user removes the clamping and resume the priming -> again this state executes to check the clamping condition. Now, venous pressure is in range and raw f...

Once it goes into prime pause state -> say, user removes the clamping and resume the priming -> again this state executes to check the clamping condition. Now, venous pressure is in range and raw flow rate more than minimum, we get into else state with last set flag ( primeDialysateOcclusionDetected) and change the priming state back to blood priming initial states.

Alarm above has stop property. So triggering alarm will take us out of this state and go to Prime Pause state. So this else will never happen I think.

Alarm above has stop property. So triggering alarm will take us out of this state and go to Prime Pause state. So this else will never happen I think.

This looks like a threshold. So name should start with MIN or MAX.

This looks like a threshold. So name should start with MIN or MAX.

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-DEN-16857_Update Alarm Text Reject Reason For 2 Hour Flush Requirement P1 Staging
HD-DEN-16857_Update Alarm Text Reject Reason For 2 Hour Flush Requirement P1 Staging