Search found 137 matches

by BennehBoy
Sun Mar 22, 2020 9:28 am
Forum: STM32F4 based boards
Topic: F411 (and F401) bootloaders
Replies: 34
Views: 213653

Re: F411 (and F401) bootloaders

stevestrong wrote: Sun Mar 22, 2020 9:09 am That is true, just that it requires non-standard solutions. The mentioned bootloaders do not require any additional hack, they work out of the box with Arduino.
+1 And HID requires no driver installation which is even nicer - although the supplied code is 407 specific.
by BennehBoy
Sat Mar 21, 2020 4:58 pm
Forum: STM32L4 based boards
Topic: Trying to port Arduino programs to STM32 boards.
Replies: 7
Views: 12251

Re: Trying to port Arduino programs to STM32 boards.

Remove the underscores from the pin names.
by BennehBoy
Thu Mar 19, 2020 7:42 am
Forum: STM32F4 based boards
Topic: F411 (and F401) bootloaders
Replies: 34
Views: 213653

Re: F411 (and F401) bootloaders

And the HID (ST-LINK) The HID bootloader is a software bootloader, it does NOT require ST-LINK (although you may use ST-LINK to actually flash the bootloader to the device). When activated it allows the device to be flashed via USB Serial (CDC). This means you must have USB Serial enabled in the ID...
by BennehBoy
Wed Mar 11, 2020 7:40 am
Forum: General discussion
Topic: [SOLVED] Maple DFU Bootlader 2.0 upload code
Replies: 9
Views: 16677

Re: Maple DFU Bootlader 2.0 upload code

that DTR magic sequence is a feature of libmaple (roger's) core. only if you make a libmaple sketch compile do you get that DTR magic sequence. This should also work with STM's core, I know as I helped port the code to detect this from STM32GENERIC -> https://github.com/danieleff/STM32GENERIC/blob/...
by BennehBoy
Mon Mar 09, 2020 9:04 pm
Forum: General discussion
Topic: STM32F103 Bluepill UART problem
Replies: 45
Views: 28348

Re: STM32F103 Bluepill UART problem

Ok thank you for your time for looking into this. I understand that it takes time to put a new byte to the buffer but the thing that bothers me is that the time changes exactly as the baudrate does. It is always 1bit long and I don't understand how the CPU can put the new byte in to the buffer fast...
by BennehBoy
Sun Feb 16, 2020 12:10 pm
Forum: General discussion
Topic: SerialUSB doesn't work on Maple Mini and Bootloader2.0
Replies: 49
Views: 49431

Re: SerialUSB doesn't work on Maple Mini

And you have USART support set to enabled 'generic serial'

And USB Support set to "CDC generic 'serial' supercede USART"
by BennehBoy
Sat Feb 15, 2020 2:44 pm
Forum: General discussion
Topic: SerialUSB doesn't work on Maple Mini and Bootloader2.0
Replies: 49
Views: 49431

Re: SerialUSB doesn't work on Maple Mini

And you've loaded a sketch with serialusb enabled after reflashing with each bootloader? Roger's bootloader will stay in DFU mode if there's not sketch resident.
by BennehBoy
Sat Feb 15, 2020 12:47 pm
Forum: Libraries & Hardware
Topic: USB Composite library
Replies: 19
Views: 36892

Re: USB Composite library

My (perhaps errant) memory is telling me that I had read @arpruss was doing this abstraction in order that it may make porting to STM's core easier, am I making that up?

I'd be happy to help test, I've got ~15 or so variants here F1, F3, F4
by BennehBoy
Mon Feb 10, 2020 9:59 am
Forum: General discussion
Topic: Quick summary?
Replies: 9
Views: 14681

Re: Quick summary?

That link still doesn't explain how your fork of roger's core differs from his.
by BennehBoy
Sat Feb 08, 2020 12:12 pm
Forum: General discussion
Topic: Quick summary?
Replies: 9
Views: 14681

Re: Quick summary?

@Bakisha he was asking about the differences between Roger's core and Stevestrongs fork of it which is F4 focused.

Go to advanced search