Skip to content

[Bug]: SDSIO-Server: error reported as unsigned 32-bit integer instead of signed 32-bit integer #253

Description

@MiloradCvjetkovic

Is there an existing issue for this?

  • I have searched the existing issues

Problem statement

When an error is reported from the device SDSIO-Server does not report negative value but it reports unsigned 32-bit value.

Report looks like below:

Error:    SDS_ERROR_CHECK 4294967295: D:/Repositories/GitHub/Arm-Examples/ModelNova/RockPaperScissors/AppKit-E8_USB/algorithm/sds_main.c: 126

Expected would be report like this:

Error:    SDS_ERROR_CHECK -1: D:/Repositories/GitHub/Arm-Examples/ModelNova/RockPaperScissors/AppKit-E8_USB/algorithm/sds_main.c: 126

Steps To Reproduce

  • make an application from SDS template
  • change it to produce an error, for example try to close the same stream twice
  • observe the reported message

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

Status
Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions