Search found 502 matches

by stevestrong
Mon Jan 20, 2020 9:44 am
Forum: STM32F4 based boards
Topic: [LIBMAPLE] Support for blackpill F401 board
Replies: 6
Views: 6566

Re: [LIBMAPLE] Support for blackpill F401 board

Regarding the RCC, I also had thoughts on it, I may use something similar to libopencm3.
Thanks for opening an issue, I will work on it.
by stevestrong
Sat Jan 11, 2020 3:38 pm
Forum: STM32F4 based boards
Topic: STM32F407VE SDfat error compiling
Replies: 18
Views: 15999

Re: STM32F407VE SDfat error compiling

This commit most probably provides a fix for it.
by stevestrong
Fri Jan 03, 2020 2:32 pm
Forum: STM32F4 based boards
Topic: STM32F407VE hang up using USB Serial(CDC) with 6 serial on.
Replies: 11
Views: 11880

Re: STM32F407VE hang up using USB Serial(CDC) with 6 serial on.

The issue is solved, please check out the latest core files form my repo.
by stevestrong
Fri Jan 03, 2020 2:28 pm
Forum: STM32F4 based boards
Topic: STM32F407VE SDfat error compiling
Replies: 18
Views: 15999

Re: STM32F407VE SDfat error compiling

I recommend to use my fork of SdFat.

And get the latest core files from my repo, because I pushed today a commit to solve an issue which is also relevant for SPI and other peripherals.
by stevestrong
Thu Jan 02, 2020 3:16 pm
Forum: STM32F4 based boards
Topic: STM32F407VE hang up using USB Serial(CDC) with 6 serial on.
Replies: 11
Views: 11880

Re: STM32F407VE hang up using USB Serial(CDC) with 6 serial on.

I can reproduce the issue, please wait for a solution I will post on Github.
by stevestrong
Tue Dec 31, 2019 1:46 pm
Forum: General discussion
Topic: Video Playback
Replies: 9
Views: 13990

Re: Video Playback

ag123 wrote: Tue Dec 31, 2019 12:56 pm f401 can't do h/w sdio in 48pins, i think f411 has it even with the same set of pins
That's true!
by stevestrong
Tue Dec 31, 2019 9:50 am
Forum: STM32 HID bootloader
Topic: Having a problem with bootloader after uploading code
Replies: 48
Views: 79262

Re: Having a problem with bootloader after uploading code

After you upload your code and restart the device, the bootloader is no longer active.
So if you have not activated USB serial in your uploaded code, then the PC cannot recognize anything, is normal.
by stevestrong
Sun Dec 29, 2019 9:44 pm
Forum: STM32F4 based boards
Topic: [LIBMAPLE] Support for blackpill F401 board
Replies: 6
Views: 6566

[LIBMAPLE] Support for blackpill F401 board

I just committed some changes to support Blackpill F401 in my repo . Blinky works, and anything else should also work, as I tried a lot of interfaces of F411 which was used as base for F401. Should anyone give it a try and find some problems, please open an issue in my repo. Remarks: - PB11 is missi...
by stevestrong
Sat Dec 28, 2019 10:08 am
Forum: General discussion
Topic: Bootloader installation
Replies: 2
Views: 3026

Re: Bootloader installation

For STM32 chips the Tx is the first and has the lower number.
So PA9 is Tx, the next (PA10) is Rx. This applies for other U(S)ART ports, too.

Go to advanced search