Replies: 6 comments 4 replies
-
I don't know. There is no issue with the core. You probably do something wrong but hard to help with no information. |
Beta Was this translation helpful? Give feedback.
-
What must be included to define the Constants? What could I do in a simple program in the IDE could stop a definition in the library? |
Beta Was this translation helpful? Give feedback.
-
I am using Fedora Linux, latest version of everything. I will try an earlier version if it will install as I have seen other commments on Version 2.9 and above. |
Beta Was this translation helpful? Give feedback.
-
OK, I went back to version 2.8.1 and now the only error is "HAL_StatusTypeDef does not define a type" I have greped for the definition in the library folder but I cannot see where it is defined, only where it is used many times. Do you know where it is defined? I am compiling for a Weact STM32G474. |
Beta Was this translation helpful? Give feedback.
-
OK, to see if I can get anything a bit more sophisticated than blinky to compile I tried to compile this project: But again no luck, I just get masses of errors. |
Beta Was this translation helpful? Give feedback.
-
Thats OK, I will stick to the CubeIDE and not worry about the Arduino folks
that wnat a bit more than blinky.
No use in writing something that will be useless next version.
…On Sun, 13 Jul 2025 at 23:27, Frederic Pillon ***@***.***> wrote:
Library is probably not compatible. It seems tested with older core
version.
—
Reply to this email directly, view it on GitHub
<#2772 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAF56IVRRSTO5TXIL6TJNLT3IJNFDAVCNFSM6AAAAACBMODBCSVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTGNZUGM4DQMY>
.
You are receiving this because you authored the thread.Message ID:
<stm32duino/Arduino_Core_STM32/repo-discussions/2772/comments/13743883@
github.com>
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am getting an error on the library HardwareTimer saying something was not declared in this scope.
/home/bruce/.arduino15/packages/STMicroelectronics/hardware/stm32/2.10.1/libraries/SrcWrapper/src/HardwareTimer.cpp:710:49: error: 'PinMap_TIM' was not declared in this scope 710 | if (STM_PIN_INVERTED(pinmap_function(pin, PinMap_TIM))) {
What have I not done?
Beta Was this translation helpful? Give feedback.
All reactions