Is there an existing issue for this?
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
Is there an existing issue for this?
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:
Expected would be report like this:
Steps To Reproduce