Search found 51 matches

by STM32_Newbbe
Fri Aug 19, 2022 11:22 am
Forum: General discussion
Topic: Debugging with eclipse/sloeber
Replies: 10
Views: 2712

Re: Debugging with eclipse/sloeber

some parts seem to be working correctly, in the console window I get output from openOCD that looks fairly like it successfully connected toe the STLink/µC
by STM32_Newbbe
Fri Aug 19, 2022 11:17 am
Forum: General discussion
Topic: Debugging with eclipse/sloeber
Replies: 10
Views: 2712

Re: Debugging with eclipse/sloeber

-Og is available and active but I don't know where to check och enable the -g flag
by STM32_Newbbe
Fri Aug 19, 2022 10:14 am
Forum: General discussion
Topic: Debugging with eclipse/sloeber
Replies: 10
Views: 2712

Re: Debugging with eclipse/sloeber

yes, I use Nucleo-L4R5

sorry for ommiting that crucial detail
by STM32_Newbbe
Fri Aug 19, 2022 8:16 am
Forum: General discussion
Topic: Debugging with eclipse/sloeber
Replies: 10
Views: 2712

Debugging with eclipse/sloeber

Has anyone recently got eclipse/sloeber running with openOCD/gdb? I followed the instructions on github (https://github.com/stm32duino/wiki/wiki/How-to-debug) but I always get an error message saying no source available for "function()" at "address" as well as "No symbol tab...
by STM32_Newbbe
Tue Aug 16, 2022 11:45 am
Forum: General discussion
Topic: Set SPI speed globally
Replies: 0
Views: 1227

Set SPI speed globally

Hi, is there a way to set SPI speed globally? Or do I have to set it in every library I use? I have not quite found out how this is managed I found // Safe for all chips #define SPI_ETHERNET_SETTINGS SPISettings(14000000, MSBFIRST, SPI_MODE0) in W5100.h of the Ethernet ibrary, but actual CLK frequen...
by STM32_Newbbe
Thu Sep 16, 2021 12:59 pm
Forum: STM boards (Discovery, Eval, Nucleo, ...)
Topic: NUCLEO-L4P5ZG support ?
Replies: 5
Views: 3810

Re: NUCLEO-L4P5ZG support ?

ok, so I am new to all this community programming github things... what would now be the correct procedure to get this running on my local installation? what do I have to do if I want to share the L4P5 variant with the rest of the world? what tests shall I run to confirm everything is fine? I have t...
by STM32_Newbbe
Thu Sep 16, 2021 12:51 pm
Forum: General discussion
Topic: can USB be used to create a virtual com port?
Replies: 33
Views: 8484

Re: can USB be used to create a virtual com port?

so easy

thanks to everyone who helped making stm32duino possible :)
by STM32_Newbbe
Thu Sep 16, 2021 9:40 am
Forum: Custom design boards
Topic: arduino-style upload on custom boards possible?
Replies: 8
Views: 11080

Re: arduino-style upload on custom boards possible?

Thanks for all those details! I think I'm going the "capacitor on boot0 pin" way... This will allow to enter boot mode by sending a command to the µC which still lets a little bit of security, even though hardware pushbutton would be better Glad to see the L4+ has DFU support Thanks to all...
by STM32_Newbbe
Thu Sep 16, 2021 9:36 am
Forum: General discussion
Topic: can USB be used to create a virtual com port?
Replies: 33
Views: 8484

Re: can USB be used to create a virtual com port?

ok, did I get this right that I "just" have to configure USB CDC in the Arduino IDE and then I can get VCP support?

that would be pretty straight forward :)
by STM32_Newbbe
Thu Sep 16, 2021 9:11 am
Forum: STM boards (Discovery, Eval, Nucleo, ...)
Topic: NUCLEO-L4P5ZG support ?
Replies: 5
Views: 3810

Re: NUCLEO-L4P5ZG support ?

Hello again, many moons have passed and I finally gave it a try to create a L4P5 variant - and directly ran into a problem :( When trying to compile my project (which was possible without error/warning for different STM32) I got the following error message multiple times: C:\Users\xXxXxXxXxXx\AppDat...

Go to advanced search