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-19 12:44 AM
I tried what you said but the problem is not solved. Works properly in Keil
2024-09-19 12:46 AM
I I use version 13.0.2
2024-09-19 12:48 AM
I tried what you said but it didn't solve the problem.
2024-09-19 12:53 AM
@Guven47 wrote:
I tried what you said but it didn't solve the problem.
Tried what?
I asked you to attach a minimal project that reproduces the behavior in order to replicate the same behavior from our side.
2024-09-19 01:33 AM
@Guven47 wrote:
I I use version 13.0.2
Of STM32CubeIDE?
Try the latest version 1.16.1
2024-09-19 02:02 AM
@Guven47 wrote:I I use version 13.0.2
What year was that version released? 2075?
What tools are you using?
2024-09-19 02:03 AM
You can right on the value field and pick "Cast to Type" and then type e.g. uint32_t or whatever you want.
2024-09-19 02:19 AM
@DaveJ wrote:You can right on the value field and pick "Cast to Type" and then type e.g. uint32_t or whatever you want.
You're not getting the point. The OP is already showing the variable as uint8_t but the value is showing as negative (-128)
Plus the OP is in Live Expressions and unless you know of a trick, you can't change the type
2024-09-19 02:31 AM
Does this also happen in the 'Variables' view?
2024-09-19 10:19 PM
Yes,it's happening.