Search found 502 matches

by stevestrong
Mon Feb 12, 2024 7:11 pm
Forum: General discussion
Topic: software reset stm32 in arduino ide on rogerclarke core
Replies: 2
Views: 443

Re: software reset stm32 in arduino ide on rogerclarke core

There is this function:

Code: Select all

nvic_sys_reset();
Try it.
by stevestrong
Mon Feb 12, 2024 7:08 pm
Forum: Custom design boards
Topic: Looking for Bluepill board to screw terminal adapter board
Replies: 0
Views: 492

Looking for Bluepill board to screw terminal adapter board

Hi guys,
just wanted to ask if someone knows where I could buy such kind of board, preferable in Germany :)
Should look somehow like this:
dip40.jpg
dip40.jpg (80.9 KiB) Viewed 492 times
Or maybe with the 40 pin socket as well.
Or some has some PCB design files for that?
Thx in advance.
by stevestrong
Sun Oct 29, 2023 3:34 pm
Forum: General discussion
Topic: [SOLVED] STM32F030F4 Internal RC
Replies: 9
Views: 9655

Re: [SOLVED] STM32F030F4 Internal RC

@ratketyree
That was not my citation, just read what I have responded to that (same as you did) :)
viewtopic.php?p=1349#p1349
by stevestrong
Wed Jul 12, 2023 8:22 am
Forum: General discussion
Topic: USB Serial echos characters into the input (i.e. keyboard)
Replies: 10
Views: 6125

Re: USB Serial echos characters into the input (i.e. keyboard)

ag123 Please do not mix here several issues. Which is actually the sketch with which you can replicate the issue? Please keep the examples as simple as possible. And please describe in details how do you proceed, which steps you take and what you see in each step. Also, how exactly get characters &...
by stevestrong
Mon Jul 10, 2023 9:32 am
Forum: General discussion
Topic: USB Serial echos characters into the input (i.e. keyboard)
Replies: 10
Views: 6125

Re: USB Serial echos characters into the input (i.e. keyboard)

ag123 wrote: Wed Jul 05, 2023 12:26 pm the character stream "hello world" gets echoed into the keyboard input.
Which board / Bootloader?
Which console app?
Have you tried another console application? I cannot reproduce with Arduino Serial console.
by stevestrong
Mon Jul 10, 2023 9:29 am
Forum: General discussion
Topic: USB Serial echos characters into the input (i.e. keyboard)
Replies: 10
Views: 6125

Re: USB Serial echos characters into the input (i.e. keyboard)

Have you tried without

Code: Select all

Serial.begin();
?
Because that is done during start-up in the core.
by stevestrong
Fri Dec 09, 2022 8:11 am
Forum: General discussion
Topic: Updated question, How to set PA15 to GPIO Output, and PWM questions...
Replies: 31
Views: 30831

Re: Updated question, How to set PA15 to GPIO Output, and PWM questions...

Mangy_Dog wrote: Thu Dec 08, 2022 6:48 pm
stevestrong wrote: Thu Dec 08, 2022 6:12 pm In PIN_MAP PB15 has no timer and no channel defined. So it is normal that PWM is not working :)
PB5 not PB15
It seems that I need glasses, earlier than I thougt ;)
by stevestrong
Thu Dec 08, 2022 6:12 pm
Forum: General discussion
Topic: Updated question, How to set PA15 to GPIO Output, and PWM questions...
Replies: 31
Views: 30831

Re: Updated question, How to set PA15 to GPIO Output, and PWM questions...

In PIN_MAP PB15 has no timer and no channel defined. So it is normal that PWM is not working :)
by stevestrong
Thu Jul 08, 2021 12:45 pm
Forum: STM32 HID bootloader
Topic: This HID bootloader does not load the Arduino sketch, why
Replies: 13
Views: 20250

Re: This HID bootloader does not load the Arduino sketch, why

It is normal that the board is not recognizable over USB after uploading your sketch if you do not use USB serial in your sketch. What do you expect? The HID interface is only active at reset time very shortly just to check whether there is already a user program in flash or not. If so, then it jump...
by stevestrong
Thu Jul 08, 2021 12:40 pm
Forum: USB bootloader
Topic: Newbie cannot get DTR reset working on standard Blue Pill
Replies: 6
Views: 9461

Re: Newbie cannot get DTR reset working on standard Blue Pill

I think you should update Java on your computer.

Go to advanced search