Search found 1668 matches

by ag123
Sun Jul 03, 2022 2:10 pm
Forum: Off topic
Topic: Raspberry Pi Pico W
Replies: 3
Views: 1936

Raspberry Pi Pico W

Raspberry Pi Pico W: your $6 IoT platform
https://www.raspberrypi.com/news/raspbe ... -platform/
by ag123
Sat Jul 02, 2022 5:32 pm
Forum: General discussion
Topic: calculation time fixcomma for si5351
Replies: 11
Views: 2858

Re: calculation time fixcomma for si5351

a few things normally https://learn.adafruit.com/adafruit-si5351-clock-generator-breakout si5351 is a clock generator, after you have set the frequency, u won't need to set it again soon right? mcus (including stm32) runs the firmware from flash, this is one of the main limits, not just the cpu cloc...
by ag123
Wed Jun 29, 2022 3:37 am
Forum: USB bootloader
Topic: STM32F0 Bootloader Problem/Issue
Replies: 14
Views: 15679

Re: STM32F0 Bootloader Problem/Issue

use an st-lilnk, you need to connect wires (the SWD) pins, you can leave it connected if you prefer.

another way is to use a usb-uart dongle, the DTR/CTS signal can be 'abused' to toggle boot0 and reset. in the same way you could leave the pins connected if you prefer.
by ag123
Mon Jun 27, 2022 1:13 pm
Forum: STM32F4 based boards
Topic: Arduino bootloader development
Replies: 3
Views: 5453

Re: Arduino bootloader development

for '3rd party' boot loaders i.e. not there in a bare stm32 some of them are like those discussed e.g. in this sub https://www.stm32duino.com/viewforum.php?f=58 https://github.com/Serasidis/STM32_HID_Bootloader Some of these are personal developments in which the authors contributed them as open sou...
by ag123
Fri Jun 24, 2022 6:51 am
Forum: STM32F4 based boards
Topic: Arduino bootloader development
Replies: 3
Views: 5453

Re: Arduino bootloader development

based on the schematics https://github.com/FYSETC/FYSETC-SPIDER/blob/main/hardware/Spider%20V2.2%20SCH.pdf it uses the on-chip usb and the boot0 pin is on a header. so all you need is set boot0 reset and you can upload firmware using the on-chip usb over DFU no additional boot loader is needed. you ...
by ag123
Sat Jun 18, 2022 9:38 am
Forum: General discussion
Topic: Protect code on STM32
Replies: 2
Views: 1861

Re: Protect code on STM32

the codes are in your sources, in stm32 it is only the binaries.
by ag123
Thu Jun 16, 2022 1:40 pm
Forum: General discussion
Topic: timer source from other timer ?
Replies: 16
Views: 3842

Re: timer source from other timer ?

What you are doing isn't very 'different' from apps such as Marlin firmware (for 3d printing). Marlin firmware runs the steppers on hardware timer interrupts. A reason is that if millis() came late for some reasons, perhaps there'd be a blob of molten plastic deposited on the print. So hardware time...
by ag123
Wed Jun 15, 2022 5:07 pm
Forum: Code snippets
Topic: HardwareTimer + PWM combined example
Replies: 9
Views: 14899

Re: HardwareTimer + PWM combined example

you'd need to look in the specs sheet and ref manual for your chip. normally the APB runs at something like 40 mhz or 80 mhz (max). This could either mean that is about max 'countable' clocks or it may in fact be 1/2 that or lower, e.g. like 20 Mhz. Check in the manuals. Then the gpio ports has max ...
by ag123
Wed Jun 15, 2022 4:31 pm
Forum: General discussion
Topic: DFU bootloader has errors on new BlackPill F411
Replies: 44
Views: 21090

Re: DFU bootloader has errors on new BlackPill F411

if you write an arduino sketch that jumps to the on-chip DFU rom address it may work. I've never tried and not sure how. but this means in effect, your sketch needs to start the DFU boot loader. There may be other complications as well, e.g. in principle you need to send a "usb reset", i.e...

Go to advanced search