-
Notifications
You must be signed in to change notification settings - Fork 326
STM32VLDISCOVERY
Deryugin edited this page Mar 18, 2020
·
7 revisions
STM32VLDISCOVERY has STM32F100RBT6B microcontroller, 128 KB Flash memory, 8 KB RAM.
The board has integrated debugger that allows to program it with single USB-A-USB-mini-B wire. You can run and test Embox after a few quite simple steps.
- Configure and compile with
arm/stm32_vltemplate. - Connect with OpenOCD:
$ sudo openocd -f /usr/share/openocd/scripts/board/stm32vldiscovery.cfg
- Load Embox with usual gdb commands
$ arm-none-eabi-gdb build/base/bin/embox
(gdb) target remote :3333
(gdb) monitor halt
(gdb) load
(gdb) monitor reset
You can refer our How-to-flash guide for more details.
- PJSIP
- Qt
- Nuklear
- OpenCV
- Mesa3D
- Tflite‐micro-:-Hello-World-example
- Quake3
- HTTP Server
- LVGL
- FFMPEG
- ISM43362 wifi module
- Nanomodbus
- Embox on QEMU emulator
- ARM
- AARCH64
- x86
- MIPS
- RISC-V
- PowerPC
- DLX (Microblaze)
- SPARC
- Porting to a new architecture
- Audio
- FPGA
- FS
- Graphics
- NET
- USB
- iec61850
- Beremiz
- 4diac Forte
- Ardupilot
- C Plus Plus
- GY 30 I2C light sensor on STM32
- STM32FLASHER
- Emdocker
- Emdocker on MAC
- Xen port workflow
- Troubleshooting
- QEMU with GRUB2 and Syslinux
- LKL subsystem