Replies: 9 comments 11 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.
-
So you did not test the actual board but have to prove yourself right.
I wish I could thank you for the help like is given on other products
support pages but I can't, I did not get any.
But you think you are always right so I suppose you do not care.
…On Wed, 30 Jul 2025 at 01:10, Frederic Pillon ***@***.***> wrote:
Hi @beaka <https://github.com/beaka>
Don't know where you get this file board.h but not in the core.
As stated here https://github.com/RoCorbera/BlueVGA/tree/master build
without any issue.
#2772 (reply in thread)
—
Reply to this email directly, view it on GitHub
<#2772 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAF56IV35AIHLJNJKRZHSH33K6FGFAVCNFSM6AAAAACBMODBCSVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTGOJSGM4DEOI>
.
You are receiving this because you were mentioned.Message ID:
<stm32duino/Arduino_Core_STM32/repo-discussions/2772/comments/13923829@
github.com>
|
Beta Was this translation helpful? Give feedback.
-
I am not talking about the .h file any more, I am talking about the example
provided with the ST MCU for Arduina as shown in the pictures.
I have moved on as you suggested and am using your code, not mine or anyone
else's.
What other sort of "config" or setup do you need. I included the pictures
of the settings in Arduino, I was not aware anything else needs to be setup.
Again all I did to test this example is plug the board into the USB port,
open the example and ensure the correct board is selected, set the upload
to DFU and then upload. The serial monitor gives the result shown.
This is what I have always been asking, what else do I need to do?
…On Wed, 30 Jul 2025 at 01:30, Frederic Pillon ***@***.***> wrote:
Honestly I don't know what answer to you.
You told you had an issue to build. I ask for setup, config ... then took
time to compile with the library you link. It builds correctly. Then you
talk about a file which is not part of stm32duino sources nor the library.
What did you expect now?
I made my best to support all users but it seems hard or impossible to
help you as it seems you don't want to be honest on what you do or made.
So where you found this board.h file?
—
Reply to this email directly, view it on GitHub
<#2772 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAF56IXLQGWQP6FESIXD56L3K6HSZAVCNFSM6AAAAACBMODBCSVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTGOJSGQYDMNY>
.
You are receiving this because you were mentioned.Message ID:
<stm32duino/Arduino_Core_STM32/repo-discussions/2772/comments/13924067@
github.com>
|
Beta Was this translation helpful? Give feedback.
-
To make it abundantly clear what I have done.
I have reinstalled both Arduino and STM MCU on 2 fedora and fresh install
on a Ubuntu. All have the same result.
I have got various things working for my application, Cordic, Timer, FPU
math and DSP libraries all work just fine.
What I cannot do is get a result form the ADC.
Everything I do works on a 401CC except of course the Cordic.
When I try the simplest of all code, an analogRead call in the loop and
print out the result all I get is 0's.
Again, it works as expected on the 401CC.
I tested 2 of the 4 boards I purchased new out of the packets on the basic
analogRead loop and still all 0's, no voltage.
I tested the VREF pin and it has 3.3V as expected from the schematic even
though I jumpered it as well.
I am not sure what else you expect me to do.
If there is nothing you can add I must assume the Weact store on Aliexpress
sold me 4 dud boards.
…On Wed, 30 Jul 2025 at 01:37, Bruce Kerr ***@***.***> wrote:
I am not talking about the .h file any more, I am talking about the
example provided with the ST MCU for Arduina as shown in the pictures.
I have moved on as you suggested and am using your code, not mine or
anyone else's.
What other sort of "config" or setup do you need. I included the pictures
of the settings in Arduino, I was not aware anything else needs to be setup.
Again all I did to test this example is plug the board into the USB port,
open the example and ensure the correct board is selected, set the upload
to DFU and then upload. The serial monitor gives the result shown.
This is what I have always been asking, what else do I need to do?
On Wed, 30 Jul 2025 at 01:30, Frederic Pillon ***@***.***>
wrote:
> Honestly I don't know what answer to you.
> You told you had an issue to build. I ask for setup, config ... then took
> time to compile with the library you link. It builds correctly. Then you
> talk about a file which is not part of stm32duino sources nor the library.
> What did you expect now?
> I made my best to support all users but it seems hard or impossible to
> help you as it seems you don't want to be honest on what you do or made.
>
> So where you found this board.h file?
>
> —
> Reply to this email directly, view it on GitHub
> <#2772 (reply in thread)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AAF56IXLQGWQP6FESIXD56L3K6HSZAVCNFSM6AAAAACBMODBCSVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTGOJSGQYDMNY>
> .
> You are receiving this because you were mentioned.Message ID:
> <stm32duino/Arduino_Core_STM32/repo-discussions/2772/comments/13924067@
> 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