ZL41ARM: Difference between revisions
From Kamamilabs.com - Wiki
Anna Kubacka (talk | contribs) Created page with "__jzpdf__ ===== Description ===== ZL41ARM is a single board computer with a STM32F20 /217 microcontroller (Cortex-M3) or STM32F417 (Cortex-M4). The large number of available G..." |
Anna Kubacka (talk | contribs) No edit summary |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
__jzpdf__ | __jzpdf__ | ||
===== Description ===== | ===== Description ===== | ||
ZL41ARM is a single board computer with a | ZL41ARM is a single board computer with a STM32F207/217 microcontroller (Cortex-M3) or STM32F417 (Cortex-M4). The large number of available GPIO lines allows it to be used as a universal microprocessor system with high computational efficiency, thanks i.a. modern design and high frequency CPU clock. | ||
<center> | <center> | ||
[[File:zl41arm_skos.jpg|none|400px|thumb|center]] | [[File:zl41arm_skos.jpg|none|400px|thumb|center]] | ||
Line 9: | Line 9: | ||
===== Basic parameters ===== | ===== Basic parameters ===== | ||
* STM32F207VE (ARM Cortex-M3, 512 kB Flash, 128 kB RAM), STM32F217VG (ARM Cortex-M3, 1024 kB Flash, 128 kB RAM) or STM32F417VG microcontroller (ARM Cortex-M4, 1024 kB Flash, 192 kB RAM) | * STM32F207VE (ARM Cortex-M3, 512 kB Flash, 128 kB RAM), STM32F217VG (ARM Cortex-M3, 1024 kB Flash, 128 kB RAM) or STM32F417VG microcontroller (ARM Cortex-M4, 1024 kB Flash, 192 kB RAM) | ||
* Oscillator | * Oscillator 8MHz | ||
* Microcontroller I/O lines available on pin connectors | * Microcontroller I/O lines available on pin connectors | ||
* JTAG interface connector (20-pin) | * JTAG interface connector (20-pin) |
Latest revision as of 10:33, 24 September 2020
Description
ZL41ARM is a single board computer with a STM32F207/217 microcontroller (Cortex-M3) or STM32F417 (Cortex-M4). The large number of available GPIO lines allows it to be used as a universal microprocessor system with high computational efficiency, thanks i.a. modern design and high frequency CPU clock.
Basic parameters
- STM32F207VE (ARM Cortex-M3, 512 kB Flash, 128 kB RAM), STM32F217VG (ARM Cortex-M3, 1024 kB Flash, 128 kB RAM) or STM32F417VG microcontroller (ARM Cortex-M4, 1024 kB Flash, 192 kB RAM)
- Oscillator 8MHz
- Microcontroller I/O lines available on pin connectors
- JTAG interface connector (20-pin)
- Power supply from USB port (mini USB)
- Jumpers for selecting the boot mode
- Reset button
- I2C and SPI connectors compatible with Kamami standard to connect additional modules
Standard equipment
Code | Description |
---|---|
ZL41ARM_F217 |
Assembled minicomputer with STM32F217VG microcontroller |
ZL41ARM_F207 |
Assembled minicomputer with STM32F207VE microcontroller |
ZL41ARM_F417 |
Assembled minicomputer with STM32F417VG microcontroller |
Electrical schematic
Components placement
BOOT jumpers
ZL41ARM board is equipped with jumpers BOOT0 and BOOT1 (JP6 and JP7) that make possible to select of the memory from which the microcontroller will run (tab. 1).
Tab. 1. BOOT jumper settings and active areas of bootable memory dependent on them
BOOT0 | BOOT1 | Memory area |
---|---|---|
0 | X | Flash memory |
1 | 0 | System memory (bootloader) |
1 | 1 | RAM memory |