Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

when I use integer number on terminal, compiler back "ld" (hex = 108 100). #434

Open
msdarici opened this issue Jun 27, 2024 · 3 comments
Open

Comments

@msdarici
Copy link

I adapt the code to stm32. But when I use integer number for instance; 1+4, the code back "ld". Another example; first a=5 and then a, the code back "ld". How can I solve this. What is the source of this error? I try to find "ld" in the code but I can not find

@s-hadinger
Copy link
Contributor

I have no idea. I believe you need to add some debug/logging code to understand what is happening

@msdarici
Copy link
Author

I solved the problem ;
Ekran görüntüsü 2024-06-27 120622
I changed BE_INTGER_TYPE 2 to 0.

@skiars
Copy link
Member

skiars commented Sep 7, 2024

It is not recommended to use 64-bit integers on STM32, as this can be very slow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants