Search found 135 matches

by BennehBoy
Thu Oct 19, 2023 9:51 pm
Forum: IDE's
Topic: Arduino IDE 2.x (2.2)
Replies: 9
Views: 7177

Re: Arduino IDE 2.x (2.2)

Debug works fine as long as you edit the openocd.cfg supplied with the core release - change "reset_config srst_nogate" to "reset_config none"
by BennehBoy
Sat Oct 14, 2023 9:02 pm
Forum: General discussion
Topic: Load Firmware from sd
Replies: 6
Views: 1677

Re: Load Firmware from sd

alboyeah wrote: Fri Oct 13, 2023 9:54 am I'm sorry why are you calling me a spammer??
I wasn't, a spammer posted, and admins must have deleted the post.
by BennehBoy
Fri Oct 13, 2023 9:48 am
Forum: General discussion
Topic: Load Firmware from sd
Replies: 6
Views: 1677

Re: Load Firmware from sd

spammers are back
by BennehBoy
Fri Mar 03, 2023 12:08 pm
Forum: General discussion
Topic: BlackPill V3.1 Bootmode wrong USB VID/PID
Replies: 19
Views: 3675

Re: BlackPill V3.1 Bottmode wrong USB VID/PID

I think it probably does, yes.

It's only really an issue for developers though who are working on a tight cycle of build/upload/test, the vast majority of these devices are embedded and programmed once via SWD only, so I can see where ST's priority would lay.
by BennehBoy
Fri Mar 03, 2023 10:23 am
Forum: USB bootloader
Topic: bootloader seems to get overwritten
Replies: 10
Views: 7781

Re: bootloader seems to get overwritten

And when you write "and allows you to flash your program" , well, it allows that via USB. This is NOT true. The bootloader GETS INVOKED by the sketch that you upload ONLY if you have enabled USB Serial CDC in the compile time options of the sketch that you upload... How it works is that Y...
by BennehBoy
Fri Mar 03, 2023 10:11 am
Forum: General discussion
Topic: BlackPill V3.1 Bootmode wrong USB VID/PID
Replies: 19
Views: 3675

Re: BlackPill V3.1 Bottmode wrong USB VID/PID

I find most of the bootloaders a complete pain in the rear to use and almost always just use an st-link clone, they're very cheap. When I _did_ use the various DFU & HID bootloaders (I did a lot of messing around on these including porting the code for them into this core - with cleanup from fre...
by BennehBoy
Thu Mar 02, 2023 12:07 pm
Forum: General discussion
Topic: Has anyone got a STM32F411CE Blackpill working as a USB Host?
Replies: 7
Views: 4691

Re: Has anyone got a STM32F411CE Blackpill working as a USB Host?

If you get something working, please do share with us - I was wanting to use any form of STM32 as a USB host so I could use USB keyboards with retro hardware. I gave up after much mucking about - but that's over a year ago now.
by BennehBoy
Tue Apr 26, 2022 2:39 pm
Forum: Projects
Topic: Rotary encoder with STM32F401CCU
Replies: 6
Views: 4937

Re: Rotary encoder with STM32F401CCU

Hi, I'm using a slightly modified version of the ClickEncoder library. You can find the modified library in the 'encoder' folder in this repo -> https://github.com/BennehBoy/LRDuinoTD5 You'll also find the setup code and event code dotted in the code of that sketch, up to you to dig out the relevant...
by BennehBoy
Thu Mar 24, 2022 8:20 am
Forum: General discussion
Topic: using SPI1 and SPI2 Simultaneous for w5500 and ILI9341
Replies: 15
Views: 4183

Re: using SPI1 and SPI2 Simultaneous for w5500 and ILI9341

The fact that they work independently does not mean that they will work together.

Go to advanced search