2024-09-18 08:05 AM - last edited on 2024-09-19 12:03 AM by SofLit
Hello guys,
I have a problem like this. How can I fix this problem
2024-09-18 08:15 AM
Why is that a problem?
You need to give more detail!
2024-09-18 08:55 AM - edited 2024-09-18 08:56 AM
Yellow color marks values that changed since last read by the debugger, for example after doing a step or hitting a breakpoint.
2024-09-18 09:01 AM
Do you mean you get a negative value for an unsigned variable?
2024-09-18 10:27 PM
Yes,I got negative value from unsigned varible. How can I fix ?
2024-09-18 10:29 PM
The debugger interprets uint8 data as int8
2024-09-18 10:29 PM
The debugger interprets uint8 data as int8
2024-09-19 12:01 AM
Could you please attach a project reproducing the behavior?
2024-09-19 12:32 AM
When you created the project, did you change anything in the properties? What version STM32CubeIDE ?
2024-09-19 12:42 AM
The configurations are all the same and works properly in Keil.