Update stm32f411ce_blackpill.md
Changed incorrect product manufacturer and description
This commit is contained in:
parent
fe47a8a375
commit
f995081be2
1 changed files with 16 additions and 11 deletions
|
|
@ -3,24 +3,29 @@ layout: download
|
|||
board_id: "stm32f411ce_blackpill"
|
||||
title: "STM32F411CE Black Pill Download"
|
||||
name: "STM32F411CE Black Pill"
|
||||
manufacturer: "TZT"
|
||||
board_url: "https://www.aliexpress.com/item/4000068998794.html"
|
||||
manufacturer: "WeAct Studio"
|
||||
board_url: "https://www.aliexpress.com/item/1005001456186625.html"
|
||||
board_image: "stm32f411ce_blackpill.jpg"
|
||||
date_added: 2019-12-20
|
||||
features:
|
||||
---
|
||||
In the F401 series, the chip is the cheapest, even cheaper than some F1, and crushed F1 on the main frequency, and has a floating-point arithmetic module, the IO port contains all the basic functions. Therefore, it is possible to provide a learning platform with a very high cost performance for beginners. In practical applications, it is not because the computing power is insufficient, and the IO port is incomplete and hinders development.
|
||||
|
||||
* 25MHZ high speed crystal oscillator & 32.768Khz 6PF low speed crystal oscillator
|
||||
* Flash pads are reserved, providing USBDisk&&FATFFS routines
|
||||
* Jumper cap can be used directly without installation.BOOT0 internal 10K resistance pull-down
|
||||
* Factory has burned breathing lamp &&USBCDC test procedures.
|
||||
* Provide available MicroPython firmware, configuration files
|
||||
* Adjust the direction of the jumping cap if it cannot be installed.Because the jump cap is wide on one side and narrow on the other.
|
||||
* V1.3 board with 3 buttons: reset key, BOOT0 key and user button.
|
||||
## Product details
|
||||
1. STM32F411CEU6 100Mhz, 128KB RAM, 512KB ROM
|
||||
2. 25MHZ high speed crystal oscillator & 32.768khz 6PF low speed crystal oscillator
|
||||
3. Gold sinking process is adopted, lead-free process is used, and the needle arrangement is gold-plated, which is more environmentally friendly
|
||||
3. Flash pads are reserved to provide USBDisk&&FATFFS routines
|
||||
4. Support for MicroPython programming with available MicroPython firmware
|
||||
5. Support for Arduino programming development
|
||||
6. Support C language programming development
|
||||
7. Version V3.0, there are 3 buttons, reset key, BOOT0 key, user key
|
||||
8. CMSIS-DAP firmware is available
|
||||
9. The use of the latest original ST chip, high quality crystal vibration
|
||||
|
||||
## Learn More
|
||||
* [Aliexpress](https://www.aliexpress.com/item/4000068998794.html)
|
||||
* [Github Docs](https://github.com/WeActTC/MiniF4-STM32F4x1)
|
||||
* [Aliexpress](https://www.aliexpress.com/item/1005001456186625.html)
|
||||
* [stm32duino - Offical Arduino Support](https://github.com/stm32duino/Arduino_Core_STM32)
|
||||
|
||||
## Contribute
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue